From c870691157ee542abec9a177ef64a8bade31580c Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Wed, 18 Nov 2009 00:52:55 +0100 Subject: fs: switched to 1K blocks and new keys Previous version could return 1 on one update and 900 on the next (1st being GB, 2nd MB) a user appending "GB" to the value suddenly has a 900GB disk available. Returned keys are now: size_mb, size_gb, used_mb, used_gb, avail_mb, avail_gb, and percentage is now: used_p. --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 3af7492..9ea569f 100644 --- a/README +++ b/README @@ -177,7 +177,8 @@ vicious.widgets.fs - takes an (optional) argument which, if true, includes remote file systems, only local file systems are included by default - returns a table with custom keys, using mount points as a base: - {/ size}, {/ used}, {/ avail}, {/ usep}, {/home size} etc. + {/ size_mb}, {/ size_gb}, {/ used_mb}, {/ used_gb}, {/ used_p}, + {/ avail_mb}, {/ avail_gb}, {/home size_mb} etc. vicious.widgets.dio - provides I/O statistics for requested storage devices -- cgit v1.2.3