cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
540
Views
0
Helpful
2
Replies

Testing Throughpout

johnnymac
Level 1
Level 1

Hi,

I have a remote site that on a L2L and I would like to test the amount of Throughput/Bandwidth that is available between Our Head office and the remote site. Does anyone know of any good apps i could use to test this.

Regards

J mack

2 Replies 2

I would advice you to use linux machines at both ends keep few linux ISO dumps at one end and copy it to other end using scp command. Check the transfer rate with iptraf utility.

Hope this will help you

Regards

S. Shantharam

ilya.varlashkin
Level 3
Level 3

Have a look at Iperf - http://dast.nlanr.net/Projects/Iperf/. It's free and reasonably accurate, but you'll have to make manual conversion of UDP or TCP transfer rate to actual throughput as seen on the wire.

By the way, if you use TCP (or TCP-based applications such as FTP or SCP) in order to get more accurate results you need to run either many sessions simultaneously or single session for very long time.