Searched full:statsnoop (Results 1 – 7 of 7) sorted by relevance
1 .TH statsnoop 8 "2016-02-08" "USER COMMANDS"3 statsnoop \- Trace stat() syscalls. Uses Linux eBPF/bcc.5 .B statsnoop [\-h] [\-t] [\-x] [\-p PID]7 statsnoop traces the different stat() syscalls, showing which processes are40 .B statsnoop44 .B statsnoop \-t48 .B statsnoop \-x52 .B statsnoop \-p 181
1 Demonstrations of statsnoop, the Linux eBPF/bcc version.4 statsnoop traces the different stat() syscalls system-wide, and prints various7 # ./statsnoop 51 statsnoop can be used for general debugging, to see what file information has58 # ./statsnoop -h59 usage: statsnoop [-h] [-t] [-x] [-p PID]70 ./statsnoop # trace all stat() syscalls71 ./statsnoop -t # include timestamps72 ./statsnoop -x # only show failed stats73 ./statsnoop -p 181 # only trace PID 181
4 # statsnoop Trace stat() syscalls.7 # USAGE: statsnoop [-h] [-t] [-x] [-p PID]22 ./statsnoop # trace all stat() syscalls23 ./statsnoop -t # include timestamps24 ./statsnoop -x # only show failed stats25 ./statsnoop -p 181 # only trace PID 181
4 # statsnoop Trace stat() syscalls.7 # USAGE: statsnoop [-h] [-t] [-x] [-p PID]20 ./statsnoop # trace all stat() syscalls21 ./statsnoop -t # include timestamps22 ./statsnoop -x # only show failed stats23 ./statsnoop -p 181 # only trace PID 181
258 statsnoop:259 command: wrapper statsnoop260 aliases: [statsnoop]
74 - tools/[statsnoop](tools/statsnoop.py): Trace stat() syscalls. [Examples](tools/statsnoop_example.…
287 self.run_with_int("statsnoop.py")