码迷,mamicode.com
首页 >  
搜索关键字:troubleshooting    ( 190个结果
Erlang 内存泄漏分析
随着项目越来越依赖Erlang,碰到的问题也随之增加。前段时间线上系统碰到内存高消耗问题,记录一下troubleshooting的分析过程。线上系统用的是Erlang R16B02版本。问题描述有几台线上系统,运行一段时间,内存飙升。系统模型很简单,有网络连接,pool中找新的process进行处理...
分类:其他好文   时间:2015-06-09 19:55:22    阅读次数:129
How to get service execuable path
Some time we need to get specific service path and then do something you want. there are 2 way to get specific service path bellow. private static string GetRegistData(string name) { string registDa...
分类:其他好文   时间:2015-06-05 12:22:03    阅读次数:108
ORACLE 总结
1. diagnostic file(alertlog, tracefile, redolog), 监控数据库动作时间点 [troubleshooting] alertlog : 确认checkpoint时间, 其他一些对数据库进行的大动作, ok 直接打开查看 tracefile: 和用户进程相关...
分类:数据库   时间:2015-05-25 18:26:40    阅读次数:140
Java应用程序高CPU故障诊断(troubleshooting)思路
系统运行出现高CPU报警,一般可以通过top或者任务管理器找到哪些进程在使用CPU,但这个粒度不能让我们知道得更多,我们需要找到程序的哪部分在占用CPU并且在占用CPU做什么,这样才有利于我们以后调优,下面介绍一种可行的思路: 找到占用CPU高的进程p 找到进程p中占用CPU高的线程t 找到线程t在做什么 本文以Linux下Java应用程序为例,其他环境或程序可参照该思路,只要思路清晰就好办了 打开...
分类:编程语言   时间:2015-05-24 20:25:32    阅读次数:178
TroubleShooting - 迁移到集群环境数据错乱问题
集群环境中多个节点同时修改数据导致数据错乱的问题...
分类:其他好文   时间:2015-05-16 18:24:04    阅读次数:160
Top Things to Consider When Troubleshooting Complex Application Issues
http://blogs.msdn.com/b/debuggingtoolbox/archive/2011/10/03/top-things-to-consider-when-troubleshooting-complex-application-issues.aspx1- For reactive...
分类:移动开发   时间:2015-05-15 01:03:25    阅读次数:226
8 Monitoring Performance and Troubleshooting
8 Monitoring Performance and Troubleshooting The Global Cache Block Access Latency chart shows data for two different types of data block requests: current and consistent-read (CR) blocks. When you u...
分类:其他好文   时间:2015-05-04 18:08:25    阅读次数:181
Missing server side dependencies in SharePoint 2013
The follow issues in Health Analyzer: [MissingWebPart] WebPart class [40209021-7bb0-e465-2576-abddac43061b] (class [CommunityForumTopics.WebParts.ForumTopicsWebPart.ForumTopicsWebPart] from assem...
分类:其他好文   时间:2015-05-04 11:53:42    阅读次数:564
利用扩展事件进行调优和Troubleshooting PPT分享
本篇主题是我在2015年中国数据库大会(DTCC)上的分享,扩展事件从2008版本出来到现在已经有6-7年,国内却很少有相关资料和使用,现在分享一下PPT,希望对大家有所帮助。 可以点击这里下载。
分类:其他好文   时间:2015-04-20 16:19:37    阅读次数:112
Troubleshooting 'library cache: mutex X' Waits.
What is a 'library cache: mutex X' wait?The mutex feature is a mechanism to control access to in memory structures. It is used in a number of areas in...
分类:系统相关   时间:2015-04-18 17:40:31    阅读次数:279
190条   上一页 1 ... 14 15 16 17 18 19 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!