Package | Description |
---|---|
com.ibm.lang.management |
OpenJ9 management extensions to java.lang.management.
|
Modifier and Type | Method and Description |
---|---|
ProcessorUsage[] |
OperatingSystemMXBean.retrieveProcessorUsage()
Instantiates and returns an array of
ProcessorUsage objects
that represent the current snapshot of individual Processor usage times. |
ProcessorUsage[] |
OperatingSystemMXBean.retrieveProcessorUsage(ProcessorUsage[] procArray)
Returns an updated array of
ProcessorUsage objects
that represent the current snapshot of individual Processor usage times. |
ProcessorUsage |
OperatingSystemMXBean.retrieveTotalProcessorUsage()
Instantiate and return a new
ProcessorUsage object that
represents the current snapshot of Processor usage statistics. |
ProcessorUsage |
OperatingSystemMXBean.retrieveTotalProcessorUsage(ProcessorUsage procObj)
Returns an updated
ProcessorUsage object that represents the
current snapshot of Processor usage statistics. |
Eclipse OpenJ9 website.
To raise a bug report or suggest an improvement create an Eclipse OpenJ9 issue.
Copyright © 1993, 2023 IBM Corp. and others.