Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

I usually check CPU occupation rate by

Code Block
$ ps u

But it does not provide any sorting features, and below additional parameters will be helpful.

Code Block
$ ps u --sort=-pcpu

In my case, I use below command to check the system status by root account remotely.

Code Block
$ ps aux --sort=-pcpu