|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.outerj.daisy.jmx.SystemInfoImpl
| Constructor Summary | |
SystemInfoImpl()
|
|
| Method Summary | |
int |
getAvailableProcessors()
Shows the number of available processors for the VM |
java.lang.String |
getFileEncoding()
Shows file encoding. |
long |
getFreeVmMemory()
Shows the current amount of free memory in the VM, measured in bytes. |
java.lang.String |
getFreeVmMemoryFormatted()
|
long |
getMaxVmMemory()
Shows the maximum amount of memory that the VM will attempt to use, measured in bytes. |
java.lang.String |
getMaxVmMemoryFormatted()
|
java.util.Date |
getStartTime()
Shows the (approx.) time when the system was started. |
long |
getTotalVmMemory()
Shows the total amount of free memory in the VM, measured in bytes. |
java.lang.String |
getTotalVmMemoryFormatted()
|
java.lang.String |
getUpTime()
Shows the (approx.) current system uptime |
void |
triggerGarbageCollector()
Suggests the VM to run the Garbage Collector |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SystemInfoImpl()
| Method Detail |
public long getFreeVmMemory()
SystemInfoImplMBean
getFreeVmMemory in interface SystemInfoImplMBeanpublic java.lang.String getUpTime()
SystemInfoImplMBean
getUpTime in interface SystemInfoImplMBeanpublic void triggerGarbageCollector()
SystemInfoImplMBean
triggerGarbageCollector in interface SystemInfoImplMBeanpublic java.util.Date getStartTime()
SystemInfoImplMBean
getStartTime in interface SystemInfoImplMBeanpublic long getMaxVmMemory()
SystemInfoImplMBean
getMaxVmMemory in interface SystemInfoImplMBeanpublic long getTotalVmMemory()
SystemInfoImplMBean
getTotalVmMemory in interface SystemInfoImplMBeanpublic int getAvailableProcessors()
SystemInfoImplMBean
getAvailableProcessors in interface SystemInfoImplMBeanpublic java.lang.String getFreeVmMemoryFormatted()
getFreeVmMemoryFormatted in interface SystemInfoImplMBeanpublic java.lang.String getMaxVmMemoryFormatted()
getMaxVmMemoryFormatted in interface SystemInfoImplMBeanpublic java.lang.String getTotalVmMemoryFormatted()
getTotalVmMemoryFormatted in interface SystemInfoImplMBeanpublic java.lang.String getFileEncoding()
SystemInfoImplMBean
getFileEncoding in interface SystemInfoImplMBean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||