glances/docs/cmds.rst

482 lines
8.2 KiB
ReStructuredText
Raw Normal View History

2016-03-02 12:29:19 +00:00
.. _cmds:
Command Reference
=================
Command-Line Options
--------------------
.. option:: -h, --help
show this help message and exit
.. option:: -V, --version
show program's version number and exit
.. option:: -d, --debug
2017-03-12 17:52:17 +00:00
enable debug mode
2016-03-02 12:29:19 +00:00
.. option:: -C CONF_FILE, --config CONF_FILE
path to the configuration file
2016-11-05 17:13:59 +00:00
.. option:: --disable-alert
2016-03-02 12:29:19 +00:00
2016-11-05 17:13:59 +00:00
disable alert/log module
2016-03-02 12:29:19 +00:00
2016-11-05 17:13:59 +00:00
.. option:: --disable-amps
2016-03-02 12:29:19 +00:00
2016-11-05 17:13:59 +00:00
disable application monitoring process module
2016-03-02 12:29:19 +00:00
.. option:: --disable-cpu
disable CPU module
2016-11-05 17:13:59 +00:00
.. option:: --disable-diskio
2016-03-02 12:29:19 +00:00
2016-11-05 17:13:59 +00:00
disable disk I/O module
2016-03-02 12:29:19 +00:00
2016-11-05 17:13:59 +00:00
.. option:: --disable-docker
2016-03-02 12:29:19 +00:00
2016-11-05 17:13:59 +00:00
disable Docker module
2016-03-02 12:29:19 +00:00
2016-11-05 17:13:59 +00:00
.. option:: --disable-folders
2016-03-02 12:29:19 +00:00
2016-11-05 17:13:59 +00:00
disable folders module
2016-03-02 12:29:19 +00:00
2016-11-05 17:13:59 +00:00
.. option:: --disable-fs
2016-03-02 12:29:19 +00:00
2016-11-05 17:13:59 +00:00
disable file system module
.. option:: --disable-hddtemp
disable HD temperature module
2016-03-02 12:29:19 +00:00
.. option:: --disable-ip
disable IP module
2016-11-05 17:13:59 +00:00
.. option:: --disable-irq
2016-03-02 12:29:19 +00:00
2016-11-05 17:13:59 +00:00
disable IRQ module
2016-03-02 12:29:19 +00:00
2016-11-05 17:13:59 +00:00
.. option:: --disable-load
disable load module
.. option:: --disable-mem
2016-03-02 12:29:19 +00:00
2016-11-05 17:13:59 +00:00
disable memory module
2016-03-02 12:29:19 +00:00
2016-11-05 17:13:59 +00:00
.. option:: --disable-memswap
2016-03-02 12:29:19 +00:00
2016-11-05 17:13:59 +00:00
disable memory swap module
2016-03-02 12:29:19 +00:00
2016-11-05 17:13:59 +00:00
.. option:: --disable-network
2016-11-05 17:13:59 +00:00
disable network module
2016-12-31 17:41:58 +00:00
.. option:: --disable-now
disable current time module
2016-11-05 17:13:59 +00:00
.. option:: --disable-ports
2016-03-02 12:29:19 +00:00
2016-11-05 17:13:59 +00:00
disable Ports module
2016-03-02 12:29:19 +00:00
2016-11-05 17:13:59 +00:00
.. option:: --disable-process
2016-03-02 12:29:19 +00:00
2016-11-05 17:13:59 +00:00
disable process module
2016-03-02 12:29:19 +00:00
.. option:: --disable-raid
disable RAID module
2016-11-05 17:13:59 +00:00
.. option:: --disable-sensors
2016-03-02 12:29:19 +00:00
2016-11-05 17:13:59 +00:00
disable sensors module
2016-03-02 12:29:19 +00:00
2016-11-05 17:13:59 +00:00
.. option:: --disable-wifi
2016-06-19 09:12:40 +00:00
2016-11-05 17:13:59 +00:00
disable Wifi module
2016-06-19 09:12:40 +00:00
2016-11-05 17:13:59 +00:00
.. option:: -0, --disable-irix
2016-03-02 12:29:19 +00:00
2016-11-05 17:13:59 +00:00
task's CPU usage will be divided by the total number of CPUs
.. option:: -1, --percpu
start Glances in per CPU mode
2016-03-02 12:29:19 +00:00
.. option:: -2, --disable-left-sidebar
2017-03-12 17:52:17 +00:00
disable network, disk I/O, FS and sensors modules
2016-03-02 12:29:19 +00:00
2016-11-05 17:13:59 +00:00
.. option:: -3, --disable-quicklook
2016-03-02 12:29:19 +00:00
2016-11-05 17:13:59 +00:00
disable quick look module
2016-03-02 12:29:19 +00:00
2016-11-05 17:13:59 +00:00
.. option:: -4, --full-quicklook
2016-11-05 17:13:59 +00:00
disable all but quick look and load
2016-11-05 17:13:59 +00:00
.. option:: -5, --disable-top
2016-03-02 12:29:19 +00:00
2016-11-05 17:13:59 +00:00
disable top menu (QuickLook, CPU, MEM, SWAP and LOAD)
.. option:: -6, --meangpu
start Glances in mean GPU mode
2016-11-05 17:13:59 +00:00
.. option:: --enable-history
enable the history mode (matplotlib lib needed)
2016-03-02 12:29:19 +00:00
.. option:: --disable-bold
disable bold mode in the terminal
.. option:: --disable-bg
disable background colors in the terminal
.. option:: --enable-process-extended
enable extended stats on top process
2016-11-05 17:13:59 +00:00
.. option:: --export-graph
2016-03-02 12:29:19 +00:00
2016-11-05 17:13:59 +00:00
export stats to graph
2016-03-02 12:29:19 +00:00
2016-11-05 17:13:59 +00:00
.. option:: --path-graph PATH_GRAPH
2016-03-02 12:29:19 +00:00
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)
2016-11-05 17:13:59 +00:00
.. option:: --export-couchdb
2016-03-02 12:29:19 +00:00
2016-11-05 17:13:59 +00:00
export stats to a CouchDB server (couchdb lib needed)
2016-03-02 12:29:19 +00:00
2016-11-05 17:13:59 +00:00
.. option:: --export-elasticsearch
2016-03-02 12:29:19 +00:00
2016-11-05 17:13:59 +00:00
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)
2016-03-02 12:29:19 +00:00
.. option:: --export-rabbitmq
export stats to RabbitMQ broker (pika lib needed)
2016-11-05 17:13:59 +00:00
.. option:: --export-statsd
2016-11-05 17:13:59 +00:00
export stats to a StatsD server (statsd lib needed)
2016-11-05 17:13:59 +00:00
.. option:: --export-riemann
2016-03-02 12:29:19 +00:00
2016-11-05 17:13:59 +00:00
export stats to Riemann server (bernhard lib needed)
2016-03-02 12:29:19 +00:00
2016-11-05 17:13:59 +00:00
.. option:: --export-zeromq
2016-09-24 15:02:33 +00:00
2016-11-05 17:13:59 +00:00
export stats to a ZeroMQ server (zmq lib needed)
2016-09-24 15:02:33 +00:00
2016-03-02 12:29:19 +00:00
.. option:: -c CLIENT, --client CLIENT
2017-03-15 20:39:27 +00:00
connect to a Glances server by IPv4/IPv6 address, hostname or hostname:port
2016-03-02 12:29:19 +00:00
.. option:: -s, --server
run Glances in server mode
.. option:: --browser
start the client browser (list of servers)
.. option:: --disable-autodiscover
disable autodiscover feature
.. option:: -p PORT, --port PORT
define the client/server TCP port [default: 61209]
.. option:: -B BIND_ADDRESS, --bind BIND_ADDRESS
bind server to the given IPv4/IPv6 address or hostname
.. option:: --username
define a client/server username
.. option:: --password
define a client/server password
.. option:: --snmp-community SNMP_COMMUNITY
SNMP community
.. option:: --snmp-port SNMP_PORT
SNMP port
.. option:: --snmp-version SNMP_VERSION
SNMP version (1, 2c or 3)
.. option:: --snmp-user SNMP_USER
SNMP username (only for SNMPv3)
.. option:: --snmp-auth SNMP_AUTH
SNMP authentication key (only for SNMPv3)
.. option:: --snmp-force
force SNMP mode
.. option:: -t TIME, --time TIME
set refresh time in seconds [default: 3 sec]
.. option:: -w, --webserver
run Glances in web server mode (bottle lib needed)
2016-11-05 17:13:59 +00:00
.. option:: --cached-time CACHED_TIME
set the server cache time [default: 1 sec]
.. option:: open-web-browser
try to open the Web UI in the default Web browser
2016-03-02 12:29:19 +00:00
.. option:: -q, --quiet
do not display the curses interface
.. option:: -f PROCESS_FILTER, --process-filter PROCESS_FILTER
set the process filter pattern (regular expression)
.. option:: --process-short-name
force short name for processes name
.. option:: --hide-kernel-threads
hide kernel threads in process list
.. option:: --tree
display processes as a tree
.. option:: -b, --byte
display network rate in byte per second
.. option:: --diskio-show-ramfs
show RAM FS in the DiskIO plugin
.. option:: --diskio-iops
show I/O per second in the DiskIO plugin
.. option:: --fahrenheit
display temperature in Fahrenheit (default is Celsius)
.. option:: --fs-free-space
display FS free space instead of used
.. option:: --theme-white
optimize display colors for white background
2016-11-05 17:13:59 +00:00
.. option:: --disable-check-update
disable online Glances version ckeck
2016-03-02 12:29:19 +00:00
Interactive Commands
--------------------
The following commands (key pressed) are supported while in Glances:
``ENTER``
Set the process filter
2017-03-12 17:52:17 +00:00
.. note:: On macOS please use ``CTRL-H`` to delete filter.
2016-03-02 12:29:19 +00:00
Filter is a regular expression pattern:
- ``gnome``: matches all processes starting with the ``gnome``
string
- ``.*gnome.*``: matches all processes containing the ``gnome``
string
``a``
Sort process list automatically
- If CPU ``>70%``, sort processes by CPU usage
- If MEM ``>70%``, sort processes by MEM usage
- If CPU iowait ``>60%``, sort processes by I/O read and write
``A``
Enable/disable Application Monitoring Process
2016-03-02 12:29:19 +00:00
``b``
Switch between bit/s or Byte/s for network I/O
``B``
View disk I/O counters per second
``c``
Sort processes by CPU usage
``d``
Show/hide disk I/O stats
``D``
Enable/disable Docker stats
``e``
Enable/disable top extended stats
``E``
Erase current process filter
``f``
Show/hide file system and folder monitoring stats
``F``
Switch between file system used and free space
``g``
Generate graphs for current history
``h``
Show/hide the help screen
``i``
Sort processes by I/O rate
``I``
Show/hide IP module
``l``
Show/hide log messages
``m``
Sort processes by MEM usage
``M``
Reset processes summary min/max
``n``
Show/hide network stats
2016-12-31 17:41:58 +00:00
``N``
Show/hide current time
2016-03-02 12:29:19 +00:00
``p``
Sort processes by name
``q|ESC``
Quit the current Glances session
``Q``
Show/hide IRQ module
2016-03-02 12:29:19 +00:00
``r``
Reset history
``R``
Show/hide RAID plugin
``s``
Show/hide sensors stats
``t``
Sort process by CPU times (TIME+)
``T``
View network I/O as combination
``u``
Sort processes by USER
``U``
View cumulative network I/O
``w``
Delete finished warning log messages
2016-11-05 17:13:59 +00:00
``W``
Show/hide Wifi module
2016-03-02 12:29:19 +00:00
``x``
Delete finished warning and critical log messages
``z``
Show/hide processes stats
``0``
Enable/disable Irix/Solaris mode
Task's CPU usage will be divided by the total number of CPUs
``1``
Switch between global CPU and per-CPU stats
``2``
Enable/disable left sidebar
``3``
Enable/disable the quick look module
``4``
Enable/disable all but quick look and load module
``5``
Enable/disable top menu (QuickLook, CPU, MEM, SWAP and LOAD)
2017-03-12 17:52:17 +00:00
``6``
Enable/disable mean GPU mode
2016-03-02 12:29:19 +00:00
``/``
Switch between process command line or command name
In the Glances client browser (accessible through the ``--browser``
command line argument):
``ENTER``
Run the selected server
``UP``
Up in the servers list
``DOWN``
Down in the servers list
``q|ESC``
Quit Glances