Results 1 to 2 of 2
Hi,I am writing network module (LKM). I got process information by current->pid and current->comm. But now i want current state of task. I want to know the state of running ...
- 07-02-2009 #1Just Joined!
- Join Date
- Jun 2009
- Posts
- 4
how to get running process state
Hi,I am writing network module (LKM). I got process information by current->pid and current->comm. But now i want current state of task. I want to know the state of running the process. I dont find any information in struct task_struct structure. how can i get the state of current running process.
- 07-02-2009 #2Just Joined!
- Join Date
- Jul 2009
- Posts
- 6
ps - ef | grep <process name>


Reply With Quote