public class RuntimeInfo extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
long |
freeMemory |
long |
maxMemory |
int |
nThreads |
static com.sun.management.OperatingSystemMXBean |
osBean |
double |
processCpuLoad |
static Runtime |
runtime |
double |
systemCpuLoad |
long |
totalMemory |
| Constructor and Description |
|---|
RuntimeInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getFreeMemory() |
long |
getMaxMemory() |
int |
getNThreads() |
double |
getProcessCpuLoad() |
double |
getSystemCpuLoad() |
long |
getTotalMemory() |
int |
hashCode() |
public final int nThreads
public final long maxMemory
public final long totalMemory
public final long freeMemory
public final double processCpuLoad
public final double systemCpuLoad
public static com.sun.management.OperatingSystemMXBean osBean
public static Runtime runtime
Copyright © 2015 LSST. All rights reserved.