ProcessQuery.cpuAbove
ProcessQuery cpuAbove(double percent)Filters processes with CPU usage above a threshold.
Parameters
percent | The CPU percentage threshold. |
Returns
This ProcessQuery for method chaining.
ProcessQuery cpuAbove(double percent)Filters processes with CPU usage above a threshold.
percent | The CPU percentage threshold. |