Skip to content

Examples

Ritesh Maheshwari edited this page Dec 21, 2013 · 8 revisions

[ Home || Supported Metrics || Installation || Usage || Examples || Screenshots || Troubleshooting ]

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 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 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