LINUX下网站压力测试工具webbench

  1. wget http://blog.s135.com/soft/linux/webbench/webbench-1.5.tar.gz  
  2. tar zxvf webbench-1.5.tar.gz 
  3. cd webbench-1.5
  4. mkdir -p /usr/local/man/man1
  5. make && make install
  6. webbench -c 1800 -t 60 http://IP:81/index.php
原文地址:https://www.cnblogs.com/yangxiaofei/p/4986079.html