diff options
| author | pbuetow <puppet@mx.buetow.org> | 2012-07-04 17:09:50 +0200 |
|---|---|---|
| committer | pbuetow <puppet@mx.buetow.org> | 2012-07-04 17:09:50 +0200 |
| commit | 7b17c31ead4d39b97db265969df1a4cd3e8799f2 (patch) | |
| tree | cb19beb69c78e105a152971eb68954156b01d558 /lib/Loadbars/Shared.pm | |
| parent | 9b413a0692b1c5d0cd3720ebe417ae3d165aecdf (diff) | |
introduce linkspeed param
Diffstat (limited to 'lib/Loadbars/Shared.pm')
| -rw-r--r-- | lib/Loadbars/Shared.pm | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/lib/Loadbars/Shared.pm b/lib/Loadbars/Shared.pm index 8bf342b..8630276 100644 --- a/lib/Loadbars/Shared.pm +++ b/lib/Loadbars/Shared.pm @@ -50,6 +50,7 @@ our %I : shared; maxwidth => 1250, netaverage => 15, netint => 'eth0', + netlink => 'gbit', showcores => 0, showmem => 0, shownet => 0, @@ -59,7 +60,12 @@ our %I : shared; ); %I = ( - cpustring => 'cpu', - showtextoff => 0, + cpustring => 'cpu', + showtextoff => 0, + bytes_mbit => 125000, + bytes_10mbit => 1250000, + bytes_100mbit => 12500000, + bytes_gbit => 125000000, + bytes_10gbit => 1250000000, ); |
