TABLE 18–22
JVM Statistics for Java SE - Runtime
(Continued)
Statistic
Data Type
Description
managementspecversion
StringStatistic
Management spec. version implemented
by the JVM.
classpath
StringStatistic
Classpath that is used by the system class
loader to search for class files.
librarypath
StringStatistic
Java library path.
bootclasspath
StringStatistic
Classpath that is used by the bootstrap
class loader to search for class files.
inputarguments
StringStatistic
Input arguments passed to the JVM. Does
not include the arguments to the
main
method.
uptime
CountStatistic
Uptime of the JVM (in milliseconds).
The statistics available for
ThreadInfo
in the JVM in Java SE are shown in the following table.
TABLE 18–23
JVM Statistics for Java SE - Thread Info
Statistic
Data Type
Description
threadid
CountStatistic
ID of the thread.
threadname
StringStatistic
Name of the thread.
threadstate
StringStatistic
State of the thread.
blockedtime
CountStatistic
Time elapsed (in milliseconds) since the
thread entered the
BLOCKED
state. Returns
-1 if thread contention monitoring is
disabled.
blockedcount
CountStatistic
Total number of times that the thread
entered the
BLOCKED
state.
waitedtime
CountStatistic
Elapsed time (in milliseconds) that the
thread has been in a
WAITING
state.
Returns -1 if thread contention
monitoring is disabled.
waitedcount
CountStatistic
Total number of times the thread was in
WAITING
or
TIMED_WAITING
states.
lockname
StringStatistic
String representation of the monitor lock
that the thread is blocked to enter or
waiting to be notified through the
Object.wait
method.
About Monitoring
Sun GlassFish Enterprise Server 2.1 Administration Guide • December 2008
190
Содержание Sun GlassFish Enterprise Server 2.1
Страница 12: ...12 ...
Страница 13: ...Figures FIGURE 1 1 Enterprise Server Instance 29 FIGURE 9 1 RoleMapping 105 13 ...
Страница 14: ...14 ...
Страница 18: ...18 ...
Страница 38: ...38 ...
Страница 62: ...62 ...
Страница 96: ...96 ...
Страница 126: ...126 ...
Страница 160: ...160 ...
Страница 214: ...214 ...
Страница 218: ...218 ...
Страница 230: ...230 ...