For testing new samplers, the Tree View or Table Listeners are the most useful.

Or the Aggregate Listener, if you want to run a test with lots of
threads and loops.

S.
On 13/03/06, Simon De Uvarow <[EMAIL PROTECTED]> wrote:
> yes, thanks ... i did wrong, the sample was very short. cause that the
> graphics did not show anything. i set loop count to 300.
>
> thanks again
> Simon
>
> 2006/3/13, Peter Lin <[EMAIL PROTECTED]>:
> >
> >
> > http://svn.apache.org/repos/asf/jakarta/jmeter/trunk/src/core/org/apache/jmeter/samplers/SampleResult.java
> >
> >
> > http://svn.apache.org/repos/asf/jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSampler2.java
> >
> > Look at sample() method.
> >
> > sampleStart() - starts the timer
> > setResponseData - sets the response data from the server
> > setSuccessful - sets if the response was successful
> > sampleEnd - stops the timer
> >
> >
> > hope that helps
> > peter
> >
> >
> > On 3/13/06, Simon De Uvarow <[EMAIL PROTECTED]> wrote:
> > >
> > > thanks, i have read it, but it is very general. Would you be so kind as
> > to
> > > explain me how to use the listeners? Indeed, what I really need to know
> > is
> > > which data I need to enter into the SampleResult.
> > >
> > > Regards,
> > > Simon
> > >
> > > 2006/3/13, Peter Lin <[EMAIL PROTECTED]>:
> > > >
> > > > there's a tutorial mike and I wrote here
> > > >
> > > >
> > > >
> > >
> > http://svn.apache.org/repos/asf/jakarta/jmeter/trunk/xdocs/extending/jmeter_tutorial.pdf
> > > >
> > > > peter
> > > >
> > > > On 3/13/06, Simon De Uvarow <[EMAIL PROTECTED]> wrote:
> > > > >
> > > > > hello, i´m learning how extend the JMeter in case of it would
> > > necessary
> > > > > for
> > > > > some project.
> > > > > In the begin i was lost, but now, reading the code and examples i
> > > > > understand
> > > > > better how it works.
> > > > >
> > > > > I did a simple sampler. it executes a executable and i want to graph
> > > the
> > > > > response time and other things.
> > > > > Is there any documentation (instead of looking the code) that
> > explain
> > > > how
> > > > > work the diferents listeners?
> > > > >
> > > > > thanks,
> > > > > Simon
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>

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

Reply via email to