summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorNicolas Hennion <nicolas@nicolargo.com>2012-11-03 14:45:20 +0100
committerNicolas Hennion <nicolas@nicolargo.com>2012-11-03 14:45:20 +0100
commitce67fedd01d0c9c3f451662a4005935109a1a788 (patch)
treef635f47f5ae7b8faccc06e9596f7d55e2a06f413 /man
parent598f3c9b9589f7d0384603bda04e4150b1a03aa8 (diff)
Update man page
Diffstat (limited to 'man')
-rw-r--r--man/glances.126
1 files changed, 24 insertions, 2 deletions
diff --git a/man/glances.1 b/man/glances.1
index 19911f4d..7ae0a3c9 100644
--- a/man/glances.1
+++ b/man/glances.1
@@ -1,9 +1,9 @@
-.TH glances 1 "October, 2012" "version 1.4.2.1" "USER COMMANDS"
+.TH glances 1 "November, 2012" "version 1.5" "USER COMMANDS"
.SH NAME
glances \- CLI curses based monitoring tool
.SH SYNOPSIS
.B glances
-[\-h] [\-t refresh] [\-v]
+[\-bdhmnsv] [\-t refresh] [\-B bind] [\-c server] [\-p port] [\-o output] [\-f file]
.SH DESCRIPTION
Glances is a free (LGPL) 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. Glances can adapt dynamicaly the
@@ -15,6 +15,8 @@ You can use the following keys to sort the processesi list:
.PP
'a' to set the automatic mode. The process list is sorted automatically
.PP
+ 'b' to switch between bit/s or byte/s for network IO
+.PP
'c' the processes list is sorted by CPU consomption
.PP
'd' Disable or enable the disk IO stats
@@ -29,8 +31,16 @@ You can use the following keys to sort the processesi list:
.PP
'n' Disable or enable the network interfaces stats
.PP
+ 'p' The processes list is sorted by process name
+.PP
+ 'w' Delete finished warning logs messages
+.PP
+ 'x' Delete finished warning and critical logs
+.PP
'q' Exit
.PP
+ '1' Switch between global CPU and per core stats
+.PP
The current version grab the following stats: CPU, Load, Memory, Network rate, Disk IO, file system,
process number and details.
.SH OPTIONS
@@ -39,6 +49,12 @@ process number and details.
\-b
Display network rate in Byte per second
.TP
+\-B bind
+Bind server to the given IP or host NAME
+.TP
+\-c server
+Connect to a Glances server (IP address or hostname)
+.TP
\-d
Disable disk I/O module
.TP
@@ -57,6 +73,12 @@ Disable network module
\-o output
Define additional output (available: HTML or CSV)
.TP
+\-p port
+Define the client or server TCP port (default: 61209)
+.TP
+\-s
+Run Glances in server mode
+.TP
\-t sec
Set the refresh time in seconds (default: 2)
.TP