Linux Terminal Glossary
›
Administration
ps --sort=-%cpu | head
Category:
Administration
ps --sort=-%cpu | head
Copy command
List processes sorted by CPU usage (highest first)
Lists processes sorted from highest to lowest CPU usage. head limits the output to the top 10.
Looking for more?
Search all 7,657 commands
— works offline, in English or Spanish, and fixes typos.