# 效能測試 - ApacheBench 測試結果 ###### tags: `linux2020` `web server` ### Request with keep-alive parameter * io_uring + `ab -n 100000 -c 100 -k http:140.116.aaa.aaa:8081/`  + `ab -n 100000 -c 300 -k http:140.116.aaa.aaa:8081/`  + `ab -n 100000 -c 500 -k http:140.116.aaa.aaa:8081/`  + `ab -n 100000 -c 800 -k http:140.116.aaa.aaa:8081/`  + `ab -n 100000 -c 1000 -k http:140.116.aaa.aaa:8081/`  * epoll + `ab -n 100000 -c 100 http:140.116.aaa.aaa:8081/`  + `ab -n 100000 -c 300 http:140.116.aaa.aaa:8081/`  + `ab -n 100000 -c 500 http:140.116.aaa.aaa:8081/`  + `ab -n 100000 -c 800 http:140.116.aaa.aaa:8081/`  + `ab -n 100000 -c 1000 http:140.116.aaa.aaa:8081/`  --- ### Request without keep-alive parameter * io_uring + `ab -n 100000 -c 100 http:140.116.aaa.aaa:8081/`  + `ab -n 100000 -c 300 http:140.116.aaa.aaa:8081/`  + `ab -n 100000 -c 500 http:140.116.aaa.aaa:8081/`  + `ab -n 100000 -c 800 http:140.116.aaa.aaa:8081/`  + `ab -n 100000 -c 1000 http:140.116.aaa.aaa:8081/`  * epoll + `ab -n 100000 -c 100 http:140.116.aaa.aaa:8081/`  + `ab -n 100000 -c 300 http:140.116.aaa.aaa:8081/`  + `ab -n 100000 -c 500 http:140.116.aaa.aaa:8081/`  + `ab -n 100000 -c 800 http:140.116.aaa.aaa:8081/`  + `ab -n 100000 -c 1000 http:140.116.aaa.aaa:8081/` 
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up