[Bug runtime/17101] [rfe] timeout for stap

dsmith at redhat dot com sourceware-bugzilla@sourceware.org
Mon Jun 30 14:22:00 GMT 2014


https://sourceware.org/bugzilla/show_bug.cgi?id=17101

David Smith <dsmith at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dsmith at redhat dot com

--- Comment #1 from David Smith <dsmith at redhat dot com> ---
For ordinary scripts, we already have a way to kill scripts after a time limit
- just call 'exit()' from a timer probe, something like the following:

====
# Kill the script after 60 seconds.
probe timer.s(60) { exit() }
====

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Systemtap mailing list