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

makeflow_graph_log - convert a makeflow log into a graph

Description

makeflow_graph_log  converts  a  makeflow log into a graph that shows the number of tasks ready, running,
       and completed over time.  The output graph is generated by using gnuplot to  create  a  postscript  file,
       which is then converted to the desired type using ImageMagick.  The type of the output file is determined
       by the name, so any image type supported by ImageMagick can be selected.

Examples

               makeflow_graph_log small.makeflowlog small.pdf
               makeflow_graph_log big.makeflowlog big.gif

Name

makeflow_graph_log - convert a makeflow log into a graph

Options

       None.

See Also

CooperativeComputingToolsDocumentationMakeflowUserManualmakeflow(1)makeflow_monitor(1)makeflow_analyze(1)makeflow_viz(1)makeflow_graph_log(1)starch(1)makeflow_ec2_setup(1)makeflow_ec2_cleanup(1)

CCTools 7.14.5 FINAL                                                                       makeflow_graph_log(1)

Synopsis

       makeflow_graph_log <logfile><imagefile>

See Also