/[sysadmin-cookbook]/recepies/strace/strace-count.sh
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /recepies/strace/strace-count.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 36 - (hide annotations)
Sat May 2 12:27:43 2009 UTC (14 years, 10 months ago) by dpavlin
File MIME type: application/x-sh
File size: 86 byte(s)
count syscalls using strace

1 dpavlin 36 #!/bin/sh -x
2    
3     trace=/tmp/strace
4     strace -c -o $trace $* && ls -al $trace && cat $trace

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26