Skip to content

Examples

Ritesh Maheshwari edited this page Apr 25, 2014 · 8 revisions

Some logs and config files are included in the source code. You can run these commands to try naarad out. GC example:

bin/naarad -i examples/logs/ -o ~/tmp/naarad -c examples/conf/config-gc

This generates a results in ~/tmp/naarad. Fire up a browser to view ~/tmp/naarad/Report.html to see all the plots in one place.

SAR example:

bin/naarad -i test/data/logs/ -o ~/tmp/naarad -c test/conf/config-sar 

View Results.html in firefox (Chrome complains about cross-domain issues). Note that the sar config specifies plotting graphs using dygraphs.

Screenshots