| Interface | Description |
|---|---|
| SystemInfo |
Interface of all native system info objects plus the "non-native" generic
JavaSystemInfo object. |
| Class | Description |
|---|---|
| AggregateProcessInfo |
Tracks the historical usage for child processes as they come and go to give an estimation of the total resources used
by a process and all its children, past and present.
|
| CpuInformation |
Provides native information on a specific CPU.
|
| FileSystemInfo |
Information about a mounted file system.
|
| JavaSystemInfo |
This is the "non-native" fallback implementation of a
SystemInfo used in the case when there is no native
library available that can be used to obtain low-level system information. |
| NativeSystemInfo |
The superclass for all the native
SystemInfo implementations. |
| NetworkAdapterInfo |
Provides information on a network adapater.
|
| NetworkAdapterStats | |
| NetworkStats | |
| ProcessExecution |
Provides information on what process to execute and how to execute it.
|
| ProcessExecutionResults |
Encapsulates the results of a process that was executed via
SystemInfo.executeProcess(ProcessExecution). |
| ProcessInfo |
Encapsulates information about a known process.
|
| ServiceInfo |
Encapsulates information about a known service.
|
| SigarAccess |
Provides synchronized Sigar access allowing you to obtain low-level platform details
and functionality.
|
| SystemInfoFactory |
Builds
SystemInfo objects based on the native operating system the VM is running on. |
| WindowsNativeSystemInfo |
SystemInfo implementation for the Microsoft Windows operating system platform. |
| Enum | Description |
|---|---|
| NetworkAdapterInfo.OperationState | |
| OperatingSystemType |
The types of platforms that are natively supported.
|
| Exception | Description |
|---|---|
| SystemInfoException |
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.