0

I want to monitor my WAN speed between two offices, and be able to schedule it to run at certain times of the day.

I guess in its simplest form this is just a point to point copy, but I want to automate it so I can schedule it to run at certain times.

Are there any tools out there? I also wondered about doing this with Powershell.

Ben
  • 1,107
  • 9
  • 26
  • 44
  • If you just want to monitor latency, I'd suggest [SmokePing](http://oss.oetiker.ch/smokeping/) for *nix, or [PingMonitor](http://emcosoftware.com/ping-monitor) for Windows. – Chris S Sep 17 '13 at 14:37

3 Answers3

2

iperf is a great tool for testing bandwidth. It's natively a *nix application, but it looks like it has been ported to cygwin, so should be able to be run in windows as well.

EEAA
  • 108,414
  • 18
  • 172
  • 242
1

Don't forget PSPing.

It's a command-line tool, which makes it inherently automatable. Does latency and bandwidth tests. Written by the master NT geek.

Ryan Ries
  • 55,011
  • 9
  • 138
  • 197
0
  • Ixia QCheck
  • PCATTP
  • SNMP monitoring at the endpoint routers
  • NetStress
  • NTttcp
  • SmokePing

etc. etc.

Zoredache
  • 128,755
  • 40
  • 271
  • 413
TheCleaner
  • 32,352
  • 26
  • 126
  • 188