1

Possible Duplicate:
How to test real network throughput between two points?

Given two computers connected by some network interface, is there a standard tool used by an academics publishing in peer-reviewed journals to benchmark performance across that interface?

jldugger
  • 14,122
  • 19
  • 73
  • 129
  • Dup/Related http://serverfault.com/questions/5111/how-to-test-real-network-throughput-between-two-points – Zoredache May 27 '09 at 05:58

3 Answers3

1

To use iperf first start it in server mode at one end:

iperf -s

Next, run it in client mode at the other end, specifying the IP address of the server node:

iperf -c xxx.xxx.xxx.xxx -d
Giovanni Tirloni
  • 5,693
  • 3
  • 24
  • 49
0

Test run netperf, Nettest or TTCP. not sure of the industry standard status thou.

Offtopic: new users aren't allowed to add hyperlinks?

SZayat
  • 653
  • 2
  • 11
  • 20
0

I like bwm-ng.