Tip-jstat 指令学习

2019-05-01  本文已影响0人  cctoken

Basic

jstat [ generalOption | outputOptions vmid [ interval[s|ms] [ count ] ]

           class: Displays statistics about the behavior of the class loader.

           compiler: Displays statistics about the behavior of the Java HotSpot VM Just-in-Time compiler.

           gc: Displays statistics about the behavior of the garbage collected heap.

           gccapacity: Displays statistics about the capacities of the generations and their corresponding spaces.

           gccause: Displays a summary about garbage collection statistics (same as -gcutil), with the cause of the last and current (when applicable) garbage collection events.

           gcnew: Displays statistics of the behavior of the new generation.

           gcnewcapacity: Displays statistics about the sizes of the new generations and its corresponding spaces.

           gcold: Displays statistics about the behavior of the old generation and metaspace statistics.

           gcoldcapacity: Displays statistics about the sizes of the old generation.

           gcmetacapacity: Displays statistics about the sizes of the metaspace.

           gcutil: Displays a summary about garbage collection statistics.

           printcompilation: Displays Java HotSpot VM compilation method statistics.
上一篇 下一篇

猜你喜欢

热点阅读