diff options
Diffstat (limited to 'staprun.8.in')
-rw-r--r-- | staprun.8.in | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/staprun.8.in b/staprun.8.in index c1678f69..ca976a4a 100644 --- a/staprun.8.in +++ b/staprun.8.in @@ -57,7 +57,7 @@ be in percpu files FILE_x where 'x' is the cpu number. .B \-b BUFFER_SIZE The systemtap module will specify a buffer size. Setting one here will override that value. The value should be -an integer between 1 and 64 which be assumed to be the +an integer between 1 and 4095 which be assumed to be the buffer size in MB. That value will be per-cpu if bulk mode is used. .TP .B \-L @@ -68,6 +68,11 @@ option. .TP .B \-A Attach to loaded systemtap module. +.TP +.B \-d +Delete a module. Only detached or unused modules +the user has permission to access will be deleted. Use "*" +(quoted) to delete all unused modules. .SH ARGUMENTS .B MODULE @@ -136,7 +141,7 @@ Members of the .I stapusr group can use .I staprun -to insert systemtap modules (or attach to existing systemtap modules) that +to insert or remove systemtap modules (or attach to existing systemtap modules) that are located in the /lib/modules/VERSION/systemtap directory. .SH FILES .TP |