public final 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 |
|---|---|
long |
getFreeMemory() |
long |
getMaxMemory() |
int |
getNThreads() |
double |
getProcessCpuLoad() |
double |
getSystemCpuLoad() |
long |
getTotalMemory() |
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 transient com.sun.management.OperatingSystemMXBean osBean
public static transient Runtime runtime
Copyright © 2016 LSST. All rights reserved.