-
Notifications
You must be signed in to change notification settings - Fork 61
Home
Naarad is a highly configurable system analysis tool that parses and plots timeseries data for better visual correlation. It can be used for performance analysis of your service/application. You collect data for the metrics you want to monitor and:
- Naarad parses JVM Garbage Collection (GC), System/Network (SAR), Mysql (Innotop) and Jmeter (JTL/XML) logs
- Naarad reads other metrics you have pre-processed and written in CSV format
- Naarad plots the metrics you specify.
The power of Naarad is in its configurablity. You can use it to glance at various metrics and then choose the important metrics to plot to visually correlate the metrics together. An example use-case is when your application's throughput dropped, you want to know if it was because of some GC activity or a spike in CPU usage or disk I/O. Naarad can help you investigate such issue better. Features
- Configurable input format, so you can specify which metrics to inspect. GC, SAR and Innotop logs supported currently, with support for more metrics coming in near future.
- Logs for the supported metrics are parsed by Naarad.
- Also supports generic metric logs in csv format.
- Pick 'n Choose which metrics to plot together for visual correlation.
- Html report with all the plots for a visual inspection of your application's performance profile.
Many tools and frameworks like Zenoss, rrdtool etc have solved the use-case of metric collection, parsing and plotting. Naarad has an overlap in functionality with these tools, but the main advantage of naarad is in its flexibility, which lets it be a powerful tool for performance investigations. Naarad users are performance experts who need to look for 'needle in a haystack'. Naarad was built to support this use-case.
Check out the slide deck of a presentation we gave @ LinkedIn
<iframe src="http://www.slideshare.net/slideshow/embed_code/34420319" width="427" height="356" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px 1px 0; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe>- Wiki Home
- Installation
- Quick Start
- Supported Metrics
- Usage
- Examples
- Screenshots
- [Video Walk-Through](Video Walk-Through)
- Troubleshooting
- Luminol