Tagged Questions
1
vote
0answers
26 views
Grab process information about high process usage
I'm looking to grab process information about processes that are using over a certain CPU limit.
Ex:
#!/usr/bin/env python
def get_processes_over_usage(cpu_usage):
#Find the processes.
...