Displaying 2 results from an estimated 2 matches for "bmeter".
Did you mean:
meter
2002 Jul 24
0
URGENT REQUEST AND HELP REQUIRED
...ility.
>
> now i want to set the diffserv enviorment
with the help of tc.i
> have studied the method of described in
>
>
http://www.tldp.org/HOWTO/Querying-libiptc-HOWTO/bmeter.html
>
> will u please tell me how to do.whether i
am going fine.
>
> which steps i should take care of so that
minimum problems will
> come.OR TELL ME WHICH IS THE BETERR...
2003 Aug 01
2
Bandwidth Monitor
Anybody knows about one bandwidth meter to use in Bering.
This is a script i built, it''s works wel, but it''s not very nice!!! =P
#!/bin/bash
# Bandwidth Monitor
device=eth0
bytes=`grep $device /proc/net/dev | cut -f 2 -d : | cut -d '' '' -f 2`
kbytes=`expr $bytes / 1024`
actual=$kbytes
i=1
x=0
total=0
while [ $i -le 2 ]
do
x=`expr $x + 1`