Monitor de alto CPU de un PID

## Comado para ver el PID que esta consumiendo el mayor CPU en un Servidor ps -eo pcpu,pid,user,args | sort -k 1 -r | head -2 | awk '{print($1 " " $2)}'

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.