Is it possible to cause artificial network packet loss or latency?
Posted
by nbolton
on Server Fault
See other posts from Server Fault
or by nbolton
Published on 2010-04-07T16:13:01Z
Indexed on
2010/04/07
16:13 UTC
Read the original article
Hit count: 214
networking
|virtualization
I'm trying to reproduce some issues on a deployed application where the MSSQL server and client are running in two separate machines. I think there may be network issues between the two machines, so I'd like to try and reproduce these conditions on two Hyper-V virtual machines (on the same virtual server). Of course, the network for these virtual machines is "local" so it's actually far from the conditions in a live environment.
Is there a program I can run on either virtual machine which will degrade the network performance? Or maybe any other work arounds? For example, one way to reproduce the conditions may be to run the VMs on separate Hyper-V servers in geographically dispersed locations (so the SQL traffic goes over VPN or something) -- but this is a little long winded I think. There must be a simpler way.
© Server Fault or respective owner