Difference between revisions of "Monitoring Resource Usage of Jobs with cAdvisor"

From GridPP Wiki
Jump to: navigation, search
(How to setup cAdvisor, InfluxDB and Grafana for monitoring resource usage of jobs)
 
Line 1: Line 1:
== Installing InfluxDb ==
+
== Installing InfluxDB ==
 
Download and install the rpm:
 
Download and install the rpm:
 
  wget https://s3.amazonaws.com/influxdb/influxdb-latest-1.x86_64.rpm
 
  wget https://s3.amazonaws.com/influxdb/influxdb-latest-1.x86_64.rpm

Revision as of 16:42, 12 May 2015

Installing InfluxDB

Download and install the rpm:

wget https://s3.amazonaws.com/influxdb/influxdb-latest-1.x86_64.rpm
rpm -ivh influxdb-latest-1.x86_64.rpm

then start the service

service influxdb start