Search code examples
jmeterhttp2

http2 plugin doesn't work with summary report


I have using http2 plugin to test my project. But I don't know how to config the Summary Report to get data.


Solution

  • When you install HTTP/2 Sampler plugin using JMeter Plugins Manager you get View Result Tree Http2 listener as well:

    enter image description here

    If you add it to your Test Plan you will be able to see request and response details:

    enter image description here

    The same listener can be used for storing the data into CSV or XML file for later analysis.

    Other JMeter Listeners will not be able to catch HTTP2 samplers due to their asynchronous nature which is not in line with JMeter's thread model.

    More information: The New HTTP/2 Plugin for JMeter