Hi, I know this question is not wireshark related, but i am looking for a piece of software to dynamically simulate bandwidth speeds. Thanks in advanced. asked 08 Apr '14, 04:01 jimmy967 |
3 Answers:
Easiest way to do this is to use NetEm, which is included in most Linux kernels already. See http://www.linuxfoundation.org/collaborate/workgroups/networking/netem answered 08 Apr '14, 04:03 Jasper ♦♦ |
Another very good traffic shaping tool is FreeBSD's dummynet (part of their ipfw firewall stuff). I used it for years and it was rock solid (as FreeBSD typically is). Of course it doesn't directly help you on Windows, but there's probably no free software to do this on Windows. (I'm pretty sure there are commercial vendors which run on Windows; I think Shunra at least used to make an "IP cloud" product.) answered 09 Apr '14, 07:51 JeffMorriss ♦ |
Other tools are: eEx Netlab - Windows: http://www.eex-dev.net/index.php?id=38&L=1 Regards answered 09 Apr '14, 13:50 Kurt Knochner ♦ |
im running the client on a windows 8.0 os
You'll most likely have to use a proxy service that can throttle the connection. I'd go for a VM running Linux with NetEm and route the traffic through it. I guess there are also a couple of Windows tools that do this, but I haven't checked.
okay, thanks alot