LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   qnx pidin like tool for linux (https://www.linuxquestions.org/questions/linux-newbie-8/qnx-pidin-like-tool-for-linux-4175534804/)

Allexandra05 02-22-2015 02:51 PM

qnx pidin like tool for linux
 
I am wondering if there is a way for get the same output in linux as the one you get using pidin on qnx. I am interested in the columns state and blocked: http://www.qnx.com/developers/docs/6...n.html#Blocked.
For example if the state is REPLY or SEND in the Blocked column we get the process ID to which our process is blocked to.
Is there any way to get this kind of information on linux? Maybe using ps or something else?

sag47 03-24-2015 07:24 PM

Are you familiar with process states in Linux? Here's a decent write-up about it.

https://idea.popcount.org/2012-12-11...rocess-states/

I imagine you can query most of the information you need about a process using those functions.


All times are GMT -5. The time now is 01:05 PM.