jmeter-http2-plugin | HTTP2 plugin for Apache JMeter | Performance Testing library
kandi X-RAY | jmeter-http2-plugin Summary
kandi X-RAY | jmeter-http2-plugin Summary
HTTP2 plugin for Apache JMeter
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Sample a sample from the URL
- Sets the response content response
- Sample a result from the server
- Set the body body
- Creates the tabbed pane
- Creates the advanced config panel
- Find the option panel in the given container
- Creates the embedded resources panel
- Modifies the test
- Returns the version of the plugin
- Creates a HttpField from the given header and port
- Get port number from host header value
- Unmarshals the input stream
- Convert a test element
- Load properties
- Main method
- Configure the http2 sampler
- Add authentication to Jetty client
- Get the keystore for this certificate
- Sets the mouse listener on the URL
jmeter-http2-plugin Key Features
jmeter-http2-plugin Examples and Code Snippets
Community Discussions
Trending Discussions on jmeter-http2-plugin
QUESTION
I've installed the Blazemeter HTTP/2 Plugin for JMeter and have trouble getting HTTP/2 requests to work.
My minimal test looks like this:- Thread Group
- HTTP2 Request
- Server: stackoverflow.com
- Protocol: https
- View Result Tree Http2
- HTTP2 Request
ANSWER
Answered 2020-Sep-14 at 14:04As I found out, the combination of OpenJDK 8u252 and Jetty 9.4.26 (shipped with JMeter) is not compatible.
The ALPN APIs have been backported to Java 8u252 and Jetty 9.4.28, and alpn-boot
is not needed anymore.
More information: https://webtide.com/jetty-alpn-java-8u252/
Updating the Jetty libraries to 9.4.28 helped:
- Download files from https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-distribution/9.4.28.v20200408/ and https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-client/9.4.28.v20200408/
- Replace
jetty*-9.4.26*
files injmeter/lib
by their 9.4.28 counterparts from the downloaded archive
Update: List of files
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install jmeter-http2-plugin
You can use jmeter-http2-plugin like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the jmeter-http2-plugin component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page