From d45ca504179f488f3958c1f7f3fd659b75be398d Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Thu, 4 Feb 2010 16:04:50 +0100 Subject: DiskU/DiskIO documented in README Ignore-this: 138c669d641aee601ab76523cfd250e9 darcs-hash:20100204150450-1d908-8d41c512348b625cd265d58d09cee8fd612451ce.gz --- README | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index 1278468..77e3384 100644 --- a/README +++ b/README @@ -344,7 +344,7 @@ Monitors have default aliases. `BatteryP Dirs Args RefreshRate` - aliases to `battery` -- Files: list of directories in /proc/acpi/battery/ directory where to +- Dirs: list of directories in /proc/acpi/battery/ directory where to look for the `state` and `info` files. Example: `["BAT0","BAT1","BAT2"]`. Only the first 3 directories will be searched. @@ -353,9 +353,20 @@ Monitors have default aliases. `left` - Default template: `Batt: ` -`Disk Disks Args RefreshRate` +`DiskU Disks Args RefreshRate` -- aliases to `disk` +- aliases to `disku` +- Disks: list of pairs of the form (device or mount point, template), + where the template can contain , , , or + for total, free, used, free percentage and used percentage + of the given file system capacity. Example: + `[("/", "/"), ("sdb1", "")]` +- Args: the argument list (see below). `-t`/`--template` is ignored. +- Default template: none (you must specify a template for each file system). + +`DiskIO Disks Args RefreshRate` + +- aliases to `diskio` - Disks: list of pairs of the form (device or mount point, template), where the template can contain , , for total, read and write speed, respectively. Example: -- cgit v1.2.3