Skip to content

Commit d2a6e4c

Browse files
committed
update jvm
1 parent d7790b5 commit d2a6e4c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.idea/workspace.xml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Rocket.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ HotSpot JVM把年轻代分为了三部分:1个Eden区和2个Survivor区(分
305305
### JVM性能监控
306306

307307
1. JDK的命令行工具
308+
308309
* jps(虚拟机进程状况工具):jps可以列出正在运行的虚拟机进程,并显示虚拟机执行主类(Main Class,main()函数所在的类)名称 以及这些进程的本地虚拟机唯一ID(Local Virtual Machine Identifier,LVMID)。
309310
* jstat(虚拟机统计信息监视工具):jstat是用于监视虚拟机各种运行状态信息的命令行工 具。它可以显示本地或者远程虚拟机进程中的类装载、内存、垃圾收集、JIT编译等运行数据。
310311
* jinfo(Java配置信息工具):jinfo的作用是实时地查看和调整虚拟机各项参数。

0 commit comments

Comments
 (0)