task_state:long (task:long)
Returns the state of the given task. Possible states are:
TASK_RUNNING
TASK_INTERRUPTIBLE
TASK_UNINTERRUPTIBLE
TASK_STOPPED
TASK_TRACED
EXIT_ZOMBIE
EXIT_DEAD
9.3.12. task_tid
General syntax:
task_tid:long (task:long)
Returns the thread ID of the given task.
9.3.13. task_uid
General syntax:
task_uid:long (task:long)
Returns the user ID of the given task.
9.3.14. task_open_file_handles
General syntax:
task_open_file_handles:long(task:long)
Returns the number of open file handles for the given task.
9.3.15. task_max_file_handles
General syntax:
task_max_file_handles:long(task:long)
Returns the maximum number of file handles for the given task.
0
1
2
4
8
16
32
task_tid
51
Need help?
Do you have a question about the ENTERPRISE LINUX 5.4 - SYSTEMTAP LANGUAGE and is the answer not in the manual?
Questions and answers