Link to home
Start Free TrialLog in
Avatar of Snip3r6659
Snip3r6659

asked on

Network Scanner

Hello,
I am looking for a simple speed testing tool to check data transfer rates between offsite office locations.

Any suggestions?
Avatar of Merete
Merete
Flag of Australia image

netstat -v command possibly use your cmd prompt
http://publib.boulder.ibm.com/infocenter/aix/v6r1/index.jsp?topic=%2Fcom.ibm.aix.prftungd%2Fdoc%2Fprftungd%2Fnestat_v.htm

There is also your windows 7 task manager put it on Network
There is also resource monitor look under performance then look in Network Activity
http://windowsforum.com/attachments/access_resource_monitor2-png.14710/
Avatar of Snip3r6659
Snip3r6659

ASKER

you are correct all those are an option,  but I am looking for something a bit more targeted at analyzing connection speeds to different offices.  

for example I have a tool that can report back disk read / write speeds on a local computer.  I would like to find a similar tool for network file transfers.
iPerf is perfect for measuring file transfers over WAN or between remote offices, it's command line, but it's quite easy to use, it works with a client/server setup ...

https://code.google.com/p/iperf/
iPerf looks promising but I would prefer a windows based tool.

I suppose worst case scenario I setup a Linux box on the network.
ASKER CERTIFIED SOLUTION
Avatar of Merete
Merete
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thank you Snip3r6659