logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

bno_plot - generate interactive 3D plot of IO blocks and sizes

Authors

bno_plot was written by Alan D. Brunelle.  This man page was created from the blktrace  documentation  by
       Bas Zoetekouw.

Description

       bno_plot is a visualization tool for the block layer IO tracing tool called blktrace(8).  As noted in its
       documentation,  blktrace  is a block layer IO tracing mechanism which provides detailed information about
       request queue operations up to user space.

       bno_plot utilizes gnuplot to generate a 3D plot of the block number output from btt.  If no  <files>  are
       specified,  it  will  utilize all files generated after btt was run with -Bblknos (meaning: all files of
       the form blknos*[rw].dat).

       The -K option forces bno_plot to put the keys below the graph.  If it is  not  specified,  all  keys  for
       input  files  are  put  in  the upper right corner of the graph. If the number of devices exceed 10, then
       bno_plot will automatically push the keys under the graph.

       To use this utility, the gnuplot package needs to be installed.

       To exit the plotter, enter 'quit' or ^D at the 'gnuplot> ' prompt.

Name

       bno_plot - generate interactive 3D plot of IO blocks and sizes

Reporting Bugs

       Report bugs to <linux-btrace@vger.kernel.org>

See Also

       btt (1), gnuplot (1), blktrace (8), blkparse (1), verify_blkparse (1), blkrawverify (1)

blktrace git-20080213182518                     February 22, 2007                                    BNO_PLOT(1)

Synopsis

bno_plot [ -h | --help ]
                [ -v | --verbose ]
                [ -K | --keys-below ]
                [ <file...> ]

See Also