Tim, just had a quick read over the doco. Totally doable and probably enough for my needs. So thanks 4 now! On 23 Aug 2014 08:43, "Tim Koopmans" <[email protected]> wrote:
> We do this in Flood IO https://flood.io/blog/15-new-relic-integration > except we are pulling metrics from our own reporting engine and pushing > them to New Relic. > > I found the best way to approach this was to create an actual New Relic > plugin for which the docs are pretty straightforward -- > > https://docs.newrelic.com/docs/plugins/plugin-developer-resources/developer-reference/working-directly-plugin-api > > Once you decide on what to measure it should be fairly simple to extend a > basic listener as Philippe suggested. You will also need some form of > aggregation of the metrics to tie in the poll cycle. You can see from our > blog what basic metrics we push every 60s. > > Hope that helps. > > Regards, > > > Tim Koopmans > +61 3 9221 6309 > > [image: Flood IO Pty Ltd] <https://flood.io> > > Level 27, 101 Collins Street > Melbourne, Vic 3000 > > > > > On Sat, Aug 23, 2014 at 6:07 AM, Philippe Mouawad < > [email protected]> wrote: > > > Hello Oliver, > > What exactly do you mean by connecting JMeter output to New Relic ? > > Is it about putting the results from JMeter into NewRelic to be able to > see > > all jmeter indicators (response time, errors, response code ...) within > New > > Relic dashboard ? > > If so, in my understanding NewRelic proposes Api for different languages > > (Java is one of them) to add custom metrics, I suppose it can be done > like > > this using a Listener to do it. > > But it would be interesting to have the official answer from NewRelic and > > why not share it with us. > > > > @Adrian, were you able to have those infos ? I don't think so, but I > > suppose you used the JMeter Graphs and compared with New Relice dashboard > > to give results ? > > > > A description or blog about this experience would be great ? > > > > Thanks > > Regards > > @philmdot > > > > > > On Fri, Aug 22, 2014 at 5:52 PM, Adrian Speteanu <[email protected]> > > wrote: > > > > > Hi, > > > > > > If you don't get any specific responses from others, I'd recommend > > > contacting their tech support with confidence, if you're using the > > > pro/enterprise version. > > > > > > We used New Relic only to monitor the applications under test and it > > proved > > > a useful way to report performance KPIs, especially since the same tool > > was > > > used in production for monitoring. I'd recommend this setup, unless you > > > need something very specific out of the JMeter logs / graphs. > > > > > > Cheers, > > > Adrian S > > > > > > > > > On Wed, Aug 20, 2014 at 7:01 AM, Oliver Erlewein <[email protected]> > > > wrote: > > > > > > > Hi everyone, > > > > > > > > Has anyone connected JMeter output up to NewRelic? I know BlazeMeter > & > > Co > > > > are doing it so it is possible. What I am looking for is to suck in > > > > response time data and error data into NewRelic. > > > > > > > > I thought I'd ask before I go on and try and develop something myself > > > (and > > > > it doesn't look as simple as I first thought). Any help would be > > > > appreciated. > > > > > > > > Cheers Oliver > > > > > > > > > > > > > > > -- > > Cordialement. > > Philippe Mouawad. > > >
