Lines Matching full:tcpconnlat
4 // Based on tcpconnlat(8) from BCC by Brendan Gregg.
14 #include "tcpconnlat.h"
15 #include "tcpconnlat.skel.h"
31 const char *argp_program_version = "tcpconnlat 0.1";
37 "USAGE: tcpconnlat [--help] [-t] [-p PID] [-L]\n"
40 " tcpconnlat # summarize on-CPU time as a histogram\n"
41 " tcpconnlat 1 # trace connection latency slower than 1 ms\n"
42 " tcpconnlat 0.1 # trace connection latency slower than 100 us\n"
43 " tcpconnlat -t # 1s summaries, milliseconds, and timestamps\n"
44 " tcpconnlat -p 185 # trace PID 185 only\n"
45 " tcpconnlat -L # include LPORT while printing outputs\n";