https://github.com/usetech/envoy-egress
https://github.com/usetech/envoy-egress
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/usetech/envoy-egress
- Owner: Usetech
- License: mit
- Created: 2023-05-18T07:19:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-26T15:52:12.000Z (over 2 years ago)
- Last Synced: 2025-03-15T00:32:01.743Z (about 1 year ago)
- Size: 4.88 KB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Запуск
1. `docker-compose up`
## Адреса
1. Нестабильный сервис: http://localhost:6200
1. Нестабильный сервис через Envoy: http://localhost:8000/unstable_service/
1. Админ-панель Envoy: http://localhost:8001
## Пример команды для тестирования
```
siege -v -d 0.1 -c 1 -r 100 "http://localhost:8000/unstable_service/?response_time_bucket=0.1:70.0&response_time_bucket=0.2:29.0&response_time_bucket=5:1.0&response_code_bucket=200:99.0&response_code_bucket=500:1.0"
```
### Время ответа
1. 70%: 0.1 сек
2. 29%: 0.2 сек
4. 1%: 5 сек
### Коды ответа
1. 99%: 200
2. 1%: 500