Measuring Network throughput in Windows

There is a nice tool called netperf to measure the network throughput. There is a port for Windows available here and it is very easy to use:

  1. On the server side start:
    cd c:\downloads\netperf\
    netserver.exe
  2. On the client side start:
    cd c:\downloads\netperf\
    netclient.exe -H <IP.OF.SERVER>

You can find more info over here.

No Comments.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>