如何在mac上用apache ab进行web测试

1. 安装apache

     sudo port install apache2

启动apache: sudo apachectl start


2.  brew install pcre


3. wget http://ftp.yz.yamagata-u.ac.jp/pub/network/apache//httpd/httpd-2.4.4.tar.bz2
   (1)解压
   (2) ./configure
   (3) make && make install
   (4) sudo cp support/ab /usr/sbin
   
4. ab -n 1000 -c 10 http://192.168.1.100:7000/

 
  
 
  

你可能感兴趣的:(Mysql)