report md devices and zfs spare cache and log drives
[sysadmin-cookbook] / recepies / strace / strace-count.sh
1 #!/bin/sh -x
2
3 trace=/tmp/strace
4 strace -c -o $trace $* && ls -al $trace && cat $trace