diff options
| author | Paul Buetow <paul@buetow.org> | 2012-06-26 23:27:49 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2012-06-26 23:27:49 +0200 |
| commit | 3cb86d60de05cfa94790f5b822ba25b742c090a1 (patch) | |
| tree | 5b6f3072f78a86ec1d49ceecdae62e6e80c2be00 /lib/Loadbars/HelpDispatch.pm | |
| parent | cfc4f47dff63d62d0c2255f7c1416205986b6242 (diff) | |
add gbit link speed for netstats. add --netint param to specify the network interface
Diffstat (limited to 'lib/Loadbars/HelpDispatch.pm')
| -rw-r--r-- | lib/Loadbars/HelpDispatch.pm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/Loadbars/HelpDispatch.pm b/lib/Loadbars/HelpDispatch.pm index 69878ed..03a8c44 100644 --- a/lib/Loadbars/HelpDispatch.pm +++ b/lib/Loadbars/HelpDispatch.pm @@ -97,6 +97,13 @@ END mode => 1 }, + netint => { + menupos => 6, + help => 'Interface to show netstats for (default: eth0)', + mode => 6, + type => 's' + }, + barwidth => { menupos => 9, help => 'Set bar width', |
