Lines Matching refs:slabinfo

18 Typically one would then use the ``slabinfo`` command to get statistical
19 data and perform operation on the slabs. By default ``slabinfo`` only lists
20 slabs that have data in them. See "slabinfo -h" for more options when
21 running the command. ``slabinfo`` can be compiled with
24 gcc -o slabinfo tools/vm/slabinfo.c
26 Some of the modes of operation of ``slabinfo`` require that slub debugging
100 ``slabinfo -a`` displays which slabs were merged together.
106 order to do so you must have the ``slabinfo`` tool. Then you can do
109 slabinfo -v
114 In that case ``slabinfo -v`` simply tests all reachable objects. Usually
295 Extended slabinfo mode and plotting
298 The ``slabinfo`` tool has a special 'extended' ('-X') mode that includes:
303 Additionally, in this mode ``slabinfo`` does not dynamically scale
305 also available to other slabinfo modes via '-B' option) which makes
308 output can be plotted using the ``slabinfo-gnuplot.sh`` script. So it
314 a) collect slabinfo extended records, for example::
316 while [ 1 ]; do slabinfo -X >> FOO_STATS; sleep 1; done
318 b) pass stats file(-s) to ``slabinfo-gnuplot.sh`` script::
320 slabinfo-gnuplot.sh FOO_STATS [FOO_STATS2 .. FOO_STATSN]
322 The ``slabinfo-gnuplot.sh`` script will pre-processes the collected records
329 Another use case, when ``slabinfo-gnuplot.sh`` can be useful, is when you
331 modification. To help you out there, ``slabinfo-gnuplot.sh`` script
337 while [ 1 ]; do slabinfo -X >> STATS<X>; sleep 1; done
341 slabinfo-gnuplot.sh STATS1 STATS2 .. STATSN
343 c) Execute ``slabinfo-gnuplot.sh`` in '-t' mode, passing all of the
346 slabinfo-gnuplot.sh -t STATS1-totals STATS2-totals .. STATSN-totals
351 can go unnoticed. To deal with that, ``slabinfo-gnuplot.sh`` has two
356 in ``slabinfo -X >> FOO_STATS; sleep 1;`` case, using a ``-r