Show processes with most CPU usage

Goal

Find the Linux processes that consume the most CPU time.

Command

ps --sort=-pcpu -eo pcpu,pid,user,args | head

Use the built-in sort of ps together with the most interesting fields like CPU usage, PID, user, and arguments.

Do you like this page? Share it with others or help us make it better

Yes!

Share with friends:
Share on Twitter