|
ColdBox Platform v3.8.0 | ||||
FRAMES |
WEB-INF.cftags.componentcoldbox.system.core.java.JVMUtils
public class JVMUtils
This is a JVM Utilities CFC
Method Summary | |
---|---|
string |
getIPAddress()
Get the ip address of the executing hostname machine |
string |
getInetHost()
Get the hostname of the executing machine |
string |
getJVMFreeMemory()
Returns the amount of free memory in the Java Virtual Machine |
string |
getJVMMaxMemory()
Returns the maximum amount of memory that the Java virtual machine will attempt to use |
string |
getJVMTotalMemory()
Returns the total amount of memory in the Java virtual machine |
string |
getJavaRuntime()
Get the java runtime version |
string |
getJavaVersion()
Get the java version |
string |
getOSFileSeparator()
Get the operating system's file separator character |
string |
getOSName()
Get the operating system's name |
string |
getOSPathSeparator()
Get the operating system's path separator character |
numeric |
getProcessors()
Returns the number of processors available to the Java virtual machine |
void |
runGC()
Runs the garbage collector |
Methods inherited from class WEB-INF.cftags.component |
---|
None
|
Method Detail |
---|
public string getIPAddress()
public string getInetHost()
public string getJVMFreeMemory()
public string getJVMMaxMemory()
public string getJVMTotalMemory()
public string getJavaRuntime()
public string getJavaVersion()
public string getOSFileSeparator()
public string getOSName()
public string getOSPathSeparator()
public numeric getProcessors()
public void runGC()
|
ColdBox Platform v3.8.0 | ||||
FRAMES |