web applications - How to test a site for low bandwidth? -
I am developing a web application for mobile browsers, most of the development is done with local machines (Local Apache) And I want to test how it behaves in low bandwidth and even high latency environments. I do not have to use Apache because there are very few server side things for this time. Do you know any good tools?
You want to try. Update: @SamSaffron has posted a cool essence: to inject 300 MMSC in the network stack
#! / Bin / sh ipfw -q -f flush ipfw ipfw add pipe 1 in pipe 2 Add ipipee pipe 1 config bw 512 kbt / s queue 30 delay 150 mpfw pipe 2 config bw 2 mbt / s queue 10 delay 150 mspf -m add anyone Also
Comments
Post a Comment