mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-29 15:32:25 +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:
|
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]
|
[influxdb]
|
||||||
host=localhost
|
host=localhost
|
||||||
port=8086
|
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:
|
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]
|
[statsd]
|
||||||
host=localhost
|
host=localhost
|
||||||
port=8125
|
port=8125
|
||||||
@ -720,6 +724,8 @@ and run Glances with:
|
|||||||
|
|
||||||
Glances will generate stats as:
|
Glances will generate stats as:
|
||||||
|
|
||||||
|
.. code-block::
|
||||||
|
|
||||||
'glances.cpu.user': 12.5,
|
'glances.cpu.user': 12.5,
|
||||||
'glances.cpu.total': 14.9,
|
'glances.cpu.total': 14.9,
|
||||||
'glances.load.cpucore': 4,
|
'glances.load.cpucore': 4,
|
||||||
|
Loading…
Reference in New Issue
Block a user