mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-11 06:18:11 +03:00
Update Glances global description
This commit is contained in:
parent
8fa75b254a
commit
9d87192839
@ -3,14 +3,13 @@ Glances
|
||||
|
||||
.. image:: _static/screenshot-wide.png
|
||||
|
||||
Glances is a cross-platform curses-based monitoring tool which aims to
|
||||
present a maximum of information in a minimum of space, ideally to fit
|
||||
in a classical 80x24 terminal or higher to have additional information.
|
||||
It can adapt dynamically the displayed information depending on the
|
||||
terminal size.
|
||||
Glances is a cross-platform monitoring tool which aims to present a
|
||||
maximum of information in a minimum of space through a curses or Web
|
||||
based interface. It can adapt dynamically the displayed information
|
||||
depending on the terminal size.
|
||||
|
||||
It can also work in client/server mode. Remote monitoring
|
||||
could be done via terminal or Web interface.
|
||||
It can also work in client/server mode. Remote monitoring could be
|
||||
done via terminal, Web interface or API (XMLRPC and RESTful).
|
||||
|
||||
Glances is written in Python and uses the `psutil`_ library to get
|
||||
information from your system.
|
||||
|
@ -1,6 +1,6 @@
|
||||
.\" Man page generated from reStructuredText.
|
||||
.
|
||||
.TH "GLANCES" "1" "March 31, 2016" "2.7_BETA" "Glances"
|
||||
.TH "GLANCES" "1" "Sep 04, 2016" "2.7_RC1" "Glances"
|
||||
.SH NAME
|
||||
glances \- An eye on your system
|
||||
.
|
||||
@ -148,6 +148,11 @@ disable Docker module
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-\-disable\-ports
|
||||
disable Ports module
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-5, \-\-disable\-top
|
||||
disable top menu (QuickLook, CPU, MEM, SWAP and LOAD)
|
||||
.UNINDENT
|
||||
@ -164,6 +169,11 @@ disable process module
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-\-disable\-amps
|
||||
disable application monitoring process module
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-\-disable\-log
|
||||
disable log module
|
||||
.UNINDENT
|
||||
@ -204,6 +214,11 @@ export stats to an InfluxDB server (influxdb lib needed)
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-\-export\-cassandra
|
||||
export stats to a Cassandra/Scylla server (cassandra lib needed)
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-\-export\-opentsdb
|
||||
export stats to an OpenTSDB server (potsdb lib needed)
|
||||
.UNINDENT
|
||||
@ -404,6 +419,9 @@ If MEM \fB>70%\fP, sort processes by MEM usage
|
||||
If CPU iowait \fB>60%\fP, sort processes by I/O read and write
|
||||
.UNINDENT
|
||||
.TP
|
||||
.B \fBA\fP
|
||||
Enable/disable Application Monitoring Process
|
||||
.TP
|
||||
.B \fBb\fP
|
||||
Switch between bit/s or Byte/s for network I/O
|
||||
.TP
|
||||
@ -461,6 +479,9 @@ Sort processes by name
|
||||
.B \fBq|ESC\fP
|
||||
Quit the current Glances session
|
||||
.TP
|
||||
.B \fBQ\fP
|
||||
Show/hide IRQ module
|
||||
.TP
|
||||
.B \fBr\fP
|
||||
Reset history
|
||||
.TP
|
||||
@ -555,7 +576,8 @@ $ glances \-\-export\-csv
|
||||
.UNINDENT
|
||||
.sp
|
||||
Monitor local machine and export stats to a InfluxDB server with 5s
|
||||
refresh time:
|
||||
refresh time (also possible to export to OpenTSDB, Cassandra, Statsd,
|
||||
ElasticSearch, RabbitMQ and Riemann):
|
||||
.INDENT 0.0
|
||||
.INDENT 3.5
|
||||
$ glances \-t 5 \-\-export\-influxdb
|
||||
|
Loading…
Reference in New Issue
Block a user