[Network] Allow plugins to simulate various network conditions #794
abhinavsingh
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
Also see https://github.com/h2non/toxy#poisons for some interesting examples and use-cases. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@abhinavsingh Let me advertise :) I wrote one plugin which would simulate a poor network to some extent. My main purpose is not the network simulation but spoiling a user experience, though. Hope it would help those who come here for the same reason in some future. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the solution you'd like
Add options to simulate various network types (per-client and / or globally) e.g.
2g
,3g
, .... Custom profiles can be added by specifying packet drop, latency and other metrics via plugins.Starter profiles can be found in webpagetest project repo.
Beta Was this translation helpful? Give feedback.
All reactions