jstat是jdk自带的一个命令,在jdk安装目录bin目录下,使用该工具可以进行java一些性能调优 Option Displays... class Statistics on the behavior of the class loader. compiler Statistics of the behavior of the HotSpot Just-in-Time compiler. gc Statistics of the behavior of the garbage collected heap. gccapacity Statistics of the capacities of the generations and their corresponding spaces. gccause Summary of garbage collection statistics (same as -gcutil), with the cause of the last and current (if applicable) garbage collection events. gcnew Statistics of the behavior of the new generation. gcnewcapacity Statistics of the sizes of the new generations and its corresponding spaces. gcold Statistics of the behavior of the old and permanent generations. gcoldcapacity Statistics of the sizes of the old generation. gcpermcapacity Statistics of the sizes of the permanent generation. gcutil Summary of garbage collection statistics. printcompilation HotSpot compilation method statistics. http://download.oracle.com/javase/1.5.0/docs/tooldocs/share/jstat.html
详细解决方案
jstat施用浅谈
热度:117 发布时间:2012-09-10 11:02:32.0
相关解决方案
- jstat j地图
- Java jstat -gc下令
- JDK NEW TOOLS――jps、jinfo、jstat、j地图、jconsole zz
- java 内存监控工具 jstat j地图
- JVM监控工具-jstat(虚拟机状态监控)
- jstat,j地图,jconsole,jvisualvm,jps,jinfo等jdk系统监控、性能调优工具
- 【一个小疑点】jstat PID not found产生的原因
- [转]java 内存监控工具 jstat j地图
- JVM_怎么用命令更好的进行GC调优-jstat
- JDK NEW TOOLS――jps、jinfo、jstat、j地图、jconsole
- JVM性能调优监控工具jps、jstack、jmap、jhat、jstat、hprof使用详解
- JVM jstat
- jcmd、jstack、jstat、jmap的应用
- Java常用命令(二)jstat、javap
- jstat jvm 中关于java performance data的linux中的实现
- JVM监控工具jps、jstack、jmap、jhat、jstat
- GC调优基础知识之工具篇--jdk为我们提供的命令行命令 jps,jstat,jmap,jinfo,jstat,jstack,jhat 等
- JVM性能调优监控工具专题一:JVM自带性能调优工具(jps,jstack,jmap,jhat,jstat,hprof)
- JVM调试常用命令——jmap、jstat(2)
- Sun JVM分析工具jps,jstat,jmap,jconsole,MemoryAnalyzer
- JVM监控命令之——JSTAT
- jstat 使用
- CPU飙高、内存飙高、频繁FULLGC、程序越来越慢的排查思路(top jstack jstat jmap)