Lines Matching refs:slabinfo

15 Typically one would then use the "slabinfo" command to get statistical
16 data and perform operation on the slabs. By default slabinfo only lists
17 slabs that have data in them. See "slabinfo -h" for more options when
18 running the command. slabinfo can be compiled with
20 gcc -o slabinfo tools/vm/slabinfo.c
22 Some of the modes of operation of slabinfo require that slub debugging
93 slabinfo -a displays which slabs were merged together.
99 order to do so you must have the slabinfo tool. Then you can do
101 slabinfo -v
106 In that case slabinfo -v simply tests all reachable objects. Usually
283 Extended slabinfo mode and plotting
286 The slabinfo tool has a special 'extended' ('-X') mode that includes:
291 Additionally, in this mode slabinfo does not dynamically scale sizes (G/M/K)
293 other slabinfo modes via '-B' option) which makes reporting more precise and
296 slabinfo-gnuplot.sh script. So it pushes the analysis from looking through
300 a) collect slabinfo extended records, for example:
302 while [ 1 ]; do slabinfo -X >> FOO_STATS; sleep 1; done
304 b) pass stats file(-s) to slabinfo-gnuplot.sh script:
305 slabinfo-gnuplot.sh FOO_STATS [FOO_STATS2 .. FOO_STATSN]
307 The slabinfo-gnuplot.sh script will pre-processes the collected records
314 Another use case, when slabinfo-gnuplot can be useful, is when you need
316 To help you out there, slabinfo-gnuplot.sh script can 'merge' the
321 while [ 1 ]; do slabinfo -X >> STATS<X>; sleep 1; done
324 slabinfo-gnuplot.sh STATS1 STATS2 .. STATSN
326 c) Execute slabinfo-gnuplot.sh in '-t' mode, passing all of the
328 slabinfo-gnuplot.sh -t STATS1-totals STATS2-totals .. STATSN-totals
333 can go unnoticed. To deal with that, `slabinfo-gnuplot.sh' has two
337 in `slabinfo -X >> FOO_STATS; sleep 1;' case, using