-
Notifications
You must be signed in to change notification settings - Fork 14
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.
- Clone Source code : git clone https://github.com/Flipkart/loader.git
- mvn clean compile install package
- cd monitoring-service
- mvn clean compile exec:java
- Validate that service is up by hitting : http://localhost:7777/monitoring-service/resources
Further Steps TBD