Error: Macro TracNav(MainNav) failed
not all arguments converted during string formatting

Hydranode Log Analyzer

Hydranode Log Analyzer is a small perl script which parses statistics.log and generates statistics (graphs) out of it.

It is a workaround for a missing statistics function within Hydranode, which will be implemented in the long run.

source:/hydranode/utils/hnanalyze.pl

  • TODO: Add error message and reason of failure when RDDTool isn't installed

The script will continue where it left off in the logfile, so no work is done twice. It will rescan your whole logfile only on recreation. The logfile is expected to be in ${HOME}/.hydranode and the default output directory is ${HOME}/public_html - as an option, you can copy the index.html to that directory.

Developer: chemical