Apache 的 ab 命令做压力测试

Tags
webnodejs
Created
Aug 22, 2016 3:39 AM

ab 并发请求不能超过系统限制

1. 最基本的关心两个选项 -c -n

例: ab -c 100 -n 10000 http://127.0.0.1/

  • c 100 即:每次并发100个
  • n 10000 即: 共发送10000个请求
SuperMade with Super