Hi,
Please help me if you could.

I am trying to let the test do something when the sampling is done. I am
thinking writing an SampleListener, i.e.,

    class MySampleListener implements SampleListener
    {
            public void sampleOccurred(SampleEvent sampleEvent)
            {
                    doSomething()
            }
      etc etc
    }


but I don't know how to specify my SampleListener in the test plan.
BTW  I don't need any Visualizers because I am running JMeter in non-gui
mode.
I am using JMeter-1.8.1

Thanks in advance!

richard


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

Reply via email to