mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-26 02:31:36 +03:00
Improve documentation
This commit is contained in:
parent
caeb07192a
commit
45f530c507
4
NEWS
4
NEWS
@ -7,9 +7,9 @@ Version NEXT RELEASE
|
||||
|
||||
Enhancements and new features:
|
||||
|
||||
* [WIP] Refactoring of the WebUI
|
||||
* New export plugin: standard and configurable Restfull exporter (issue #1129)
|
||||
* Add a JSON export module
|
||||
* Add a JSON export module (issue #1130)
|
||||
* [WIP] Refactoring of the WebUI
|
||||
|
||||
Bugs corrected:
|
||||
|
||||
|
@ -15,6 +15,7 @@ to providing stats to multiple services (see list below).
|
||||
couchdb
|
||||
elastic
|
||||
influxdb
|
||||
json
|
||||
kafka
|
||||
opentsdb
|
||||
prometheus
|
||||
|
@ -3,14 +3,8 @@
|
||||
JSON
|
||||
====
|
||||
|
||||
It's possible to export stats to a JSON file to be processed later by an
|
||||
external system.
|
||||
It's possible to export stats to a JSON file.
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ glances --export-json /tmp/glances.json
|
||||
|
||||
JSON file description:
|
||||
|
||||
Each line would contain a JSON glance of the system. If this file needs to be
|
||||
processed it should be processed in a line by line basis.
|
||||
|
@ -1,6 +1,6 @@
|
||||
.\" Man page generated from reStructuredText.
|
||||
.
|
||||
.TH "GLANCES" "1" "Jul 30, 2017" "2.10.1_DEVELOP" "Glances"
|
||||
.TH "GLANCES" "1" "Aug 01, 2017" "2.10.1_DEVELOP" "Glances"
|
||||
.SH NAME
|
||||
glances \- An eye on your system
|
||||
.
|
||||
|
Loading…
Reference in New Issue
Block a user