VMESS TCP AB测高并发,失败请求数量高。 #1420
MisteryMonster
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
虚拟机(单核1G)搭建 Nginx WEB 服务器 & shadowsocks-libev 3.3.4 & V2Ray 4.43.0
v2ray 服务端配置:
shadowsocks 配置:
windows 下使用 V2rayN & ApacheBench:
ab -c 1000 -n 10000 -X 127.0.0.1:2802 http://192.168.56.103/
Vmess 的平均错误 ~1500;shadowsokcs 低于15 (在连接完全释放的时候),不通过代理连接的话即使是
-c 10000 -n 100000
也是不会有错误请求的,这是正常的吗?PS:后来我把虚拟机提升到了4核4G,原来的 ab 测试就能够无错误地跑了,所以机器性能不够的时候容易断?
Beta Was this translation helpful? Give feedback.
All reactions