for ps aux what are Ss Sl Ssl proccess types UNIX

Posted by JiminyCricket on Super User See other posts from Super User or by JiminyCricket
Published on 2010-04-30T15:16:41Z Indexed on 2010/04/30 18:09 UTC
Read the original article Hit count: 312

Filed under:
|
|

when doing a "ps aux" command I get some process listed as Ss, Ssl and Sl what do these mean?

root     24653  0.0  0.0   2256     8 ?        Ss   Apr12   0:00 /bin/bash -c /usr/bin/python /var/python/report_watchman.py 
root     24654  0.0  0.0  74412    88 ?        Sl   Apr12   0:01 /usr/bin/python /var/python/report_watchman.py
root     21976  0.0  0.0   2256     8 ?        Ss   Apr14   0:00 /bin/bash -c /usr/bin/python /var/python/report_watchman.py 
root     21977  0.0  0.0  73628    88 ?        Sl   Apr14   0:01 /usr/bin/python /var/python/report_watchman.py

© Super User or respective owner

for ps aux what are Ss Sl Ssl proccess types UNIX

Posted by JiminyCricket on Stack Overflow See other posts from Stack Overflow or by JiminyCricket
Published on 2010-04-30T15:16:41Z Indexed on 2010/04/30 15:17 UTC
Read the original article Hit count: 312

Filed under:
|
|

when doing a "ps aux" command I get some process listed as Ss, Ssl and Sl what do these mean?

root     24653  0.0  0.0   2256     8 ?        Ss   Apr12   0:00 /bin/bash -c /usr/bin/python /var/python/report_watchman.py 
root     24654  0.0  0.0  74412    88 ?        Sl   Apr12   0:01 /usr/bin/python /var/python/report_watchman.py
root     21976  0.0  0.0   2256     8 ?        Ss   Apr14   0:00 /bin/bash -c /usr/bin/python /var/python/report_watchman.py 
root     21977  0.0  0.0  73628    88 ?        Sl   Apr14   0:01 /usr/bin/python /var/python/report_watchman.py

© Stack Overflow or respective owner

Related posts about unix

Related posts about processes