diff options
author | srikar <srikar> | 2007-09-04 10:36:59 +0000 |
---|---|---|
committer | srikar <srikar> | 2007-09-04 10:36:59 +0000 |
commit | 86963113d4e3b10cd08389873c0eff62ba79f516 (patch) | |
tree | 1a7dd6fc33e2475dc26a2c298a6b8f599ce1d640 /testsuite/buildok/task_test.stp | |
parent | c4830239d5dc029bd935e0903a417815b894c96a (diff) | |
download | systemtap-steved-86963113d4e3b10cd08389873c0eff62ba79f516.tar.gz systemtap-steved-86963113d4e3b10cd08389873c0eff62ba79f516.tar.xz systemtap-steved-86963113d4e3b10cd08389873c0eff62ba79f516.zip |
Added open_file_handles tapset function and man page for task tapsets.
Diffstat (limited to 'testsuite/buildok/task_test.stp')
-rwxr-xr-x | testsuite/buildok/task_test.stp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/buildok/task_test.stp b/testsuite/buildok/task_test.stp index 17fa7fb3..c8da7da5 100755 --- a/testsuite/buildok/task_test.stp +++ b/testsuite/buildok/task_test.stp @@ -14,5 +14,7 @@ probe begin { log(sprint(task_prio(c))) log(sprint(task_nice(c))) log(sprint(task_cpu(c))) + log(sprint(task_open_file_handles(c))) + log(sprint(task_max_file_handles(c))) exit() } |