Perform CPU Usage Statistics Evaluation
Determines if current disk usage is within defined disk space usage limits.
Workflow inputs – Perform CPU Usage Statistics Evaluation
Call Workflow Input | Description | Required | Default Value |
connection details | XML document conforming to the ConnectionDetails common object that contains the information required to execute a command via command line | Yes | n/a |
cpu | The cpu number to be evaluate. | No | 0 |
acceptable thresholds | An XML document containing the system cpu number and a value indicating the cpu threshold limit for the cpu.
Example value: <limit cpu="0">30</limit>
| Yes | n/a |
Workflow outputs – Perform CPU Usage Statistics Evaluation
Call Workflow Output | Description |
output | XML document consisting of one or more <line> elements that contain the command response. Each <line> element contains an index attribute indicating the order in which the information was returned by the command. |
success | Did the operation succeed?
Valid values: true, false |