url checker load average opensource s/w

url checker load average opensource s/w

am 21.07.2011 09:04:43 von Agnello George

hi

i have a few web portals as my job profile to take care of and i
have a request from my testing team for a s/w where i can 1) check
all links within the website and the time taken for each link to load
, 2) and if 500 to 1000 concurrent connections are spawned the average
time for each link to load .

Is there a opensource or paid s/w currently available to do this .

I had tried ab testing , but it doesnt actually load the page it jsut
gives a 200 ok .

Or is there some thing i can write in perl ( if perl could you suggest
a possible module(s) )

Thanks for all the help

--
Regards
Agnello D'souza

--
To unsubscribe, e-mail: beginners-unsubscribe@perl.org
For additional commands, e-mail: beginners-help@perl.org
http://learn.perl.org/

Re: url checker load average opensource s/w

am 21.07.2011 12:33:54 von hsin

On Jul 21, 3:04=A0pm, agnello.dso...@gmail.com (Agnello George) wrote:
> hi
>
> i have a few web portals =A0as my job profile to take care of =A0and i
> have a request from my testing team for a s/w where i can 1) check
> all links within the website =A0and the time taken for each link to load
> , 2) and if 500 to 1000 concurrent connections are spawned the average
> time for each link to load .
>
> Is there =A0 =A0 a opensource or paid =A0s/w currently available to do th=
is .
>
> I had tried ab testing , but it doesnt actually load the page it jsut
> gives a 200 ok .
>
> Or is there some thing i can write in perl ( if perl could you suggest
> a possible module(s) )
>
> Thanks for all the help
>
> --
> Regards
> Agnello D'souza

JMeter of apache may be what you want.
If you want to write test yourself, HTTP::Request may help


--
To unsubscribe, e-mail: beginners-unsubscribe@perl.org
For additional commands, e-mail: beginners-help@perl.org
http://learn.perl.org/