Home
last modified time | relevance | path

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

/aosp_15_r20/external/bcc/tools/
H A 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]]
H A Ddcstat.py4 # dcstat Directory entry cache (dcache) stats.
7 # USAGE: dcstat [interval [count]]
H A Ddcsnoop_example.txt5 further investigation beyond dcstat(8). The output is likely verbose, as
H A Ddcsnoop.py16 # Also see dcstat(8), for per-second summaries.
/aosp_15_r20/external/bcc/man/man8/
H A 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
H A 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)
/aosp_15_r20/external/bcc/snap/
H A Dsnapcraft.yaml145 dcstat:
146 command: bcc-wrapper dcstat
/aosp_15_r20/external/bcc/
H A DREADME.md108 - tools/[dcstat](tools/dcstat.py): Directory entry cache (dcache) stats. [Examples](tools/dcstat_ex…
/aosp_15_r20/external/bcc/tests/python/
H A Dtest_tools_smoke.py154 self.run_with_duration("dcstat.py 1 1")