| Package | Description |
|---|---|
| org.rhq.core.system | |
| org.rhq.core.system.pquery |
| Modifier and Type | Class and Description |
|---|---|
class |
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.
|
| Modifier and Type | Field and Description |
|---|---|
protected ProcessInfo |
ProcessInfo.parentProcess |
| Modifier and Type | Method and Description |
|---|---|
ProcessInfo |
ProcessInfo.getParentProcess()
Returns a
ProcessInfo instance for the parent of this process. |
ProcessInfo |
JavaSystemInfo.getThisProcess()
Throws
UnsupportedOperationException since the Java API cannot obtain information about currently running
processes. |
ProcessInfo |
NativeSystemInfo.getThisProcess() |
ProcessInfo |
SystemInfo.getThisProcess()
Returns the process information for the Java VM process this object is running in.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProcessInfo> |
JavaSystemInfo.getAllProcesses()
Throws
UnsupportedOperationException since the Java API cannot obtain information about currently running
processes. |
List<ProcessInfo> |
NativeSystemInfo.getAllProcesses() |
List<ProcessInfo> |
SystemInfo.getAllProcesses()
Returns the information on all processes found in the process table.
|
List<ProcessInfo> |
JavaSystemInfo.getProcesses(String processInfoQuery)
Throws
UnsupportedOperationException since the Java API cannot obtain information about processes. |
List<ProcessInfo> |
NativeSystemInfo.getProcesses(String piq) |
List<ProcessInfo> |
SystemInfo.getProcesses(String processInfoQuery)
Returns ProcessInfo objects for all processes that match the provided PIQL query string
|
| Modifier and Type | Method and Description |
|---|---|
List<ProcessInfo> |
ProcessInfoQuery.getProcesses()
|
List<ProcessInfo> |
ProcessInfoQuery.query(String query)
Performs a query on the set of known processes where
query defines the criteria. |
| Constructor and Description |
|---|
ProcessInfoQuery(List<ProcessInfo> processes)
Constructor for
ProcessInfoQuery given an collection of process information that represents the processes
currently running. |
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.