safe(r) for copy-n-paste

This commit is contained in:
Brendan Gregg
2014-07-20 00:26:10 -07:00
parent 8900b9eaf0
commit 81c69288f6
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ function usage {
funccount -t 10 'ext3*' # show top 10 "ext3*" funcs
funccount -i 1 'ext3*' # summary every 1 second
funccount -i 1 -d 5 'ext3*' # 5 x 1 second summaries
END
END
exit
}

View File

@@ -75,7 +75,7 @@ function usage {
functrace -p 198 'vfs*' # trace "vfs*" funcs for PID 198
functrace 'tcp*' > out # trace all "tcp*" funcs to out file
functrace -d 1 'tcp*' > out # trace 1 sec, then write out file
END
END
exit
}