performance - Throttling network speed for WebSockets -


we doing performance testing on our websockets web app. our app used in africa, need test on slow connection speeds.

chrome's network throttling feature works great http traffic (html, css, js, etc. files), doesn't seem throttling websocket traffic. great if throttle somehow too.

if using linux, have on traffic shaping using "tc" command. can use slow connection down. doing in network low level stack better doing in server. can use random drops etc. tc.


Comments

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -