Skip to content

Commit

Permalink
Merge pull request #15 from undera/master
Browse files Browse the repository at this point in the history
Update to master
  • Loading branch information
rbourga authored Sep 28, 2023
2 parents 8ef3245 + 3156c07 commit f9d6b1c
Show file tree
Hide file tree
Showing 4 changed files with 129 additions and 5 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[![Build Status](https://travis-ci.org/undera/jmeter-plugins.png?branch=master)](https://travis-ci.org/undera/jmeter-plugins)
JMeter Plugins
=============================

Expand Down
56 changes: 55 additions & 1 deletion site/dat/repo/blazemeter.json
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@
"name": "BlazeMeter - HTTP/2 Plugin",
"description": "HTTP/2 protocol sampler",
"helpUrl": "https://github.com/Blazemeter/jmeter-http2-plugin/blob/master/README.md",
"screenshotUrl": "https://raw.githubusercontent.com/Blazemeter/jmeter-http2-plugin/master/syncRequest.png",
"screenshotUrl": "https://raw.githubusercontent.com/Blazemeter/jmeter-http2-plugin/master/docs/addHTTP2Sampler.png",
"vendor": "BlazeMeter",
"installerClass": "com.blazemeter.jmeter.http2.Installer",
"markerClass": "com.blazemeter.jmeter.http2.sampler.HTTP2Sampler",
Expand Down Expand Up @@ -885,6 +885,25 @@
"jetty-io>=11.0.10": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0.2/jetty-io-11.0.10.jar",
"jetty-util>=11.0.10": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0.2/jetty-util-11.0.10.jar"
}
},
"2.0.3": {
"changes": "Added support for HTTP 1.x, ALPN, multiplexing, and parallel execution. Also improvements in performance, memory and connection usage",
"downloadUrl": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0.3/jmeter-bzm-http2-2.0.3.jar",
"depends": [
"jmeter-http"
],
"libs": {
"http2-client>=11.0.15": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0.3/http2-client-11.0.15.jar",
"http2-common>=11.0.15": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0.3/http2-common-11.0.15.jar",
"http2-hpack>=11.0.15": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0.3/http2-hpack-11.0.15.jar",
"http2-http-client-transport>=11.0.15": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0.3/http2-http-client-transport-11.0.15.jar",
"jetty-alpn-client>=11.0.15": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0.3/jetty-alpn-client-11.0.15.jar",
"jetty-alpn-java-client>=11.0.15": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0.3/jetty-alpn-java-client-11.0.15.jar",
"jetty-client>=11.0.15": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0.3/jetty-client-11.0.15.jar",
"jetty-http>=11.0.15": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0.3/jetty-http-11.0.15.jar",
"jetty-io>=11.0.15": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0.3/jetty-io-11.0.15.jar",
"jetty-util>=11.0.15": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0.3/jetty-util-11.0.15.jar"
}
}
}
},
Expand Down Expand Up @@ -1203,9 +1222,40 @@
"jmeter-bzm-commons>=0.2.1":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.3/jmeter-bzm-commons-0.2.1.jar",
"json>=20190722":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.3/json-20190722.jar"
}
},
"2.1": {
"changes": "Improvements and fixes, as well as integration with the BlazeMeter correlation rules repository.",
"downloadUrl": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.1/jmeter-bzm-correlation-recorder-2.1.jar",
"libs": {
"jackson-dataformat-xml>=2.10.2":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.1/jackson-dataformat-xml-2.10.2.jar",
"jackson-annotations>=2.13.0" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.1/jackson-annotations-2.13.0.jar",
"jackson-databind>=2.13.0" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.1/jackson-databind-2.13.0.jar",
"jackson-core>=2.13.0" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.1/jackson-core-2.13.0.jar",
"jackson-module-jaxb-annotations>=2.10.2":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.1/jackson-module-jaxb-annotations-2.10.2.jar",
"jmeter-bzm-commons>=0.2.1":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.1/jmeter-bzm-commons-0.2.1.jar",
"json>=20190722":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.1/json-20190722.jar"
},
"depends": [
"bzm-repositories"
]
}
}
},
{
"id": "bzm-repositories",
"name": "BlazeMeter - Repositories",
"description": "BlazeMeter repositories functionality for the Correlation Recorder Plugin",
"screenshotUrl": "https://raw.githubusercontent.com/Blazemeter/CorrelationRecorder/master/docs/bzmRepositoriesScreenshot.png",
"helpUrl": "https://blazemeter.github.io/CorrelationRecorder/guide/installation-guide.html#integration-with-blazemeter",
"vendor": "BlazeMeter",
"markerClass": "com.blazemeter.jmeter.repository.plugin.system.SystemManager",
"componentClasses": [],
"versions": {
"1.0": {
"downloadUrl": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.1/bzm-repositories-plugin-1.0.jar"
}
}
},
{
"id": "mqmeter",
"name": "IBM MQ Support",
Expand Down Expand Up @@ -1286,6 +1336,10 @@
"0.7.6": {
"downloadUrl": "https://github.com/Blazemeter/CitrixPlugin/releases/download/0.7.6/citrix-jmeter-0.7.6.jar",
"depends":["jmeter-core", "jmeter-components", "jmeter-http"]
},
"0.7.7": {
"downloadUrl": "https://github.com/Blazemeter/CitrixPlugin/releases/download/0.7.7/citrix-jmeter-0.7.7.jar",
"depends":["jmeter-core", "jmeter-components", "jmeter-http"]
}
}
}
Expand Down
7 changes: 7 additions & 0 deletions site/dat/repo/self.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@
"libs": {
"cmdrunner>=2.3": "https://search.maven.org/remotecontent?filepath=kg/apc/cmdrunner/2.3/cmdrunner-2.3.jar"
}
},
"1.10": {
"changes": "Detect missing classes of BackendListener",
"downloadUrl": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-manager/1.10/jmeter-plugins-manager-1.10.jar",
"libs": {
"cmdrunner>=2.3": "https://search.maven.org/remotecontent?filepath=kg/apc/cmdrunner/2.3/cmdrunner-2.3.jar"
}
}
}
}
Expand Down
70 changes: 67 additions & 3 deletions site/dat/repo/various.json
Original file line number Diff line number Diff line change
Expand Up @@ -816,8 +816,8 @@
{
"id": "ulp-jmeter-videostreaming-plugin",
"name": "UbikLoadPack Video Streaming plugin",
"description": "Plugin which provides the ability to easily load test servers delivering Adaptive Bitrate Streaming (ABR). It supports the following implementations: Low Latency Mpeg-Dash, Mpeg-Dash, Apple HLS / Low-Latency HLS (LL-HLS), Microsoft Smooth (HSS) and Adobe HDS. Both Live and VOD streams are automatically handled. The plugin realistically simulates players and outputs video specific metrics allowing you to analyze User Experience. It supports HTTP 1.1 and HTTP/2 (since version 9.0.1)",
"screenshotUrl": "https://ubikloadpack.com/plugins/ulp-jmeter-streaming-plugin/ulp_vs_screenshot_800.png",
"description": "Plugin which provides the ability to easily load test servers delivering Adaptive Bitrate Streaming (ABR). It supports the following implementations: Low Latency Mpeg-Dash, Mpeg-Dash, Apple HLS / Low-Latency HLS (LL-HLS), Microsoft Smooth (HSS) and Adobe HDS. Both Live and VOD streams are automatically handled. The plugin realistically simulates players and outputs video specific metrics allowing you to analyze User Experience. It supports HTTP 1.1 and HTTP/2. It also allows to simulate CDN behaviour with Video Streams.",
"screenshotUrl": "https://ubikloadpack.com/plugins/ulp-jmeter-streaming-plugin/ulp_vs_screenshot_910.png",
"helpUrl": "https://www.ubik-ingenierie.com/blog/ubikloadpack-streaming-plugin-help/",
"vendor": "UbikLoadPack by Ubik-Ingenierie",
"markerClass": "com.ubikingenierie.jmeter.plugin.hls.sampler.HLSSampler",
Expand All @@ -826,8 +826,23 @@
"com.ubikingenierie.jmeter.plugin.hls.gui.HLSSamplerGUI"
],
"versions": {
"9.1.4": {
"changes": "bug fixes, release notes at https://www.ubik-ingenierie.com/blog/release-of-ubikloadpack-video-streaming-plugin-9-1/",
"downloadUrl": "https://ubikloadpack.com/plugins/ulp-jmeter-streaming-plugin/9.1.4/ubik-jmeter-videostreaming-plugin-9.1.4.jar",
"depends":["jmeter-core", "jmeter-components", "jmeter-http"]
},
"9.1.3": {
"changes": "Trigger Low Latency Dash based on availabilityTimeComplete tag, release notes at https://www.ubik-ingenierie.com/blog/release-of-ubikloadpack-video-streaming-plugin-9-1/",
"downloadUrl": "https://ubikloadpack.com/plugins/ulp-jmeter-streaming-plugin/9.1.3/ubik-jmeter-videostreaming-plugin-9.1.3.jar",
"depends":["jmeter-core", "jmeter-components", "jmeter-http"]
},
"9.1.2": {
"changes": "Introduce CDN Caching simulator, improve reporting, increase accuracy of simulation, bug fixes on DASH and audio streams, release notes at https://www.ubik-ingenierie.com/blog/release-of-ubikloadpack-video-streaming-plugin-9-1/",
"downloadUrl": "https://ubikloadpack.com/plugins/ulp-jmeter-streaming-plugin/9.1.2/ubik-jmeter-videostreaming-plugin-9.1.2.jar",
"depends":["jmeter-core", "jmeter-components", "jmeter-http"]
},
"9.0.1": {
"changes": "Add support for HTTP/2, this version now requires JAVA 11 or higher",
"changes": "Add support for HTTP/2, this version now requires JAVA 11 or higher, release notes at https://www.ubik-ingenierie.com/blog/release-of-ubikloadpack-video-streaming-plugin-9-1/",
"downloadUrl": "https://ubikloadpack.com/plugins/ulp-jmeter-streaming-plugin/9.0.1/ubik-jmeter-videostreaming-plugin-9.0.1.jar",
"depends":["jmeter-core", "jmeter-components", "jmeter-http"]
},
Expand Down Expand Up @@ -1393,6 +1408,12 @@
"org.datadog.jmeter.plugins.metrics.ConcurrentAggregator"
],
"versions": {
"0.4.0": {
"downloadUrl": "https://github.com/DataDog/jmeter-datadog-backend-listener/releases/download/0.4.0/jmeter-datadog-backend-listener-0.4.0.jar",
"depends": [
"jmeter-core"
]
},
"0.3.1": {
"downloadUrl": "https://github.com/DataDog/jmeter-datadog-backend-listener/releases/download/0.3.1/jmeter-datadog-backend-listener-0.3.1.jar",
"depends": [
Expand Down Expand Up @@ -1659,6 +1680,10 @@
"1.2.3": {
"changes": "<ul><li>Support multithreading group.</li></ul>",
"downloadUrl": "https://github.com/LeeBaul/baolu-csv-data-file-config/releases/download/v1.2.3/baolu-csv-data-file-config-1.2.3.jar"
},
"1.2.4": {
"changes": "<ul><li>Fix null pointer exception in distributed mode.</li><li>Resolve Chinese garbled code.</li><li>Solving the bug of multithreaded groups with the same parameter values in distributed mode.</li></ul>",
"downloadUrl": "https://github.com/LeeBaul/baolu-csv-data-file-config/releases/download/v1.2.4/baolu-csv-data-file-config-1.2.4.jar"
}
}
},
Expand Down Expand Up @@ -1916,6 +1941,30 @@
"depends": [
"jmeter-core"
]
},
"1.0.1": {
"downloadUrl": "https://github.com/bobcode99/jmeter-rapi-plugin/releases/download/v1.0.1/rapi-jmeter-plugins-1.0.1.jar",
"libs": {
"opencsv": "https://repo1.maven.org/maven2/com/opencsv/opencsv/5.7.1/opencsv-5.7.1.jar",
"json-simple": "https://repo1.maven.org/maven2/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar",
"rapi-api-java": "https://github.com/bobcode99/jmeter-rapi-plugin/releases/download/v1.0.1/rapi-api-java-1.0.1.jar",
"rapi-jmeter-report": "https://github.com/bobcode99/jmeter-rapi-plugin/releases/download/v1.0.1/rapi-jmeter-report-1.0.4.jar"
},
"depends": [
"jmeter-core"
]
},
"1.0.2": {
"downloadUrl": "https://github.com/bobcode99/jmeter-rapi-plugin/releases/download/v1.0.2/rapi-jmeter-plugins-1.0.2.jar",
"libs": {
"opencsv": "https://repo1.maven.org/maven2/com/opencsv/opencsv/5.7.1/opencsv-5.7.1.jar",
"json-simple": "https://repo1.maven.org/maven2/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar",
"rapi-api-java": "https://github.com/bobcode99/jmeter-rapi-plugin/releases/download/v1.0.2/rapi-api-java-1.0.1.jar",
"rapi-jmeter-report": "https://github.com/bobcode99/jmeter-rapi-plugin/releases/download/v1.0.2/rapi-jmeter-report-1.0.4.jar"
},
"depends": [
"jmeter-core"
]
}
}
},
Expand Down Expand Up @@ -1966,5 +2015,20 @@
"downloadUrl": "https://github.com/vdaburon/JUnitReportKpiCompareJMeterReportCsv/releases/download/V1.2/junit-reporter-kpi-compare-jmeter-report-csv-1.2-jar-with-dependencies.jar"
}
}
},
{
"id": "jwt-preProcessor",
"name": "JWT PreProcessor",
"description": "This is a Jmeter pre-processor plugin that can generate Java Web Token",
"screenshotUrl": "https://github.com/sashikaR/jwt-preProcessor/blob/master/images/image-6.png",
"helpUrl": "https://github.com/sashikaR/jwt-preProcessor",
"vendor": "Sashika Rangoda",
"markerClass": "sr.jmeter.jwt.preprocessor.JwtPreProcessor",
"versions": {
"1.0.2": {
"changes": "First version for jmeter-plugin repo",
"downloadUrl": "https://github.com/sashikaR/jwt-preProcessor/releases/download/v1.0.2/jmeter_plugins_jwt_pre_processor-1.0-SNAPSHOT.jar"
}
}
}
]

0 comments on commit f9d6b1c

Please sign in to comment.