Jeffrey Ross wrote:
noticed this morning that the system is running with a reported load average of: 7.15, 7.26, 7.16
...
How can I figure out what's jacking the load average up?
$ ps ax | awk '{ if( match($3,/R/) ) { print } }'
Jeffrey Ross wrote:
noticed this morning that the system is running with a reported load average of: 7.15, 7.26, 7.16
...
How can I figure out what's jacking the load average up?
$ ps ax | awk '{ if( match($3,/R/) ) { print } }'