Lines Matching full:biosnoop
4 // Based on biosnoop(8) from BCC by Brendan Gregg.
17 #include "biosnoop.h"
18 #include "biosnoop.skel.h"
39 const char *argp_program_version = "biosnoop 0.1";
45 "USAGE: biosnoop [--help] [-d DISK] [-c CG] [-Q]\n"
48 " biosnoop # trace all block I/O\n"
49 " biosnoop -Q # include OS queued time in I/O time\n"
50 " biosnoop -t # use timestamps instead\n"
51 " biosnoop 10 # trace for 10 seconds only\n"
52 " biosnoop -d sdc # trace sdc only\n"
53 " biosnoop -c CG # Trace process under cgroupsPath CG\n"
54 " biosnoop -m 1 # trace for slower than 1ms\n";