watch what is slowing down your linux
ps aux | awk ‘\$8 ~ /D/ { print \$0 }’
watch -n 1 “(ps aux | awk ‘\$8 ~ /D/ { print \$0 }’)”
By: leizhou | Post date: May 31, 2012 | Comments: No Comments
Posted in categories: Computer Tips, Work related
ps aux | awk ‘\$8 ~ /D/ { print \$0 }’
watch -n 1 “(ps aux | awk ‘\$8 ~ /D/ { print \$0 }’)”
© 2024 Dao's BLOG | Theme: JGD-BizElite