public class RuntimeInfo extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
long |
freeMemory |
static 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 |
|---|---|
long |
getFreeMemory() |
static long |
getMaxMemory() |
int |
getnThreads() |
double |
getProcessCpuLoad() |
double |
getSystemCpuLoad() |
long |
getTotalMemory() |
public final int nThreads
public static 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.