On Jan 28, 2008 2:51 PM, Sake Blok <sake@xxxxxxxxxx> wrote:
> Well, very recently the io-graphs have been extended with an export
> possibility which will give you the data on which the graph was
> based.
[snip]
> awk -F"\t" '$1==last {sum += $2; next} {printf("%s %8d bytes/s (%6.2f Mbit/s)\n",last,sum,sum*8/1024/1024);last=$1;sum=$2}'
> Jan 28, 2008 14:33:30 106 bytes/s ( 0.00 Mbit/s)
Just a note:
For data rate speeds in Mbits/s, the M is decimal not binary ( i.e. 1M
= 10^6 not 2^20)
L
--
This information is top security. When you have read it, destroy yourself.
-- Marshall McLuhan