tl;dr
The one-liner fault HTTP proxy
The following command starts the proxy impacting any HTTP requests to any
upstream host with a 300ms
latency on average.
Send your HTTP/HTTPS traffic to <proxy ip>:3180
and observe the latency
impacting the response time.
The one-liner fault TCP proxy
The following command starts the proxy impacting any TCP stream to host
remote.com:9000
with a 300ms
latency on average.
Replace remote.com:9000
with <proxy ip>:7878
in your application.
Next Steps
- Start exploring our tutorials to gently get into using fault.
- Explore our How-To guides to explore fault's features.