public final class JVMEnvironment extends Object
| Constructor and Description |
|---|
JVMEnvironment() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHostName() |
long |
getMaxMemory() |
int |
getMaxMemoryMB() |
int |
getNumProcessors() |
int |
getPercentUsedMemory() |
long |
getUsedMemory() |
int |
getUsedMemoryMB() |
String |
toString() |
public int getNumProcessors()
public long getUsedMemory()
public int getUsedMemoryMB()
public long getMaxMemory()
public int getMaxMemoryMB()
public int getPercentUsedMemory()
public String getHostName()
Copyright © 2012. All Rights Reserved.