thnx @excowboy.... In this Rx means Recieved and Tx means sent....?
Output:
(ZD1211B)IEEE 802.11 b+g USB Adapter - Packet Scheduler Miniport
eth0 Link encap:Ethernet HWaddr 00:02:72:55:88:5F
inet addr:192.168.1.100 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:0
RX packets:77466 errors:0 dropped:0 overruns:-1 frame:-1
TX packets:764076 errors:0 dropped:0 overruns:-1 carrier:-1
collisions:-1
RX bytes:77973680 ( 74M) TX bytes:1080024132 (1.0G)
What is the duration/starting time of Rx packets and Tx packets RX bytes and TX bytes calculation?
If I want to calculate Throughput percentage of bytes then following formula is true?
Throughput= (RX bytes/Sec + TX bytes/Sec) / Link Speed * 100