> I've modified HTTPSamplerFull.java to take into consideration 
> your comments.  In addition, for all images, applets which 
> are downloaded together with the main url, I've kept a 
> separate SampleResult for each of them.  This way, the HTTP 
> response code and donwload time for each of them can be kept 
> as well.  The SampleResult for all these are stored in the 
> Map of the main SampleResult as an ArrayList.  I'm in the 
> process of writing a new View Results Visualizer which is a 
> jTree that shows the relationship between all these 
> SampleResults.  Will post it here once I'm done.
> 
> I'm also considering creating a new GraphVisualizer
> which displays the load times of the components of the html 
> page (images, applets etc) as well as the total load time.  
> Please express view on this and suggestions.

Hi,
      This sounds really neat.  I think it would be nice to designate an
area where totals/averages are kept - that way the current crop of
simplistic visualizers can refer to this area for their values, and more
complex visualizers can get the more advanced info.

Alternatively, an AbstractSampleListener could be created that did the work
of organizing the SampleResults that came through, generating an "average"
data set, and a "totals" data set.  All current and future SampleListeners
could extend this one, and would have access to the individual
SampleResults, plus access to the average and totals data sets.  This would
free Samplers from having to do all the organizing work, and can instead
just pack all their SampleResults into a single package
(SampleResultsCollection?).  

As you can see, I'm making this up as I type :-)

-Mike

> 
> Thanks.

No, thank YOU!

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to