Skip to content

Server Side Monitoring

Nitin Kumar Agarwal edited this page Oct 5, 2013 · 8 revisions

This service enable server Side Monitoring for Application under Performance Testing. This service does most of the resource (cpu, memory, io, disk, mysql etc) metric collection via Diamond Collector Library.
Monitoring service also has auto discover and monitor module which allows monitoring of resources (like JMX) ,which are not monitored by diamond.

Installing Monitoring Service

Using Source Code

  1. Clone Source code : git clone https://github.com/Flipkart/loader.git
  2. mvn clean compile install package
  3. cd monitoring-service
  4. mvn clean compile exec:java
  5. Validate that service is up by hitting : http://localhost:7777/monitoring-service/resources

Further Steps TBD

Clone this wiki locally