Task_Tid; Task_Uid; Task_Open_File_Handles; Task_Max_File_Handles - Red Hat ENTERPRISE LINUX 5.4 - SYSTEMTAP LANGUAGE Reference Manual

Systemtap language reference
Hide thumbs Also See for ENTERPRISE LINUX 5.4 - SYSTEMTAP LANGUAGE:
Table of Contents

Advertisement

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

Advertisement

Table of Contents
loading

Table of Contents