May be monitor is good.
In linux, many way to monitor website.
Use curl.
>> time curl -l | grep HTTP
Use ab ( apache benchmark )
>> ab -n 100 -c 10
other will come
Use curl.
>> time curl -l
Use ab ( apache benchmark )
>> ab -n 100 -c 10
other will come
Comments
Post a Comment