| Package | Description |
|---|---|
| org.rhq.core.system |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessInfo.destroy() |
List<NetworkAdapterInfo> |
JavaSystemInfo.getAllNetworkAdapters()
Returns partially filled
NetworkAdapterInfo objects - only the data available via the Java API
(particularly the NetworkInterface class) will be available in the returned objects. |
List<NetworkAdapterInfo> |
NativeSystemInfo.getAllNetworkAdapters() |
List<NetworkAdapterInfo> |
SystemInfo.getAllNetworkAdapters()
Returns the information on all installed network adapters.
|
List<ServiceInfo> |
WindowsNativeSystemInfo.getAllServices() |
List<ServiceInfo> |
NativeSystemInfo.getAllServices() |
List<ServiceInfo> |
SystemInfo.getAllServices()
Returns the information on all installed services found in the services manager.
|
org.hyperic.sigar.ProcCpu |
ProcessInfo.getCpu()
Deprecated.
as of 4.6. For similar purpose, call
ProcessInfo.priorSnaphot() and then corresponding method
from the returned ProcessInfo.ProcessInfoSnapshot. |
org.hyperic.sigar.ProcCpu |
ProcessInfo.ProcessInfoSnapshot.getCpu() |
org.hyperic.sigar.ProcCred |
ProcessInfo.getCredentials()
Deprecated.
as of 4.6. For similar purpose, call
ProcessInfo.priorSnaphot() and then corresponding method
from the returned ProcessInfo.ProcessInfoSnapshot. |
org.hyperic.sigar.ProcCred |
ProcessInfo.ProcessInfoSnapshot.getCredentials() |
org.hyperic.sigar.ProcCredName |
ProcessInfo.getCredentialsName()
Deprecated.
as of 4.6. For similar purpose, call
ProcessInfo.priorSnaphot() and then corresponding method
from the returned ProcessInfo.ProcessInfoSnapshot. |
org.hyperic.sigar.ProcCredName |
ProcessInfo.ProcessInfoSnapshot.getCredentialsName() |
String |
ProcessInfo.getCurrentWorkingDirectory()
Deprecated.
as of 4.6. For similar purpose, call
ProcessInfo.priorSnaphot() and then corresponding method
from the returned ProcessInfo.ProcessInfoSnapshot. |
String |
ProcessInfo.ProcessInfoSnapshot.getCurrentWorkingDirectory() |
org.hyperic.sigar.ProcExe |
ProcessInfo.getExecutable()
Deprecated.
as of 4.6. For similar purpose, call
ProcessInfo.priorSnaphot() and then corresponding method
from the returned ProcessInfo.ProcessInfoSnapshot. |
org.hyperic.sigar.ProcExe |
ProcessInfo.ProcessInfoSnapshot.getExecutable() |
org.hyperic.sigar.ProcFd |
ProcessInfo.getFileDescriptor()
Deprecated.
as of 4.6. For similar purpose, call
ProcessInfo.priorSnaphot() and then corresponding method
from the returned ProcessInfo.ProcessInfoSnapshot. |
org.hyperic.sigar.ProcFd |
ProcessInfo.ProcessInfoSnapshot.getFileDescriptor() |
String |
NativeSystemInfo.getHostname() |
String |
SystemInfo.getHostname()
Returns the hostname that the system is known as.
|
org.hyperic.sigar.ProcMem |
ProcessInfo.getMemory()
Deprecated.
as of 4.6. For similar purpose, call
ProcessInfo.priorSnaphot() and then corresponding method
from the returned ProcessInfo.ProcessInfoSnapshot. |
org.hyperic.sigar.ProcMem |
ProcessInfo.ProcessInfoSnapshot.getMemory() |
long |
ProcessInfo.getParentPid()
Deprecated.
as of 4.6. For similar purpose, call
ProcessInfo.priorSnaphot() and then corresponding method
from the returned ProcessInfo.ProcessInfoSnapshot. |
long |
ProcessInfo.ProcessInfoSnapshot.getParentPid() |
ProcessInfo |
ProcessInfo.getParentProcess()
Returns a
ProcessInfo instance for the parent of this process. |
List<String> |
WindowsNativeSystemInfo.getRegistryChildKeys(RegistryEntry.Root root,
String key)
Gets a list of all the sub-keys that are direct children of the given registry key.
|
List<RegistryEntry> |
WindowsNativeSystemInfo.getRegistryEntries(RegistryEntry.Root root,
String key)
Gets a list of all the value entries of the given registry key.
|
RegistryEntry |
WindowsNativeSystemInfo.getRegistryEntry(RegistryEntry.Root root,
String key,
String name)
Returns a registry entry (which includes its value) where the key is located under either the LOCAL_MACHINE or
CURRENT_USER root registry node.
|
List<String> |
WindowsNativeSystemInfo.getRegistryValueNames(RegistryEntry.Root root,
String key)
Gets a list of all the names of values of the given registry key.
|
org.hyperic.sigar.ProcState |
ProcessInfo.getState()
Deprecated.
as of 4.6. For similar purpose, call
ProcessInfo.priorSnaphot() and then corresponding method
from the returned ProcessInfo.ProcessInfoSnapshot. |
org.hyperic.sigar.ProcState |
ProcessInfo.ProcessInfoSnapshot.getState() |
org.hyperic.sigar.ProcTime |
ProcessInfo.getTime()
Deprecated.
as of 4.6. For similar purpose, call
ProcessInfo.priorSnaphot() and then corresponding method
from the returned ProcessInfo.ProcessInfoSnapshot. |
org.hyperic.sigar.ProcTime |
ProcessInfo.ProcessInfoSnapshot.getTime() |
boolean |
ProcessInfo.isRunning()
Deprecated.
as of 4.6. For similar purpose, call
ProcessInfo.priorSnaphot() and then corresponding method
from the returned ProcessInfo.ProcessInfoSnapshot. |
boolean |
ProcessInfo.ProcessInfoSnapshot.isRunning()
Checks if the process is alive.
|
void |
ProcessInfo.refresh()
Takes a fresh snapshot of non static properties of the underlying process.
|
void |
AggregateProcessInfo.refresh() |
| Constructor and Description |
|---|
ProcessInfo(long pid) |
ProcessInfo(long pid,
org.hyperic.sigar.SigarProxy sigar) |
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.