Show top 50 running processes ordered by highest memory-cpu usage refreshing every 1s Using watch.md 399 B


title: Show top 50 running processes ordered by highest memory-cpu usage refreshing every 1s Using watch date: 2019-12-04 13:51:00 categories: [cli] tags: [ps, watch,head]

authors: sedlav

watch -n1 "ps aux --sort=-%mem,-%cpu | head -n 50

Link