http://www.acme.com/software/http_load/ から落としてきてmake ↓
cut -d'"' -f 2 /var/log/apache2/access_log|awk '{print "http://hostname"$2}' > urllist
とかしてurllistをつくる ↓
./http_load -parallel 50 -fetches 10000 urllist
とかしてリクエストを投げまくる
http://www.acme.com/software/http_load/ から落としてきてmake ↓
cut -d'"' -f 2 /var/log/apache2/access_log|awk '{print "http://hostname"$2}' > urllist
とかしてurllistをつくる ↓
./http_load -parallel 50 -fetches 10000 urllist
とかしてリクエストを投げまくる