Example usage for Java java.lang.management OperatingSystemMXBean fields, constructors, methods, implement or subclass
The text is from its open source code.
String | getArch() Returns the operating system architecture. |
int | getAvailableProcessors() Returns the number of processors available to the Java virtual machine. |
Class> | getClass() Returns the runtime class of this Object . |
String | getName() Returns the operating system name. |
double | getSystemLoadAverage() Returns the system load average for the last minute. |
String | getVersion() Returns the operating system version. |