jmeter-http2-plugin icon indicating copy to clipboard operation
jmeter-http2-plugin copied to clipboard

HTTP2 plugin for Apache JMeter

Results 34 jmeter-http2-plugin issues
Sort by recently updated
recently updated
newest added

Jmeter: 5.6.2 http plugin: 2.0.5 I have an internally available service under test. Service located behind the F5 and configured to support both http1/1 & http2. Tried access it via...

enhancement

Can we measure how long http2 async controller took to execute? right now if i add it to transaction controller it add all response times, i'd like to have something...

Jmeter: 5.6.2 Observed that Http2 plugin installation may remove some already installed plugins. In my case I had jpgc-graphs-additional,jpgc-graphs-basic,jpgc-casutg installed. And all those were removed with the bzm http installation...

Jmeter Version 5.6.1 http2 2.0.2 ----------------------------------- Creating summariser Created the tree successfully using /var/lib/jenkins/ocslf_tests/data/traffic/jsons/config_without_ramping.jmx Starting standalone test @ 2023 Oct 6 13:37:43 UTC (1696599463801) Waiting for possible Shutdown/StopTestNow/HeapDump/ThreadDump message on...

bzm -HTTP2 sampler for testing a website having h2 protocol. I have setup the timeouts in the sampler in advanced section to 5 min(300000ms). But still the sampler is failing...

I'm trying to send a request with a header containing 90.000 bytes and I receive the error ``` java.lang.IllegalArgumentException: Request header too large at org.eclipse.jetty.client.http.HttpSenderOverHTTP$HeadersCallback.process(HttpSenderOverHTTP.java:182) [...] ``` I launch the...

enhancement

Using HTTP2 Async controller with JMeter 5.5 and jdk-11.0.18.10-hotspot. The script runs perfect on a low user load, but when ran at a slightly higher user load (25 users) the...

Bumps [guava](https://github.com/google/guava) from 29.0-jre to 32.0.0-jre. Release notes Sourced from guava's releases. 32.0.0 Maven <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>32.0.0-jre</version> <!-- or, for Android: --> <version>32.0.0-android</version> </dependency> Jar files 32.0.0-jre.jar 32.0.0-android.jar Guava...

dependencies

Hi, I was using http2 sampler 2.0.2, in which i am not able to control number of connections made with the server. if the number of threads are decreased, connections...

Hi, I'm using HTTP2 Sampler with "Retrieve All Embedded Resources" enabled. The URL being tested contains references to resource that is hosted on both local (same domain) and remote (different...