gwebcache-stats is a perl script which plots usage graphs for gnutella web caches.
Requirements: Complete web logs (as source data), gnuplot (to draw the graphs), and perl. You need to make sure gnuplot is configured to generate .gif files.
Samples: daily stats by client, daily stats by action, daily stats by Morpheus version, hourly stats by client.
Download: gwebcache-stats-0.1.tar.gz
Configuration:
Once unpacked, edit gwebcache-stats. Change the values of
$cache_re and $gnuplotcmd as required.
Usage:
/path/to/gwebcache-stats [ -o outdir ] access_log ...
gwebcache-stats will save multiple gif files to the specified output directory (or the current directory if not specified)
To do: