From d726f8e31984cd7afc4907615c58082e8049a671 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Fri, 10 Dec 2010 17:06:42 +0100 Subject: Top: better meaning for -L/-H in memory entries Now those are really thresholds over the percentage of process memory over total used memory (as was intended but badly implemented). --- README | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index ad49cd8..9a7f92b 100644 --- a/README +++ b/README @@ -422,7 +422,11 @@ Monitors have default aliases. `TopProc Args RefreshRate` - aliases to `top` -- Args: default monitor arguments (see below) +- Args: default monitor arguments (see below). The low and high + thresholds (`-L` and `-H`) denote, for memory entries, the percent + of the process memory over the total amount of memory currently in + use and, for cpu entries, the activity percentage (i.e., the value + of `cpuN`, which takes values between 0 and 100). - Variables that can be used with the `-t`/`--template` argument: `no`, `name1`, `cpu1`, `both1`, `mname1`, `mem1`, `mboth1`, `name2`, `cpu2`, `both2`, `mname2`, `mem2`, `mboth2`, ... @@ -435,7 +439,9 @@ Monitors have default aliases. `TopMem Args RefreshRate` - aliases to `topmem` -- Args: default monitor arguments (see below) +- Args: default monitor arguments (see below). The low and high + thresholds (`-L` and `-H`) denote the percent of the process memory + over the total amount of memory currently in use. - Variables that can be used with the `-t`/`--template` argument: `name1`, `mem1`, `both1`, `name2`, `mem2`, `both2`, ... - Default template: `` -- cgit v1.2.3