首页 > TAG信息列表 > DTSEACLI1302348

strace, ltrace, dtrace

strace -o 可以把log 写入一个文件 root@DTSEACLI1302348:/tmp # strace -o trace.log ls testdir/ file1 file2 wc -l filename 输出文件行数 wc -w filename 输出文件word wc -c/m filename 输出文件bytes/chars number -c, --bytes print the byte counts -m, -