java.lang.management

共 4 篇文章
java.lang.management 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 4 篇文章,持续更新中。

FullThreadDump demonstrates the use of the java.lang.management API to print the full thread dump.

FullThreadDump demonstrates the use of the java.lang.management API to print the full thread dump. JDK 6 defines a new API to dump the information about monitors and java.util.concurrent ownable s

MemoryMonitor demonstrates the use of the java.lang.management API in observing the memory usage o

MemoryMonitor demonstrates the use of the java.lang.management API in observing the memory usage of all memory pools consumed by the application. This simple demo program queries the memory usag

VerboseGC demonstrates the use of the java.lang.management API to print the garbage collection sta

VerboseGC demonstrates the use of the java.lang.management API to print the garbage collection statistics and memory usage remotely by connecting to a JMX agent with a JMX service URL: service:j

JTop monitors the CPU usage of all threads in a remote application which has remote management enab

JTop monitors the CPU usage of all threads in a remote application which has remote management enabled. JTop demonstrates the use of the java.lang.management API to obtain the CPU consumption for