Home Linux 压力测试工具ab的使用apachebech
Post
Cancel

Linux 压力测试工具ab的使用apachebech

安装:apt-get install apache2-utils

使用:

ab -n 5000 -c 200  localhost:3456/

-n 总共发送多少

-c 多少并发

sinatra表现不错. 

This post is licensed under CC BY 4.0 by the author.