summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorFlorian Calvet <florian@mriguidance.com>2023-03-31 15:15:56 +0200
committerFlorian Calvet <florian@mriguidance.com>2023-03-31 15:15:56 +0200
commit7b454d93f5dda7855979c9d85d744434c0682915 (patch)
tree6e2f1dc5726a3f79a63cb213759174e242be4cef /docs
parent246fbf6956137fc6c591048f331818de9afa55c6 (diff)
add fan speed to GPU plugin
Diffstat (limited to 'docs')
-rw-r--r--docs/gw/influxdb.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/gw/influxdb.rst b/docs/gw/influxdb.rst
index 7d5e16ac..4c0cc4db 100644
--- a/docs/gw/influxdb.rst
+++ b/docs/gw/influxdb.rst
@@ -31,9 +31,13 @@ Glances InfluxDB data model:
| | time_since_update... | |
|  | | |
+---------------+-----------------------+-----------------------+
-| docker | cpu_percent | hostname |
+| docker | cpu_percent | hostname |
| | memory_usage... | name |
+---------------+-----------------------+-----------------------+
+| gpu | proc | hostname |
+| | mem | gpu_id |
+| | temperature... | |
++---------------+-----------------------+-----------------------+
InfluxDB (up to version 1.7.x)
------------------------------