I am using the following formula to calculate bandwidth, utilization and throughput for full duplex media
Input Bandwidth
(∆ifInOctets * 8) /No. of seconds in ∆
Ouput Bandwidth
(∆ifOutOctets * 8) / No. of seconds in ∆
Utilization
(Bandwidth/ifSpeed) *100
Throughput
(∆ifOutOctets - ∆ifOutDiscards)*8/No.of seconds in ∆
Is it correct ?
Thank U
senthil