We are hosting an application on remote server. We need to test it with a limited network bandwidth (for users with bad Internet access).
Can I limit my internet bandwidth? For instance: 128 KB per second.
This question focuses on system-wide or container-wide solutions on Linux. See Limiting a specific shell's internet bandwidth usage for process- or session-specific solutions.
tc
command, you can check out mark's post here http://mark.koli.ch/slowdown-throttle-bandwidth-linux-network-interfacethe openvz wiki has more examples https://openvz.org/Traffic_shaping_with_tc
– nwgat Jul 31 '15 at 04:08