From: Rajiv C. <raj...@gm...> - 2007-08-16 23:02:50
|
Hi friends, I want to draw graph for network data file which has following format. Start Duration Proto Bytes Packets Aug 15 2007 12:23:30.261486 0.010352 tcp 161 2 Aug 15 2007 12:23:31.265392 0.000000 udp 48 1 Aug 15 2007 12:23:31.265392 0.000394 tcp 261 2 Aug 15 2007 12:23:32.269298 0.000000 udp 48 1 Aug 15 2007 12:23:32.269298 0.001110 tcp 260 2 Aug 15 2007 12:23:34.277111 0.006889 tcp 260 2 Aug 15 2007 12:23:34.277111 0.000000 qnx 54 1 I want to use 3 attributes from this data file which is protocol, Bytes, Packets. It will be show like Which protocol how many amount of bytes are sending? like TCP 3240 (total bytes) UDP 1520 (Total bytes) qnx 540 (Total bytes) ICMP1203 (Total bytes) etc. As a new user, I don't have much idea which graph i can apply for this data so if anybody can help me out with this problem. I would be very grateful. Thanks & Regards, Rajiv |