文件名称:VerboseGC
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 9.8kb
- 下载次数:
- 0次
- 提 供 者:
- sumbo*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
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:jmx:rmi:///jndi/rmi://<hostName>:<portNum>/jmxrmi
where <hostName> is the hostname and <portNum> is the port number
to which the JMX agent will be connected.
print the garbage collection statistics and memory usage remotely
by connecting to a JMX agent with a JMX service URL:
service:jmx:rmi:///jndi/rmi://<hostName>:<portNum>/jmxrmi
where <hostName> is the hostname and <portNum> is the port number
to which the JMX agent will be connected.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 27796722verbosegc.rar 列表 VerboseGC\README.txt VerboseGC\src\PrintGCStat.java VerboseGC\src\VerboseGC.java VerboseGC\src VerboseGC\VerboseGC.jar VerboseGC