Home
last modified time | relevance | path

Searched full:nfsslower (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/bcc/tools/
H A Dnfsslower_example.txt1 Demonstrations of nfsslower, the Linux eBPF/bcc version.
3 nfsslower show NFS reads, writes, opens and getattrs, slower than a
6 ./nfsslower.py
37 ./nfsslower.py 1
65 ./nfsslower.py 0
120 ./nfsslower.py -j 0
141 usage: nfsslower.py [-h] [-j] [-p PID] [min_ms]
153 ./nfsslower # trace operations slower than 10ms
154 ./nfsslower 1 # trace operations slower than 1ms
155 ./nfsslower -j 1 # ... 1 ms, parsable output (csv)
[all …]
H A Dnfsslower.py4 # nfsslower Trace slow NFS operations
7 # Usage: nfsslower [-h] [-p PID] [min_ms]
41 ./nfsslower # trace operations slower than 10ms
42 ./nfsslower 1 # trace operations slower than 1ms
43 ./nfsslower -j 1 # ... 1 ms, parsable output (csv)
44 ./nfsslower 0 # trace all nfs operations
45 ./nfsslower -p 121 # trace pid 121 only
/aosp_15_r20/external/bcc/man/man8/
H A Dnfsslower.81 .TH nfsslower 8 "2017-09-01" "USER COMMANDS"
3 nfsslower \- Trace slow NFS file operations, with per-event details.
5 .B nfsslower [\-h] [\-j] [\-p PID] [min_ms]
41 .B nfsslower
45 .B nfsslower 1
49 .B nfsslower \-j 1
53 .B nfsslower 0
57 .B nfsslower \-p 181 1
H A Dnfsdist.880 nfsslower(8)
/aosp_15_r20/external/bcc/snap/
H A Dsnapcraft.yaml211 nfsslower:
212 command: bcc-wrapper nfsslower
/aosp_15_r20/external/bcc/libbpf-tools/
H A D.gitignore38 /nfsslower
H A DMakefile98 FSSLOWER_ALIASES = btrfsslower ext4slower nfsslower xfsslower
H A Dfsslower.c177 } else if (!strcmp(name, "nfsslower")) { in alias_parse()
/aosp_15_r20/external/bcc/
H A DREADME.md136 - tools/[nfsslower](tools/nfsslower.py): Trace slow NFS operations. [Examples](tools/nfsslower_exam…
/aosp_15_r20/external/bcc/debian/
H A Dchangelog20 …* bcc tool updates for ttysnoop, slabratetop, readahead, nfsslower, cpudist, cachetop, cachestat, …
/aosp_15_r20/external/bcc/tests/python/
H A Dtest_tools_smoke.py250 self.run_with_int("nfsslower.py")