Home
last modified time | relevance | path

Searched full:dcstat (Results 1 – 9 of 9) sorted by relevance

/external/bcc/tools/
Ddcstat_example.txt1 Demonstrations of dcstat, the Linux eBPF/bcc version.
4 dcstat shows directory entry cache (dcache) statistics. For example:
6 # ./dcstat
33 # ./dcstat
84 Here's dcstat:
86 # ./dcstat
95 dcstat also supports an optional interval and optional count. For example,
98 # ./dcstat 5 3
107 # ./dcstat -h
108 USAGE: ./dcstat [interval [count]]
Ddcstat.py4 # dcstat Directory entry cache (dcache) stats.
7 # USAGE: dcstat [interval [count]]
Ddcsnoop_example.txt5 further investigation beyond dcstat(8). The output is likely verbose, as
Ddcsnoop.py16 # Also see dcstat(8), for per-second summaries.
/external/bcc/man/man8/
Ddcstat.81 .TH dcstat 8 "2016-02-09" "USER COMMANDS"
3 dcstat \- Directory entry cache (dcache) stats. Uses Linux eBPF/bcc.
5 .B dcstat
22 .B dcstat
26 .B dcstat 5 3
Ddcsnoop.812 investigations of dcache performance beyond dcstat(8), which prints
61 intended for deeper investigations beyond dcstat(8), when absolutely necessary.
77 dcstat(1)
/external/bcc/snapcraft/
Dsnapcraft.yaml84 dcstat:
85 command: wrapper dcstat
86 aliases: [dcstat]
/external/bcc/
DREADME.md104 - tools/[dcstat](tools/dcstat.py): Directory entry cache (dcache) stats. [Examples](tools/dcstat_ex…
/external/bcc/tests/python/
Dtest_tools_smoke.py137 self.run_with_duration("dcstat.py 1 1")