https://github.com/ethersphere/bee-netem
https://github.com/ethersphere/bee-netem
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ethersphere/bee-netem
- Owner: ethersphere
- Created: 2021-01-27T11:06:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-09T15:06:46.000Z (over 5 years ago)
- Last Synced: 2025-04-08T18:50:29.954Z (about 1 year ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## bee-netem
This docker image is used to simulate more realistic network conditions for bee testing.
It has couple of predefined profiles [`netemCmd`]:
- wifi
- 4g
- uk-us
- uk-aus
It's intended to be used with [bee Helm chart](https://github.com/ethersphere/helm/tree/master/charts/bee)
To enable it change following inside `value.yaml`
```
image:
repository: ethersphere/bee-netem
tag: latest
pullPolicy: Always
securityContext:
capabilities:
add:
- NET_ADMIN
netemCmd: "wifi"
beeCommand: ["/entrypoint.sh"]
```