Home
last modified time | relevance | path

Searched full:btrfsslower (Results 1 – 8 of 8) sorted by relevance

/external/bcc/tools/
Dbtrfsslower_example.txt1 Demonstrations of btrfsslower, the Linux eBPF/bcc version.
4 btrfsslower shows btrfs reads, writes, opens, and fsyncs, slower than a
7 # ./btrfsslower
35 # ./btrfsslower 1
77 # ./btrfsslower 0
91 The output of btrfsslower now includes open operations ("O"), and writes ("W").
98 # ./btrfsslower -j 1
128 # ./btrfsslower -h
129 usage: btrfsslower [-h] [-j] [-p PID] [min_ms]
142 ./btrfsslower # trace operations slower than 10 ms (default)
[all …]
Dbtrfsslower.py4 # btrfsslower Trace slow btrfs operations.
7 # USAGE: btrfsslower [-h] [-j] [-p PID] [min_ms]
38 ./btrfsslower # trace operations slower than 10 ms (default)
39 ./btrfsslower 1 # trace operations slower than 1 ms
40 ./btrfsslower -j 1 # ... 1 ms, parsable output (csv)
41 ./btrfsslower 0 # trace all operations (warning: verbose)
42 ./btrfsslower -p 185 # trace PID 185 only
/external/bcc/man/man8/
Dbtrfsslower.81 .TH btrfsslower 8 "2016-02-15" "USER COMMANDS"
3 btrfsslower \- Trace slow btrfs file operations, with per-event details.
5 .B btrfsslower [\-h] [\-j] [\-p PID] [min_ms]
32 .B btrfsslower
36 .B btrfsslower 1
40 .B btrfsslower \-j 1
44 .B btrfsslower 0
48 .B btrfsslower \-p 181 1
Dbtrfsdist.882 btrfsslower(8)
/external/bcc/snapcraft/
Dsnapcraft.yaml54 btrfsslower:
55 command: wrapper btrfsslower
56 aliases: [btrfsslower]
/external/bcc/
DREADME.md94 - tools/[btrfsslower](tools/btrfsslower.py): Trace slow btrfs operations. [Examples](tools/btrfsslo…
/external/bcc/tests/python/
Dtest_tools_smoke.py98 self.run_with_int("btrfsslower.py", allow_early=True)
/external/bcc/docs/
Dtutorial.md102 Similar tools exist in bcc for other file systems: btrfsslower, xfsslower, and zfsslower. There is …