November
18
Linux: Show top programs using resources, i/o
ps axo %cpu,%mem,command,pid | sort -nr | head
pidstat -dl 20
iostat -oPa
ps axo %cpu,%mem,command,pid | sort -nr | head
pidstat -dl 20
iostat -oPa