ls0f / my-issues

0 stars 0 forks source link

UNDERSTANDING LINUX CPU LOAD #42

Open ls0f opened 7 years ago

ls0f commented 7 years ago

http://blog.scoutapp.com/articles/2009/07/31/understanding-load-averages

ls0f commented 7 years ago

On Linux, top supports focusing on a single process, although it naturally doesn't have a history graph:

top -p PID

This is also available on Mac OS X with a different syntax:

top -pid PID