summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authornicolargo <nicolargo@nicolargo-fujitsu.(none)>2011-12-04 10:05:45 +0100
committernicolargo <nicolargo@nicolargo-fujitsu.(none)>2011-12-04 10:05:45 +0100
commit03ca0ee97767816fbaa219d3065d5005c761c0d1 (patch)
tree55725c6669e6eddcc6783ebf50ec31a63e9d8225 /README
parente5500be346f965c53720db60e3ee55c420ba4df0 (diff)
Fix Readme.md
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 8 insertions, 8 deletions
diff --git a/README b/README
index 67807bab..cf56d7be 100644
--- a/README
+++ b/README
@@ -48,19 +48,19 @@ use the -t option. For exemple to set the refrech rate to 5 seconds:
$ glances.py -t 5
Importants stats are colored:
-GREEN: stat counter is < 50%
-BLUE: stat counter is > 50% and < 70%
-MAGENTA: stat counter is > 70% and < 90%
-RED: stat counter is > 90%
+- GREEN: stat counter is < 50%
+- BLUE: stat counter is > 50% and < 70%
+- MAGENTA: stat counter is > 70% and < 90%
+- RED: stat counter is > 90%
When Glances is running, you can press:
-'a' to set the automatic mode. The process list is sorted automatically
+- 'a' to set the automatic mode. The process list is sorted automatically
If CPU > 70%, sort by process CPU consomption
If MEM > 70%, sort by process size
-'c' the processes list is sorted by CPU consomption
-'m' the processes list is sorted by process size
-'q' Exit
+- 'c' the processes list is sorted by CPU consomption
+- 'm' the processes list is sorted by process size
+- 'q' Exit
## Limitation