Oscar Picasso wrote:
--- Jordi Salvat i Alabart <[EMAIL PROTECTED]> wrote:
Oscar Picasso wrote:
Hi,
I gave a try to JMeter and found it really interesting.
I have some questions though.
1- On the Http Request Sampler there is an option to retrieve all images.
Is there a mean to see statistics about this images? As some of the images
in
my html pages are generated on the fly, I would be interested to see stats
like
loading time, file size, response status for each of these individual
images.
No, there's currently no way. You'll need to create separate requests for your images (which can be very difficult sometimes).
Digging further, I found that these statistics are written in the Simple Data Writer output.
Sampler's results are collected by the data writer, and also in the View Results Tree listener. But no statistics -- you'll need to compute them yourself.
-- Salut,
Jordi.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

