"Linux" process status

Source: Internet
Author: User

Process state transition Diagram

PROCESS STATE CODES   R  running or runnable (on run queue)   D  uninterruptible sleep (usually IO)   S  interruptible sleep (waiting for an event to complete)   Z  defunct/zombie, terminated but not reaped by its parent   T  stopped, either by a job control signal or because      it is being traced   [...]
Above reference: Https://unix.stackexchange.com/questions/96797/what-does-the-interruptible-sleep-state-indicate
"s-State process interpretation"
Use command: PS aux | grep SL, you can see some processes in the SL state. So what does this mean?
< high-priority
N Low-priority
L Some pages are locked into memory
s contains child processes
+ Process Group located in the background;
L multi-threading, Clone thread multi-threaded (using Clone_thread, like NPTL pthreads do)
Above reference: http://blog.csdn.net/flyingleo1981/article/details/7739490
"Signals from Linux"
Term:terminate the process signaled
IGN: The default action is to ignore the signal
Core: The default action is to terminate the process and print the core information (refer to core (5))
STOP: The default action is stop the process, which pauses it
Cont: The default action is if the process is being stopped, continue the

More signals in detail reference: http://man7.org/linux/man-pages/man7/signal.7.html



"Linux" process status

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.