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

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -