内存泄露从入门到精通三部曲之排查方法篇最原始的内存泄露测试重复多次操作关键的可疑的路径,从内存监控工具中观察内存曲线,是否存在不断上升的趋势且不会在程序返回时明显回落。这种方式可以发现最基本,也是最明显的内存泄露问题,对用户价值最大,操作难度小,性价比极高。MAT内存分析工具2.1 MAT分析hea...
分类:
其他好文 时间:
2015-11-15 20:32:28
阅读次数:
207
那些指标需要监控?我能监控到什么?能监控到何种程度?或许这些问题连你自己都难说清楚。先看看运维兄弟们的现状。
分类:
其他好文 时间:
2015-11-12 11:31:24
阅读次数:
254
在类linux系统中可以使用top查看系统资源、进程、内存占用等信息。查看网络状态可以使用netstat、nmap等工具。若要查看实时的网络流量,监控TCP/IP连接等,则可以使用iftop.一、iftop是什么?iftop是类似于top的实时流量监控工具。官方网站:http://www.ex-pa...
分类:
系统相关 时间:
2015-11-10 17:42:13
阅读次数:
178
jconsoleStarts a graphical console that lets you monitor and manage Java applications.Synopsisjconsole[options] [ connection ... ]optionsThe command-l...
分类:
编程语言 时间:
2015-11-07 23:14:21
阅读次数:
290
jconsoleStarts a graphical console that lets you monitor and manage Java applications.Synopsisjconsole[options] [ connection ... ]optionsThe command-l...
分类:
编程语言 时间:
2015-11-07 23:09:38
阅读次数:
284
jstatMonitors Java Virtual Machine (JVM) statistics. This command is experimental and unsupported.Synopsisjstat[generalOption|outputOptions vmid[inter...
分类:
编程语言 时间:
2015-11-07 23:07:51
阅读次数:
316
jcmdSends diagnostic command requests to a running Java Virtual Machine (JVM).Synopsisjcmd[-l|-h|-help]jcmdpid|main-classPerfCounter.printjcmdpid|main...
分类:
编程语言 时间:
2015-11-07 22:03:01
阅读次数:
725
jcmdSends diagnostic command requests to a running Java Virtual Machine (JVM).Synopsisjcmd[-l|-h|-help]jcmdpid|main-classPerfCounter.printjcmdpid|main...
分类:
编程语言 时间:
2015-11-07 21:56:36
阅读次数:
1028
http://my.oschina.net/feichexia/blog/196575?p=1#commentsJDK本身提供了很多方便的JVM性能调优监控工具,除了集成式的VisualVM和jConsole外,还有jps、jstack、jmap、jhat、jstat、hprof等小巧的工具,本博客...
分类:
其他好文 时间:
2015-11-07 18:59:57
阅读次数:
217
分类: 工具 2014-04-23 14:41 1857人阅读 评论(1) 收藏 举报 目录(?)[+]项 目开发结束了,需要做一下压力测试,就使用apache自带的ab程序进行压力测试,300个并发20000个请求,压了4组,服务器端内存就疯长到了 330m,jvm一共才配置了512m,tomc....
分类:
编程语言 时间:
2015-11-03 19:37:03
阅读次数:
370