From 3b7bfcdefdfdd1dce75b379cea16b33e5a34653b Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Fri, 12 Feb 2010 01:03:37 +0100 Subject: Documentation for the TopCpu/TopMem monitors Ignore-this: 792790b0fc73b9feb5a80df9a8602b1 darcs-hash:20100212000337-1d908-a6386605d769b39246ea0aba2999b6c49f3d332f.gz --- README | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README b/README index cea0985..43a7549 100644 --- a/README +++ b/README @@ -353,6 +353,28 @@ Monitors have default aliases. `left` - Default template: `Batt: ` +`TopCpu Args RefreshRate` + +- aliases to `top` +- Args: the argument list (see below) +- Variables that can be used with the `-t`/`--template` argument: + `name1`, `cpu1`, `both1`, `name2`, `cpu2`, `both2`, ... +- Default template: `` +- Displays the name and cpu usage of running processes (`bothn` + displays both, and is useful to specify an overall maximum and/or + minimum width, using the `-m`/`-M` arguments. + +`TopMem Args RefreshRate` + +- aliases to `topmem` +- Args: the argument list (see below) +- Variables that can be used with the `-t`/`--template` argument: + `name1`, `rss1`, `both1`, `name2`, `rss2`, `both2`, ... +- Default template: `` +- Displays the name and RSS (resident memory size) of running + processes (`bothn` displays both, and is useful to specify an + overall maximum and/or minimum width, using the `-m`/`-M` arguments. + `DiskU Disks Args RefreshRate` - aliases to `disku` -- cgit v1.2.3