top5_cpu_processes
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
top5_cpu_processes [2015/04/01 18:47] – created luke7858 | top5_cpu_processes [2024/05/23 07:26] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | The following commands show you the static cpu usage of your server: | ||
+ | |||
+ | <sxh bash> | ||
+ | ps -eo user, | ||
+ | </ | ||
+ | Shows more headers and information: | ||
+ | <sxh bash> | ||
+ | ps aux --sort: | ||
+ | </ | ||
+ | Uses the sort command of --sort | ||
<sxh bash> | <sxh bash> | ||
ps -eo user, | ps -eo user, | ||
</ | </ | ||
+ | \\ | ||
+ | |||
+ | \\ | ||
+ | It is important to inspect the ' | ||
+ | |||
+ | ^ State ^ Definition ^ | ||
+ | | D | uninterruptible sleep (usually IO) | | ||
+ | | R | running or runnable (on run queue) | | ||
+ | | S | interruptible sleep (waiting for an event to complete) | | ||
+ | | T | stopped, either by a job control signal or because it is being traced | | ||
+ | | X | dead (should never be seen) | | ||
+ | | Z | defunct (" | ||
+ | | | | | ||
+ | | < | high-priority (not nice to other users) | | ||
+ | | N | low-priority (nice to other users) | | ||
+ | | L | has pages locked into memory (for real-time and custom IO) | | ||
+ | | s | is a session leader | | ||
+ | | l | is multi-threaded (using CLONE_THREAD, | ||
+ | | + | is in the foreground process group | | ||
+ |
top5_cpu_processes.1427914035.txt.gz · Last modified: 2024/05/23 07:26 (external edit)