Skip to content
Closed

Fix #107

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ or
throttle stop
```

## Add delay on your localhost
## Add delay on your localhost
This is useful if you test a local web server or run [WebPageReplay](https://github.com/catapult-project/catapult/blob/master/web_page_replay_go/README.md) and want to add some latency to your tests.

```
Expand Down Expand Up @@ -142,7 +142,7 @@ You can log all the commands that sets up the throttling by setting `LOG_THROTTL
LOG_THROTTLE=true throttle 3gslow
```

or
or

```
throttle 3gslow --log
Expand All @@ -152,4 +152,4 @@ throttle 3gslow --log

Make sure to run ```sudo modprobe ifb numifbs=1``` before you start the container.

And then when you actually start your Docker container, give it the right privileges with ```--cap-add=NET_ADMIN```.
And then when you start your Docker container, give it the right privileges with ```--cap-add=NET_ADMIN```.
Loading