Home
last modified time | relevance | path

Searched full:gethostlatency (Results 1 – 7 of 7) sorted by relevance

/external/bcc/tools/
Dgethostlatency_example.txt1 Demonstrations of gethostlatency, the Linux eBPF/bcc version.
8 # ./gethostlatency
26 # ./gethostlatency -h
27 usage: gethostlatency [-h] [-p PID]
36 ./gethostlatency # trace all TCP accept()s
37 ./gethostlatency -p 181 # only trace PID 181
Dgethostlatency.py3 # gethostlatency Show latency for getaddrinfo/gethostbyname[2] calls.
25 ./gethostlatency # trace all TCP accept()s
26 ./gethostlatency -p 181 # only trace PID 181
/external/bcc/man/man8/
Dgethostlatency.81 .TH gethostlatency 8 "2016-01-28" "USER COMMANDS"
3 gethostlatency \- Show latency for getaddrinfo/gethostbyname[2] calls. Uses Linux eBPF/bcc.
5 .B gethostlatency
32 .B gethostlatency
/external/bcc/snapcraft/
Dsnapcraft.yaml117 gethostlatency:
118 command: wrapper gethostlatency
119 aliases: [gethostlatency]
/external/bcc/tools/old/
Dgethostlatency.py3 # gethostlatency Show latency for getaddrinfo/gethostbyname[2] calls.
/external/bcc/
DREADME.md115 - tools/[gethostlatency](tools/gethostlatency.py): Show latency for getaddrinfo/gethostbyname[2] ca…
/external/bcc/tests/python/
Dtest_tools_smoke.py182 self.run_with_int("gethostlatency.py")