Java java.lang.management OperatingSystemMXBean fields, constructors, methods, implement or subclass

Example usage for Java java.lang.management OperatingSystemMXBean fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.lang.management OperatingSystemMXBean.

The text is from its open source code.

Method

StringgetArch()
Returns the operating system architecture.
intgetAvailableProcessors()
Returns the number of processors available to the Java virtual machine.
ClassgetClass()
Returns the runtime class of this Object .
StringgetName()
Returns the operating system name.
doublegetSystemLoadAverage()
Returns the system load average for the last minute.
StringgetVersion()
Returns the operating system version.