On Fri, 2 Aug 2019 at 21:53, Philippe Mouawad <[email protected]> wrote: > > Hello, > What do you think of creating an HTTP API for JMeter that could: > > - Display what Summariser shows in browser > - Enhance this summary with more statistics > - get status of jmeter (test running, waiting) > - possible health information > - in the future some control on distributed testing > > I am looking for the lightest embeddable server that we could use: > > - I thought about Micronaut but it brings a lot of dependencies that > could trigger issues for some protocols since we don't have a separate > Classloader (which would be another story) > - Undertow looks rather minimal but API development is not as fast as > with Micronaut > > > Do you have other ideas ?
Why HTTP? The suggested functionality seems more like JMX to me. But if you insist on HTTP, then Jetty perhaps? > > Regards > Philippe
