mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-25 19:17:09 +03:00
Update documentation
This commit is contained in:
parent
263bcda63f
commit
8c34feff51
@ -688,6 +688,8 @@ CSV file description:
|
||||
|
||||
You can export statistics to an InfluxDB server (time series server). The connection should be defined in the Glances configuration file as following:
|
||||
|
||||
.. code-block::
|
||||
|
||||
[influxdb]
|
||||
host=localhost
|
||||
port=8086
|
||||
@ -705,6 +707,8 @@ and run Glances with:
|
||||
|
||||
You can export statistics to a Statsd server (welcome to Graphite !). The connection should be defined in the Glances configuration file as following:
|
||||
|
||||
.. code-block::
|
||||
|
||||
[statsd]
|
||||
host=localhost
|
||||
port=8125
|
||||
@ -720,6 +724,8 @@ and run Glances with:
|
||||
|
||||
Glances will generate stats as:
|
||||
|
||||
.. code-block::
|
||||
|
||||
'glances.cpu.user': 12.5,
|
||||
'glances.cpu.total': 14.9,
|
||||
'glances.load.cpucore': 4,
|
||||
|
Loading…
Reference in New Issue
Block a user