Am 02.08.19 um 22:53 schrieb Philippe Mouawad:
> 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 Micronautd

Before we think about embedding an http server (why not tomcat?), we
should look at what information we want to gather and present and how
that should be accomplished.

And what about security concerns? To whom do we want to display those
values and how are they authenticated and authorized?

Felix

>
>
> Do you have other ideas ?
>
> Regards
> Philippe
>

Reply via email to