aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2010-07-19 02:12:00 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2010-07-19 02:14:50 +0200
commitd91266357a0d36f17fb48d367d4ab1c6429b505d (patch)
treebde2a7a39d4fbbaa1c06d7efe7deefacdd8d912a /README
parent8674c919d64291827eec05e1e3fbc21c29a7396e (diff)
downloadvicious-legacy-d91266357a0d36f17fb48d367d4ab1c6429b505d.tar.xz
net: add operational state support
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 7 insertions, 7 deletions
diff --git a/README b/README
index 5f07bc5..a8b2dab 100644
--- a/README
+++ b/README
@@ -167,8 +167,8 @@ vicious.widgets.fs
vicious.widgets.dio
- provides I/O statistics for requested storage devices
- - takes the disk as an argument, i.e. "sda" (or specific partition,
- i.e. "sda/sda5")
+ - takes the disk as an argument, i.e. "sda" (or a specific
+ partition, i.e. "sda/sda2")
- returns a table with string keys: {total_s}, {total_kb}, {total_mb},
{read_s}, {read_kb}, {read_mb}, {write_s}, {write_kb}, {write_mb}
and {sched}
@@ -187,12 +187,12 @@ vicious.widgets.hddtemp
{/dev/sda} and {/dev/sdc} for example
vicious.widgets.net
- - provides usage statistics for all network interfaces
+ - provides state and usage statistics of all network interfaces
- returns a table with string keys, using net interfaces as a base:
- {eth0 rx_b}, {eth0 tx_b}, {eth0 rx_kb}, {eth0 tx_kb}, {eth0 rx_mb},
- {eth0 tx_mb}, {eth0 rx_gb}, {eth0 tx_gb}, {eth0 down_b}, {eth0 up_b},
- {eth0 down_kb}, {eth0 up_kb}, {eth0 down_mb}, {eth0 up_mb},
- {eth0 down_gb}, {eth0 up_gb}, {eth1 rx_b} etc.
+ {eth0 carrier}, {eth0 rx_b}, {eth0 tx_b}, {eth0 rx_kb}, {eth0 tx_kb},
+ {eth0 rx_mb}, {eth0 tx_mb}, {eth0 rx_gb}, {eth0 tx_gb}, {eth0 down_b},
+ {eth0 up_b}, {eth0 down_kb}, {eth0 up_kb}, {eth0 down_mb},
+ {eth0 up_mb}, {eth0 down_gb}, {eth0 up_gb}, {eth1 rx_b} etc.
vicious.widgets.wifi
- provides wireless information for a requested interface