Update README.md

This commit is contained in:
Kris Sekua 2018-01-26 16:09:08 +01:00 committed by GitHub
parent e520d61e3d
commit 3fcf1d7386
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 6 deletions

View File

@ -4,12 +4,7 @@ This is an example of how to use Cisco Hyperflex API with python. I've been task
I decided to use the "Prometheus" https://prometheus.io/ as backend, Grafana as frontend and a python script to bring the data from the HX system to Prometheus. This script crates a local web server on address http://localhost:8082/metrics that will serve the following data:
MBps_Read{host="10.127.253.81"} 1728.0
MBps_Write{host="10.127.253.81"} 1490454.7
IOPS_Read{host="10.127.253.81"} 0.9
IOPS_Write{host="10.127.253.81"} 42.9
Lat_Read{host="10.127.253.81"} 2.333
Lat_Write{host="10.127.253.81"} 6.261
MBps_Read{host="10.127.253.81"} 1728.0 MBps_Write{host="10.127.253.81"} 1490454.7 IOPS_Read{host="10.127.253.81"} 0.9 IOPS_Write{host="10.127.253.81"} 42.9 Lat_Read{host="10.127.253.81"} 2.333 Lat_Write{host="10.127.253.81"} 6.261
Every 1 min Prometheus calls the url and processes the data.