Linux command to list all threads of a particular process

lets take firefox-bin

ps -C firefox-bin -L -o pid,tid,pcpu,state

1 comment:

Praneeth M said...
This comment has been removed by the author.