wrk简介

wrk 是一个比较先进的 HTTP 压力测试工具。

测试方法:

wrk -t8 -c400 -r10m http://localhost:8080/index.html

原文

http://www.oschina.net/p/wrk

相关文章: