Whamcloud - gitweb
llvisualize is a tool that will parse debug logs (from CDEBUG output)
authorthantry <thantry>
Sat, 14 Dec 2002 02:49:46 +0000 (02:49 +0000)
committerthantry <thantry>
Sat, 14 Dec 2002 02:49:46 +0000 (02:49 +0000)
commit9e89c580e8ec970d3d7f92305babb5f6214a2d6b
tree749767bde33e2fdf5835e3ff86d9e421681b1b8f
parent40f8e0969dfe9961ab68e42206edbdb2abd1b98d
llvisualize is a tool that will parse debug logs (from CDEBUG output)
and provide a graphical representation of the call graph.
Useful as a debug aid for developers.
To invoke, provide the log file as input to llvisualize.
Currently, no fancy color scheme, just the ordered call graph(on a single node)
by process ID.
Visual controls allow user to go arbitarily deep.
All fields of the CDEBUG log are available, some have been omitted from
the visual display.

To invoke:

perl llvisualize.pl < /tmp/lustre-debuglog
lustre/utils/llparser.pm [new file with mode: 0644]