JVM
文章平均质量分 65
likaiwalkman_Victor
这个作者很懒,什么都没留下…
展开
-
How to Monitor Java Garbage Collection
This is the second article in the series of "Become a Java GC Expert". In the first issue Understanding Java Garbage Collection we have learned about the processes for different GC algorithms, about转载 2017-01-25 15:22:29 · 465 阅读 · 0 评论 -
查看JAVA进程中哪个线程CPU消耗最高
一,在centos linux 上查看进程占用cpu过高top shift+h查看哪个进程程消耗最高 二,查看JAVA进程中哪个线程消耗最高 2.1 导出java运行的线程信息 jstack 进程id(jps查看)jstack 进程id > ps.txtjstack -l 进程id (窗口打印)转载 2017-05-10 10:49:35 · 1059 阅读 · 0 评论