From e9638fdc41ccd0876f17b4344461deaa109332e2 Mon Sep 17 00:00:00 2001 From: vindex10 Date: Mon, 21 Oct 2019 19:17:49 +0200 Subject: add filtering option for Net devices (#408) * add filtering option for Net devices * relate to comments * upd readme * add few more words to readme --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 073a181..10eb91b 100644 --- a/readme.md +++ b/readme.md @@ -799,13 +799,15 @@ specification, such as `("clear", "")`. - Thresholds are expressed in Kb/s - Args: default monitor arguments, plus: - `--rx-icon-pattern`: dynamic string for reception rate in `rxipat`. - - `--tx-icon-pattern`: dynamic string for transmission rate in `txipat`. + - `--tx-icon-pattern`: dynamic string for transmission rate in `txipat` + - `--devices`: comma-separated list of devices to show. - Variables that can be used with the `-t`/`--template` argument: `dev`, `rx`, `tx`, `rxbar`, `rxvbar`, `rxipat`, `txbar`, `txvbar`, `txipat`. Reception and transmission rates (`rx` and `tx`) are displayed in Kbytes per second, and you can set the `-S` to "True" to make them displayed with units (the string "Kb/s"). - Default template: `: KB|KB` +- Example of usage of `--devices` option: `["--", "--devices", "wlp2s0,enp0s20f41"]` ### `Wireless Interface Args RefreshRate` -- cgit v1.2.3