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,137
  • 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
  • 109,363
  • 18
  • 175
  • 245
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,481
  • 10
  • 142
  • 199
0
  • Ixia QCheck
  • PCATTP
  • SNMP monitoring at the endpoint routers
  • NetStress
  • NTttcp
  • SmokePing

etc. etc.

Zoredache
  • 130,897
  • 41
  • 276
  • 420
TheCleaner
  • 32,627
  • 26
  • 132
  • 191