summaryrefslogtreecommitdiffstats
path: root/docs/cmds.rst
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2017-12-28 13:01:37 +0100
committernicolargo <nicolas@nicolargo.com>2017-12-28 13:01:37 +0100
commit61357ba52662ed373e77c9835c07195df70b5d73 (patch)
treee8688cb98b4ff4bd19cc822b9da74e344d030aa6 /docs/cmds.rst
parent13e4652bf11f8c1e13dfb397608c3eca1c3f4fc4 (diff)
Export module is now dynamic. Update doc
Diffstat (limited to 'docs/cmds.rst')
-rw-r--r--docs/cmds.rst128
1 files changed, 12 insertions, 116 deletions
diff --git a/docs/cmds.rst b/docs/cmds.rst
index 84916175..9af00844 100644
--- a/docs/cmds.rst
+++ b/docs/cmds.rst
@@ -22,90 +22,34 @@ Command-Line Options
path to the configuration file
-.. option:: --disable-alert
+.. option:: -modules-list
- disable alert/log module
+ display modules (plugins & exports) list and exit
-.. option:: --disable-amps
+.. option:: --disable-plugin PLUGIN
- disable application monitoring process module
+ disable PLUGIN (comma separed list)
-.. option:: --disable-cpu
+.. option:: --export EXPORT
- disable CPU module
+ enable EXPORT module (comma separed list)
-.. option:: --disable-diskio
+.. option:: --export-csv-file EXPORT_CSV_FILE
- disable disk I/O module
+ file path for CSV exporter
-.. option:: --disable-docker
+.. option:: --export-json-file EXPORT_JSON_FILE
- disable Docker module
-
-.. option:: --disable-folders
-
- disable folders module
-
-.. option:: --disable-fs
-
- disable file system module
-
-.. option:: --disable-hddtemp
-
- disable HD temperature module
-
-.. option:: --disable-ip
-
- disable IP module
-
-.. option:: --disable-irq
-
- disable IRQ module
-
-.. option:: --disable-load
-
- disable load module
-
-.. option:: --disable-mem
-
- disable memory module
-
-.. option:: --disable-memswap
-
- disable memory swap module
-
-.. option:: --disable-network
-
- disable network module
-
-.. option:: --disable-now
-
- disable current time module
-
-.. option:: --disable-ports
-
- disable Ports module
+ file path for JSON exporter
.. option:: --disable-process
- disable process module
-
-.. option:: --disable-raid
-
- disable RAID module
-
-.. option:: --disable-sensors
-
- disable sensors module
+ disable process module (reduce Glances CPU consumption)
.. option:: --disable-webui
disable the Web UI (only the Restful API will respond)
-.. option:: --disable-wifi
-
- disable Wifi module
-
.. option:: --light, --enable-light
light mode for Curses UI (disable all but top menu)
@@ -154,54 +98,6 @@ Command-Line Options
enable extended stats on top process
-.. option:: --export-graph
-
- export stats to graph
-
-.. option:: --path-graph PATH_GRAPH
-
- set the export path for graph history
-
-.. option:: --export-csv EXPORT_CSV
-
- export stats to a CSV file
-
-.. option:: --export-cassandra
-
- export stats to a Cassandra/Scylla server (cassandra lib needed)
-
-.. option:: --export-couchdb
-
- export stats to a CouchDB server (couchdb lib needed)
-
-.. option:: --export-elasticsearch
-
- export stats to an Elasticsearch server (elasticsearch lib needed)
-
-.. option:: --export-influxdb
-
- export stats to an InfluxDB server (influxdb lib needed)
-
-.. option:: --export-opentsdb
-
- export stats to an OpenTSDB server (potsdb lib needed)
-
-.. option:: --export-rabbitmq
-
- export stats to RabbitMQ broker (pika lib needed)
-
-.. option:: --export-statsd
-
- export stats to a StatsD server (statsd lib needed)
-
-.. option:: --export-riemann
-
- export stats to Riemann server (bernhard lib needed)
-
-.. option:: --export-zeromq
-
- export stats to a ZeroMQ server (zmq lib needed)
-
.. option:: -c CLIENT, --client CLIENT
connect to a Glances server by IPv4/IPv6 address, hostname or hostname:port
@@ -409,7 +305,7 @@ The following commands (key pressed) are supported while in Glances:
``p``
Sort processes by name
-``q|ESC``
+``q|ESC|CTRL-C``
Quit the current Glances session
``Q``