Using jstat with BEA JRockit

使用jrockit使用jstat命令的用法很简单,在liunx下使用jstat -help命令就能了解,这里不多解释,这里只是将各统计参数的说明发布下。

 

Statistics Options and Output

The following table lists all available statistical options, statOption, when using BEA JRockit. The tables that follow, summarize the columns that jstat outputs for each statOption.

statOption

Displays

-class

Statistics on the behavior of the class loader.

-compiler

Statistics of the behavior of the JRockit compiler.

-gc

Statistics of the behavior of the garbage collected heap.

-gcpause

Statistics of garbage collection pauses.

-printjit

Statistic on the latest JIT compiler operations.

-printopt

Statistic on the latest optimizing compiler operations.

-class statOption

Column

Description

Loaded

Number of classes loaded.

Bytes

Number of Kbytes loaded.

Unloaded

Number of classes unloaded.

Bytes

Number of Kbytes unloaded.

-compiler statOption

Column

Description

Compiled

Number of compilation tasks performed.

Jitted

Number of JIT compilation tasks performed.

Optimized

Number of optimization compilation tasks performed.

Time

Time spent performing compilation tasks.

TotalTimeJit

Time spent performing JIT compilation tasks.

TotalTimeOpt

Time spent performing optimizing compilation tasks.

-printjit statOption

Column

Description

Jitted

Number of JIT compilation tasks performed.

TotalTimeJit

Time spent performing JIT compilation tasks.

LastJitMethod

The last method compiled by the JIT.

-printopt statOption

Column

Description

Optimized

Number of optimization compilation tasks performed.

TotalTimeOpt

Time spent performing optimizing compilation tasks.

LastOptMethod

The last method compiled by the optimizing compiler.

-gc statOption

Column

Description

HeapSize

Heap size (KB).

NurserySize

Nursery size (KB).

UsedHeapSize

Used heap size (KB).

YC

Number of young generation collections.

OC

Number of old generation collections.

YCTime

Young generation garbage collection time (s).

OCTime

Old generation garbage collection time (s).

GCTime

Total garbage collection time (s).

YCPauseTime

Young generation pause time (s).

OCPauseTime

Old generation pause time (s).

PauseTime

Total pause time (s).

Finalizers

Number of pending finalizers.

-gcpause statOption

Column

Description

YC

Number of young generation collections.

OC

Number of old generation collections.

YCPauseTime

Young generation pause time (s).

OCPauseTime

Old generation pause time (s).

PauseTime

Total pause time (s).

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值