mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-29 07:30:58 +03:00
Merge pull request #66 from xorpaul/patch-1
fixed small spelling mistakes
This commit is contained in:
commit
2f118aaffb
8
README
8
README
@ -48,7 +48,7 @@ Then install Glances:
|
|||||||
|
|
||||||
PyPi is an official Python package manager.
|
PyPi is an official Python package manager.
|
||||||
|
|
||||||
You first need to install pypi on your system. For exemple on Debian/Ubuntu:
|
You first need to install pypi on your system. For example on Debian/Ubuntu:
|
||||||
|
|
||||||
$ sudo apt-get install python-pip build-essential python-dev
|
$ sudo apt-get install python-pip build-essential python-dev
|
||||||
|
|
||||||
@ -84,7 +84,7 @@ Easy way (that's all folks !):
|
|||||||
## User guide
|
## User guide
|
||||||
|
|
||||||
By default, stats are refreshed every second, to change this setting, you can
|
By default, stats are refreshed every second, to change this setting, you can
|
||||||
use the -t option. For exemple to set the refrech rate to 5 seconds:
|
use the -t option. For example to set the refrech rate to 5 seconds:
|
||||||
|
|
||||||
$ glances -t 5
|
$ glances -t 5
|
||||||
|
|
||||||
@ -184,7 +184,7 @@ If memory is > 90%, then status is set to "CRITICAL".
|
|||||||
|
|
||||||
![screenshot](https://github.com/nicolargo/glances/raw/master/doc/network.png)
|
![screenshot](https://github.com/nicolargo/glances/raw/master/doc/network.png)
|
||||||
|
|
||||||
Glances display the network interface bit rate. The unit is adapted
|
Glances displays the network interface bit rate. The unit is adapted
|
||||||
dynamicaly (bits per second, Kbits per second, Mbits per second...).
|
dynamicaly (bits per second, Kbits per second, Mbits per second...).
|
||||||
|
|
||||||
Alerts are set only if the network interface maximum speed is available.
|
Alerts are set only if the network interface maximum speed is available.
|
||||||
@ -197,7 +197,7 @@ If bitrate is > 70%, then status is set to "WARNING".
|
|||||||
|
|
||||||
If bitrate is > 90%, then status is set to "CRITICAL".
|
If bitrate is > 90%, then status is set to "CRITICAL".
|
||||||
|
|
||||||
For exemple, on a 100 Mbps Ethernet interface, the warning status is set
|
For example, on a 100 Mbps Ethernet interface, the warning status is set
|
||||||
if the bit rate is higher than 70 Mbps.
|
if the bit rate is higher than 70 Mbps.
|
||||||
|
|
||||||
### Disk I/O
|
### Disk I/O
|
||||||
|
@ -48,7 +48,7 @@ Then install Glances:
|
|||||||
|
|
||||||
PyPi is an official Python package manager.
|
PyPi is an official Python package manager.
|
||||||
|
|
||||||
You first need to install pypi on your system. For exemple on Debian/Ubuntu:
|
You first need to install pypi on your system. For example on Debian/Ubuntu:
|
||||||
|
|
||||||
$ sudo apt-get install python-pip build-essential python-dev
|
$ sudo apt-get install python-pip build-essential python-dev
|
||||||
|
|
||||||
@ -84,7 +84,7 @@ Easy way (that's all folks !):
|
|||||||
## User guide
|
## User guide
|
||||||
|
|
||||||
By default, stats are refreshed every second, to change this setting, you can
|
By default, stats are refreshed every second, to change this setting, you can
|
||||||
use the -t option. For exemple to set the refrech rate to 5 seconds:
|
use the -t option. For example to set the refrech rate to 5 seconds:
|
||||||
|
|
||||||
$ glances -t 5
|
$ glances -t 5
|
||||||
|
|
||||||
@ -197,14 +197,14 @@ If bitrate is > 70%, then status is set to "WARNING".
|
|||||||
|
|
||||||
If bitrate is > 90%, then status is set to "CRITICAL".
|
If bitrate is > 90%, then status is set to "CRITICAL".
|
||||||
|
|
||||||
For exemple, on a 100 Mbps Ethernet interface, the warning status is set
|
For example, on a 100 Mbps Ethernet interface, the warning status is set
|
||||||
if the bit rate is higher than 70 Mbps.
|
if the bit rate is higher than 70 Mbps.
|
||||||
|
|
||||||
### Disk I/O
|
### Disk I/O
|
||||||
|
|
||||||
![screenshot](https://github.com/nicolargo/glances/raw/master/doc/diskio.png)
|
![screenshot](https://github.com/nicolargo/glances/raw/master/doc/diskio.png)
|
||||||
|
|
||||||
Glances display the disk I/O throughput. The unit is adapted dynamicaly
|
Glances displays the disk I/O throughput. The unit is adapted dynamicaly
|
||||||
(bytes per second, Kbytes per second, Mbytes per second...).
|
(bytes per second, Kbytes per second, Mbytes per second...).
|
||||||
|
|
||||||
There is no alert on this information.
|
There is no alert on this information.
|
||||||
|
Loading…
Reference in New Issue
Block a user