Hi
You can also download free edition of Splunk and use it to parse your
results jtl file in real time. This will allow you to get very nice graphs,
reports and I think that will also support alerting.

Btw I think Splunk is good to anyone using JMeter as it is free for certain
amount of data and allows much nicer reporting than we currently get out of
JMeter or JMeterPlugins.

It is also good for putting few jtl files into the same graph (so anyone
who is doing distributed load testing may find it useful).

Best,
Shmuel.
בתאריך 2012 5 4 03:52, מאת "chaitanya bhatt" <[email protected]>:

> Thanks Deepak,
>
> I am building an realtime alerting system for our company website.
>
> If I use System.currentTimeMillis() and store the values before and after
> the transaction and then find the difference will it represent a reasonably
> approximate response time?  In any case there is definitely some amount
> of computational time involved while processing the request before sending
> it to the outputstream which I want to filter from my response value. Is
> there a way I can do this?
>
> Thanks
> Chaitanya Bhatt
> On Thu, May 3, 2012 at 5:23 PM, Deepak Shetty <[email protected]> wrote:
>
> > It's possible (write a class that maintains this data across threads -
> > invoke it in beanshell and return the values and put them into whatever
> > variable you want , appropriately dealing with concurrent access while
> not
> > totally messing up the throughput)
> > However you probably need to state what you are trying to accomplish.
> >
> >
> > On Thu, May 3, 2012 at 5:16 PM, chaitanya bhatt
> > <[email protected]>wrote:
> >
> > > Group,
> > >
> > > In Jmeter is it possible to store transaction response time(min,max and
> > > average) in a variable during runtime?
> > >
> > > Thanks
> > > Chaitanya Bhatt
> > >
> >
>

Reply via email to