mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-25 19:17:09 +03:00
Fix typos
This commit is contained in:
parent
8c34feff51
commit
d3b3092f39
@ -226,7 +226,7 @@ The following commands (key pressed) are supported while in Glances:
|
|||||||
``F``
|
``F``
|
||||||
Switch between FS used and free space
|
Switch between FS used and free space
|
||||||
``g``
|
``g``
|
||||||
Generate hraphs for current history
|
Generate graphs for current history
|
||||||
``h``
|
``h``
|
||||||
Show/hide the help screen
|
Show/hide the help screen
|
||||||
``i``
|
``i``
|
||||||
@ -240,7 +240,7 @@ The following commands (key pressed) are supported while in Glances:
|
|||||||
``p``
|
``p``
|
||||||
Sort processes by name
|
Sort processes by name
|
||||||
``q`` or ``ESC``
|
``q`` or ``ESC``
|
||||||
Quit the current Glances session
|
Quit the current Glances session
|
||||||
``r``
|
``r``
|
||||||
Reset history
|
Reset history
|
||||||
``s``
|
``s``
|
||||||
@ -273,7 +273,7 @@ In the Glances client browser (accessible through the --browser command line arg
|
|||||||
``DOWN``
|
``DOWN``
|
||||||
Down in the servers list
|
Down in the servers list
|
||||||
``q`` or ``ESC``
|
``q`` or ``ESC``
|
||||||
Quit Glances
|
Quit Glances
|
||||||
|
|
||||||
Configuration
|
Configuration
|
||||||
=============
|
=============
|
||||||
@ -582,7 +582,7 @@ In standalone mode, additionals informations are provided for the top process:
|
|||||||
* CPU affinity (number of cores used by the process)
|
* CPU affinity (number of cores used by the process)
|
||||||
* Extended memory information (swap, shared, text, lib, data and dirty on Linux)
|
* Extended memory information (swap, shared, text, lib, data and dirty on Linux)
|
||||||
* Open threads, files and network sessions (TCP and UDP)
|
* Open threads, files and network sessions (TCP and UDP)
|
||||||
* IO nice level
|
* IO nice level
|
||||||
|
|
||||||
The extended stats feature could be enabled using the --enable-process-extended option (command line) or the ``e`` key (curses interface).
|
The extended stats feature could be enabled using the --enable-process-extended option (command line) or the ``e`` key (curses interface).
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
You are in the main Glances's source folder. This page is **ONLY** for developpers purposes.
|
You are in the main Glances's source folder. This page is **ONLY** for developpers purposes.
|
||||||
|
|
||||||
If you are lookink for user manual, please follow this link: https://github.com/nicolargo/glances/blob/master/docs/glances-doc.rst
|
If you are looking for the user manual, please follow this link: https://github.com/nicolargo/glances/blob/master/docs/glances-doc.rst
|
||||||
|
|
||||||
===
|
===
|
||||||
|
|
||||||
@ -35,4 +35,4 @@ outputs/
|
|||||||
exports/
|
exports/
|
||||||
=> Glances export interfaces
|
=> Glances export interfaces
|
||||||
glances_csv.py The CSV export module
|
glances_csv.py The CSV export module
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user