Monday, April 4, 2011

Install ab (apache benchemark ) in ubuntu 10.04

After installing lamp server in ubuntu. it works normally--


ab -n 1000 -c 10 google.com/

here -n means number of request and -c means number of concurrent request. you must have / sign at the end of the command.

No comments: