Searched full:slabratetop (Results 1 – 7 of 7) sorted by relevance
/external/bcc/tools/ |
D | slabratetop_example.txt | 1 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
|
D | slabratetop.py | 4 # 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/ |
D | slabratetop.8 | 1 .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/ |
D | snapcraft.yaml | 240 slabratetop: 241 command: wrapper slabratetop 242 aliases: [slabratetop]
|
/external/bcc/debian/ |
D | changelog | 46 mountsnoop, runqlen, slabratetop, syscount, tcplife, tcptop, ttysnoop,
|
/external/bcc/ |
D | README.md | 135 - tools/[slabratetop](tools/slabratetop.py): Kernel SLAB/SLUB memory cache allocation rate top. [Ex…
|
/external/bcc/tests/python/ |
D | test_tools_smoke.py | 266 self.run_with_duration("slabratetop.py 1 1")
|