Last active
October 20, 2023 02:09
-
-
Save aifeiasdf/9fc4585f6404e3a0a70c568c2a14b9c9 to your computer and use it in GitHub Desktop.
benchmark-apisix with envoy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
对比 Apache APISIX 和 envoy 的一些性能参数:网关延迟、QPS 和是否线性扩展 | |
系统环境:微软云 Linux (ubuntu 18.04), Standard D13 v2 (8 vcpus, 56 GiB memory) | |
压力测试客户端:wrk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1 worker: apisix git:(master) ✗ bash -x ./benchmark/run.sh
2 worker: apisix git:(master) ✗ bash -x ./benchmark/run.sh 2
3 workers: apisix git:(master) ✗ bash -x ./benchmark/run.sh 3
envoy 测试脚本:https://gist.github.com/membphis/acafea9733147f465a73d4901827e3c0#gistcomment-3403431
➜ envoy ./run.sh 1
➜ envoy ./run.sh 2
➜ envoy ./run.sh 3
envoy cat run.sh