Bash-ps-examples

From I Will Fear No Evil
Revision as of 09:34, 10 April 2025 by Chubbard (talk | contribs) (Created page with "== Generic Page of PS options == === threads from process === See the threads for a given process * [https://serverfault.com/questions/932406/how-to-tell-threads-from-processes-in-top-and-ps-on-linux show threads from process] <pre> ps aux |grep processName ps -fly -T -p PID </pre>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Generic Page of PS options

threads from process

See the threads for a given process

ps aux |grep processName
ps -fly -T -p PID