命令可用选项

➜  ~ jstat -options
-class
-compiler
-gc
-gccapacity
-gccause
-gcmetacapacity
-gcnew
-gcnewcapacity
-gcold
-gcoldcapacity
-gcutil
-printcompilation

查看

➜  ~ jstat -gcutil 65007 500 7

S0     S1     E      O      M     CCS    YGC     YGCT    FGC    FGCT     GCT
0.00 81.25 59.60 89.21 93.54 87.75 97 0.369 4 0.257 0.626
0.00 81.25 64.72 89.21 93.54 87.75 97 0.369 4 0.257 0.626
0.00 81.25 64.94 89.21 93.54 87.75 97 0.369 4 0.257 0.626
0.00 81.25 66.43 89.21 93.54 87.75 97 0.369 4 0.257 0.626
0.00 81.25 66.65 89.21 93.54 87.75 97 0.369 4 0.257 0.626
0.00 81.25 68.67 89.21 93.54 87.75 97 0.369 4 0.257 0.626
0.00 81.25 69.26 89.21 93.54 87.75 97 0.369 4 0.257 0.626

帮助信息

➜   jstat  -help
Usage: jstat -help|-options
jstat -<option> [-t] [-h<lines>] <vmid> [<interval> [<count>]] Definitions:
<option> An option reported by the -options option
<vmid> Virtual Machine Identifier. A vmid takes the following form:
<lvmid>[@<hostname>[:<port>]]
Where <lvmid> is the local vm identifier for the target
Java virtual machine, typically a process id; <hostname> is
the name of the host running the target Java virtual machine;
and <port> is the port number for the rmiregistry on the
target host. See the jvmstat documentation for a more complete
description of the Virtual Machine Identifier.
<lines> Number of samples between header lines.
<interval> Sampling interval. The following forms are allowed:
<n>["ms"|"s"]
Where <n> is an integer and the suffix specifies the units as
milliseconds("ms") or seconds("s"). The default units are "ms".
<count> Number of samples to take before terminating.
-J<flag> Pass <flag> directly to the runtime system.

最新文章

  1. Latex中画出函数文件的调用关系拓扑图
  2. 用MonoDevelop开发Linux游戏
  3. colorbox 自适应 高度
  4. linux: 获取监听指定端口的进程PID
  5. Javascript 笔记与总结(2-18)正则验证与正则匹配
  6. C++中的单例模式
  7. 团体程序设计天梯赛-练习集L1-020. 帅到没朋友
  8. WPF 弱事件
  9. css动画,css过度,js动画
  10. nodejs添加路由route步骤详解
  11. Dynamics CRM 提示&ldquo;操作无效&rdquo;
  12. UINavigationItem不显示
  13. python基础(7):元祖类型(赋值补充)
  14. SPI知识总结
  15. c#与webapi交互
  16. Ultimate Guide to WeChat for Business 2019
  17. cf351B Jeff and Furik (树状数组)
  18. TimeUnit类中的sleep() 和Thread.sleep()
  19. parted分区工具用法
  20. sqlserver学习笔记(三)—— 为数据库添加新的用户

热门文章

  1. DBA 有哪些工作
  2. [golang]写了一个可以用 go 来写脚本的工具:gosl
  3. golang orm
  4. Jmeter5.1 Plugins Manager配置dummy使用jp@gc - Dummy Sampler
  5. FCS省选模拟赛 Day7
  6. C# 获取枚举值/获取名字和值
  7. ubuntu之路——day10.3 train/dev/test的划分、大小和指标更新
  8. ORACLE数据库特性
  9. game-hacking
  10. 关于Delphi中二维数组的声明和大小调整