Home
last modified time | relevance | path

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

/external/bcc/tools/
Dslabratetop_example.txt1 Demonstrations of slabratetop, the Linux eBPF/bcc version.
4 slabratetop shows the rate of allocations and total bytes from the kernel
8 # ./slabratetop
42 of the caches. slabratetop shows the active call rates and total size of the
115 # ./slabratetop -h
116 usage: slabratetop [-h] [-C] [-r MAXROWS] [interval] [count]
131 ./slabratetop # kmem_cache_alloc() top, 1 second refresh
132 ./slabratetop -C # don't clear the screen
133 ./slabratetop 5 # 5 second summaries
134 ./slabratetop 5 10 # 5 second summaries, 10 times only
Dslabratetop.py4 # slabratetop Summarize kmem_cache_alloc() calls.
7 # USAGE: slabratetop [-h] [-C] [-r MAXROWS] [interval] [count]
28 ./slabratetop # kmem_cache_alloc() top, 1 second refresh
29 ./slabratetop -C # don't clear the screen
30 ./slabratetop 5 # 5 second summaries
31 ./slabratetop 5 10 # 5 second summaries, 10 times only
/external/bcc/man/man8/
Dslabratetop.81 .TH slabratetop 8 "2016-10-17" "USER COMMANDS"
3 slabratetop \- Kernel SLAB/SLUB memory cache allocation rate top.
6 .B slabratetop [\-h] [\-C] [\-r MAXROWS] [interval] [count]
36 .B slabratetop
40 .B slabratetop -Cr 8
44 .B slabratetop 5 10
/external/bcc/snapcraft/
Dsnapcraft.yaml240 slabratetop:
241 command: wrapper slabratetop
242 aliases: [slabratetop]
/external/bcc/debian/
Dchangelog46 mountsnoop, runqlen, slabratetop, syscount, tcplife, tcptop, ttysnoop,
/external/bcc/
DREADME.md135 - tools/[slabratetop](tools/slabratetop.py): Kernel SLAB/SLUB memory cache allocation rate top. [Ex…
/external/bcc/tests/python/
Dtest_tools_smoke.py266 self.run_with_duration("slabratetop.py 1 1")