or you could just write code in java and invoke it from a beanshell listener (though i second what was told to you previously - its easier to load the the .jtl/.csv result of a test run into a DB)
On Thu, Jul 24, 2014 at 7:37 AM, Yogesh Rao <[email protected]> wrote: > HI Sebb, > > I saw the listeners which you mentioned. please correct my understanding > here ... I will have to write a class which implements TestStateListener > and SampleListener and NoThreadClone. However what i am not sure is how do > i plug it with JMeter... My understanding of the code leads to an intrusive > way where i overwrite few sections of the codebase and build JMeter code > and then run.. is my understanding right here ? or is there a seamless way > i can plug-in the new listener can you give me some pointers ? > > Thanks in advance ... > > Regards, > -Yogesh > > > On Thu, Jul 24, 2014 at 5:49 PM, Yogesh Rao <[email protected]> wrote: > > > Hello Shmuel, > > > > The approach sounds intresting will investigate further... > > > > I am also looking at custom listener and post processors to see if can > > help us > > > > Regards, > > -Yogesh > > > > On Thursday, July 24, 2014, Shmuel Krakower <[email protected]> wrote: > > > >> One other approach which someone previously mentioned in this list is to > >> fetch via external tool the jtl file as it is being written on file > system > >> to your database... > >> > >> www.beatsoo.org - free application performance monitoring from world > wide > >> locations. > >> On Jul 24, 2014 12:52 PM, "Yogesh Rao" <[email protected]> wrote: > >> > >> > Sebb, > >> > > >> > would such a feature i.e, able to customise Summariser be desired? > >> > > >> > Shmuel, > >> > > >> > You approach is certainly something which we can think on.. but we are > >> > planning to retrieve realtime results on the tests from JMeter hence > >> were > >> > thinking on extending Summariser. Is there anyother plugin / approach > >> which > >> > you are aware of which can help us achieve the same? > >> > > >> > Thank you for the prompt reply guys! > >> > > >> > Regards, > >> > -Yogesh > >> > > >> > Regards, > >> > -Yogesh > >> > > >> > > >> > On Thu, Jul 24, 2014 at 3:11 PM, Shmuel Krakower <[email protected]> > >> > wrote: > >> > > >> > > Hi, > >> > > I've created in the past a saveservice implementation that puts > >> results > >> > in > >> > > MongoDB with the NONE write concern (almost async), but it was ugly > >> code > >> > > and later on I figured that I don't actually want to save ALL > samplers > >> > back > >> > > into DB. > >> > > > >> > > What I end up doing, is running the JMeter Plugins CMD that > summarize > >> > > results, after a load test is finished. > >> > > So you get a nice CSV data table, like > >> > > > >> > > > >> > > >> > http://jmeter.apache.org/usermanual/component_reference.html#Aggregate_Report > >> > > Then I just parse it and push this into DB (mongodb). > >> > > > >> > > Shmuel Krakower. > >> > > www.Beatsoo.org - re-use your jmeter scripts for application > >> performance > >> > > monitoring from worldwide locations for free. > >> > > > >> > > > >> > > On Thu, Jul 24, 2014 at 12:34 PM, Yogesh Rao <[email protected]> > >> wrote: > >> > > > >> > > > Hi, > >> > > > > >> > > > I had a quick question on extension of Summariser class as we > >> wanted to > >> > > > push the information into database (we plan to have the db insert > >> > > async). I > >> > > > did notice that there is the saveservice.properties which is > >> available > >> > in > >> > > > /bin directory which is loaded by JMeter, however the summarise > >> entry > >> > > > defined "Summariser=org.apache.jmeter.reporters.Summariser" in the > >> > > > properties file > >> > > > is never used to create the instance of Summariser within the > code > >> for > >> > > the > >> > > > non gui version > >> > > > > >> > > > my question is :- > >> > > > > >> > > > 1. can the saveservice.properties be customized so that jmeter > uses > >> the > >> > > > classes mentioned in properties files instead of the default ones > ? > >> > > > 2. If the saveservice.properties is not for customizing can you > >> please > >> > > let > >> > > > me know what use does it have.. i tried to search on the > importance > >> of > >> > > this > >> > > > but couldnt figure out much > >> > > > > >> > > > Also wanted to know whether the community be intrested in giving > the > >> > user > >> > > > customization of summariser feature.. I would be happy to raise > an > >> > issue > >> > > > and also help contribute the same. > >> > > > > >> > > > We are using the JMeter 2.11 on windows with JDK 7 > >> > > > > >> > > > Thank you! > >> > > > > >> > > > Regards, > >> > > > -Yogesh > >> > > > > >> > > > >> > > >> > > >
