Commit 2b62d243 authored by Rousseau Vincent's avatar Rousseau Vincent
Browse files

Update Readme.md

parent 2571a9f9
No related merge requests found
Showing with 15 additions and 2 deletions
+15 -2
...@@ -4,10 +4,23 @@ ...@@ -4,10 +4,23 @@
https://docs.influxdata.com/influxdb/v1.7/introduction/installation/ https://docs.influxdata.com/influxdb/v1.7/introduction/installation/
## Use the code ## Grafana
http://docs.grafana.org/installation/debian/
# Use the code
`git clone` `git clone`
`cd influxdb` `cd influxdb`
`python3 -m pip install -r requirements.txt` `python3 -m pip install -r requirements.txt`
\ No newline at end of file
`python3 cpu_influx.py`
# Configure Grafana
`http://localhost:3000`
* Ajouter une source de donnée influxdb avec comme nom de base de donnée "cpu-sense"
* Ajouter un graphique pour afficher usage CPU dans le temps
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment