Update doc

This commit is contained in:
Nicolas Hennion 2012-12-29 22:05:18 +01:00
parent 98684868d2
commit 12758bb454
12 changed files with 42 additions and 25 deletions

24
README
View File

@ -171,6 +171,7 @@ When Glances is running, you can press:
* 'm' sort the processes list by process MEM
* 'n' disable or enable the network interfaces stats
* 'p' sort by process name
* 's' disable or enable the sensor stats (only available with -e tag)
* 'w' delete finished warning logs messages
* 'x' delete finished warning and critical logs messages
* '1' switch between global CPU and per core stats
@ -195,16 +196,18 @@ Short view:
![screenshot](https://github.com/nicolargo/glances/raw/master/doc/cpu.png)
Long view (only available if your terminal is wide enough)
If horizontal space is available, extended CPU infomations are displayed.
Extended view (only available if your terminal is wide enough)
![screenshot](https://github.com/nicolargo/glances/raw/master/doc/cpu-wide.png)
The CPU stats are shown as a percentage and for the configured refresh
time. The total CPU usage is displayed on the first line.
If user click on the '1' key, per CPU stats is displayed:
![screenshot](https://github.com/nicolargo/glances/raw/master/doc/percpu.png)
If horizontal space is available, per core CPU infomations are displayed.
The CPU stats are shown as a percentage and for the configured refresh
time. The total CPU usage is displayed on the first line.
Color code used:
@ -238,13 +241,14 @@ If average load is > 5*Core, then status is set to "CRITICAL".
### Memory
Glances uses two columns: one for the RAM and another one for the SWAP.
![screenshot](https://github.com/nicolargo/glances/raw/master/doc/mem.png)
Glances uses three columns: memory (RAM), "real" and swap.
If space is available, Glances displays extended informations:
Real used memory is: used - cache.
Real free memory is: free + cache.
![screenshot](https://github.com/nicolargo/glances/raw/master/doc/mem-wide.png)
With Glances, alerts are only set for on used swap and real memory.
@ -282,6 +286,8 @@ if the bit rate is higher than 70 Mbps.
Optionally, Glances displays the sensors informations (lm-sensors).
A filter is processed in order to only display temperature.
You should enable this module using the following command line:
glances -e
@ -347,8 +353,8 @@ The number of processes in the list is adapted to the screen size.
T - Traced or stopped
Z - Zombie or "hung" process
* IO_R and IO_W: Per process IO read and write
* TIME+: Cumulative CPU time used
* IO_R and IO_W: Per process IO read and write
* NAME: Process name or command line
### Logs

View File

@ -1,3 +1,5 @@
[![Flattr this git repo](http://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/thing/484466/nicolargoglances-on-GitHub)
===========================================
Glances -- Votre système en un coups d'oeil
===========================================
@ -175,6 +177,7 @@ Quand Glances est lancé, il est possible d'utiliser les touches suivantes:
* 'm' forcer le tri par consommation MEMOIRE
* 'n' desactiver ou activer l'affichage des interfaces réseau
* 'p' forcer le tri par nom de processus
* 's' desactiver ou activer l'affichage des temperatures (si option -e)
* 'w' supprimer les alertes finies de type WARNING
* 'x' supprimer les alertes finies de type WARNING et CRITICAL
* '1' passer des stats CPU globale à CPU détaillé
@ -199,12 +202,12 @@ Vue si la taille du terminal est suffisante:
![screenshot](https://github.com/nicolargo/glances/raw/master/doc/cpu-wide.png)
L'état de la CPU est affiché par un pourcentage de l'utilisation globale.
Si la taille de la fenêtre est suffisante et que l'utilisateur clique sur,
la touche '1' alors Glances affiche les informations de CPU par coeur.
![screenshot](https://github.com/nicolargo/glances/raw/master/doc/percpu.png)
Si la taille de la fenêtre est suffisante, Glances affiche les informations
de CPU par coeur.
L'état de la CPU est affiché par un pourcentage de l'utilisation globale.
Les codes couleurs suivant sont utilisés:
@ -240,13 +243,13 @@ Si la charge moyenne est > 5*Core, alors le status est "CRITICAL".
### Mémoire
Glances affiche 2 type d'information pour la mémoire: RAM et SWAP.
![screenshot](https://github.com/nicolargo/glances/raw/master/doc/mem.png)
Glances affiche 3 types d'informations pour la mémoire: RAM, SWAP et réelle.
Si l'espace est disponible, alors Glances affiche aussi:
La mémoire réelle occupée est calculée ainsi = used - cache.
La mémoire réelle libre est calculée ainsi = free + cache.
![screenshot](https://github.com/nicolargo/glances/raw/master/doc/mem-wide.png)
Les alertes utilisent les seuils suivants:
@ -285,6 +288,8 @@ passera à WARNING si le débit dépasse les 70 Mbps.
Glances peut afficher les informations sur les capteurs (lm-sensors).
Un filtre est appliqué pour afficher uniquement les températures.
Ce module est optionnel et doit être activé avec l'option:
glances -e

View File

@ -171,6 +171,7 @@ When Glances is running, you can press:
* 'm' sort the processes list by process MEM
* 'n' disable or enable the network interfaces stats
* 'p' sort by process name
* 's' disable or enable the sensor stats (only available with -e tag)
* 'w' delete finished warning logs messages
* 'x' delete finished warning and critical logs messages
* '1' switch between global CPU and per core stats
@ -195,16 +196,18 @@ Short view:
![screenshot](https://github.com/nicolargo/glances/raw/master/doc/cpu.png)
Long view (only available if your terminal is wide enough)
If horizontal space is available, extended CPU infomations are displayed.
Extended view (only available if your terminal is wide enough)
![screenshot](https://github.com/nicolargo/glances/raw/master/doc/cpu-wide.png)
The CPU stats are shown as a percentage and for the configured refresh
time. The total CPU usage is displayed on the first line.
If user click on the '1' key, per CPU stats is displayed:
![screenshot](https://github.com/nicolargo/glances/raw/master/doc/percpu.png)
If horizontal space is available, per core CPU infomations are displayed.
The CPU stats are shown as a percentage and for the configured refresh
time. The total CPU usage is displayed on the first line.
Color code used:
@ -238,13 +241,14 @@ If average load is > 5*Core, then status is set to "CRITICAL".
### Memory
Glances uses two columns: one for the RAM and another one for the SWAP.
![screenshot](https://github.com/nicolargo/glances/raw/master/doc/mem.png)
Glances uses three columns: memory (RAM), "real" and swap.
If space is available, Glances displays extended informations:
Real used memory is: used - cache.
Real free memory is: free + cache.
![screenshot](https://github.com/nicolargo/glances/raw/master/doc/mem-wide.png)
With Glances, alerts are only set for on used swap and real memory.
@ -282,6 +286,8 @@ if the bit rate is higher than 70 Mbps.
Optionally, Glances displays the sensors informations (lm-sensors).
A filter is processed in order to only display temperature.
You should enable this module using the following command line:
glances -e
@ -347,8 +353,8 @@ The number of processes in the list is adapted to the screen size.
T - Traced or stopped
Z - Zombie or "hung" process
* IO_R and IO_W: Per process IO read and write
* TIME+: Cumulative CPU time used
* IO_R and IO_W: Per process IO read and write
* NAME: Process name or command line
### Logs

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

BIN
doc/mem-wide.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.6 KiB

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 159 KiB

After

Width:  |  Height:  |  Size: 146 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 KiB

After

Width:  |  Height:  |  Size: 82 KiB