API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.lang.management. OperatingSystemMXBean View Source
Author(s)
Mandy Chung
Since
1.5
Version
1.11, 12/09/05
Serial
Hierarchy
 OperatingSystemMXBean
Subinterfaces
Description
public interface OperatingSystemMXBean
  The management interface for the operating system on which the Java virtual machine is running.
Methods
Hide/Show inherited methods
public String getArch ()
  Returns the operating system architecture.
public int getAvailableProcessors ()
  Returns the number of processors available to the Java virtual machine.
public String getName ()
  Returns the operating system name.
public double getSystemLoadAverage ()
  Returns the system load average for the last minute.
public String getVersion ()
  Returns the operating system version.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar