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
Post a Comment