Searched full:statsnoop (Results 1 – 12 of 12) 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]21 ./statsnoop # trace all stat() syscalls22 ./statsnoop -t # include timestamps23 ./statsnoop -x # only show failed stats24 ./statsnoop -p 181 # only trace PID 181
4 // Based on statsnoop(8) from BCC by Brendan Gregg.13 #include "statsnoop.h"14 #include "statsnoop.skel.h"28 const char *argp_program_version = "statsnoop 0.1";34 "USAGE: statsnoop [-h] [-t] [-x] [-p PID]\n"37 " statsnoop # trace all stat syscalls\n"38 " statsnoop -t # include timestamps\n"39 " statsnoop -x # only show failed stats\n"40 " statsnoop -p 1216 # only trace PID 1216\n";
42 /statsnoop
6 #include "statsnoop.h"
54 statsnoop \
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
284 statsnoop:285 command: bcc-wrapper statsnoop
74 - tools/[statsnoop](tools/statsnoop.py): Trace stat() syscalls. [Examples](tools/statsnoop_example.…
48 * new libbpf-tools: gethostlatency, statsnoop, fsdist and solisten
323 self.run_with_int("statsnoop.py")