How to find the process state?
You can find the process state from the following source:
a. Unix/Linux command-line tool ‘top’ will report the process state in the column ‘s’. Process status is reported with a single character.
R – RUNNING/RUNNABLE
S – INTERRRUPTABLE_SLEEP
D – UNINTERRUPTABLE_SLEEP
T – STOPPED
Z – ZOMBIE
b. You can use web-based root cause analysis tools like yCrash , which will report the process states.

#linux #process #unix/linux

In Unix/Linux, what are process states?
1.50 GEEK