diff --git a/plugins/tst/src/main/java/kg/apc/jmeter/timers/VariableThroughputTimer.java b/plugins/tst/src/main/java/kg/apc/jmeter/timers/VariableThroughputTimer.java index 58ac8d046..3fba51459 100644 --- a/plugins/tst/src/main/java/kg/apc/jmeter/timers/VariableThroughputTimer.java +++ b/plugins/tst/src/main/java/kg/apc/jmeter/timers/VariableThroughputTimer.java @@ -85,7 +85,7 @@ public VariableThroughputTimer() { */ public synchronized long delay() { while (true) { - long curTimeMs = System.currentTimeMillis(); + long curTimeMs = System.nanoTime() / 1_000_000; long millisSinceLastSecond = curTimeMs % 1000; long nowInMsRoundedAtSec = curTimeMs - millisSinceLastSecond; checkNextSecond(nowInMsRoundedAtSec); diff --git a/site/dat/repo/blazemeter.json b/site/dat/repo/blazemeter.json index 3686c4802..5c32e2f6f 100644 --- a/site/dat/repo/blazemeter.json +++ b/site/dat/repo/blazemeter.json @@ -1414,6 +1414,40 @@ "depends": [ "bzm-repositories" ] + }, + "3.0": { + "changes": "Siebel components removed and many bug fixes!", + "downloadUrl": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v3.0/jmeter-bzm-correlation-recorder-3.0.jar", + "libs": { + "jackson-dataformat-xml>=2.10.3": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v3.0/jackson-dataformat-xml-2.10.3.jar", + "jackson-annotations>=2.13.3": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v3.0/jackson-annotations-2.13.0.jar", + "jackson-databind>=2.10.3": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v3.0/jackson-databind-2.10.3.jar", + "jackson-core>=2.13.3": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v3.0/jackson-core-2.13.3.jar", + "jackson-module-jaxb-annotations>=2.10.3": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v3.0/jackson-module-jaxb-annotations-2.10.3.jar", + "jmeter-bzm-commons>=0.2.1": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v3.0/jmeter-bzm-commons-0.2.1.jar", + "json>=20190722": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v3.0/json-20190722.jar", + "maven-artifact>=3.8.4": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v3.0/maven-artifact-3.8.4.jar" + }, + "depends": [ + "bzm-repositories" + ] + }, + "3.1": { + "changes": "Many improvements in generation of suggestions from templates!", + "downloadUrl": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v3.1/jmeter-bzm-correlation-recorder-3.1.jar", + "libs": { + "jackson-dataformat-xml>=2.10.3": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v3.1/jackson-dataformat-xml-2.10.3.jar", + "jackson-annotations>=2.13.3": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v3.1/jackson-annotations-2.13.3.jar", + "jackson-databind>=2.10.3": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v3.1/jackson-databind-2.10.3.jar", + "jackson-core>=2.13.3": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v3.1/jackson-core-2.13.3.jar", + "jackson-module-jaxb-annotations>=2.10.3": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v3.1/jackson-module-jaxb-annotations-2.10.3.jar", + "jmeter-bzm-commons>=0.2.1": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v3.1/jmeter-bzm-commons-0.2.1.jar", + "json>=20190722": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v3.1/json-20190722.jar", + "maven-artifact>=3.8.4": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v3.1/maven-artifact-3.8.4.jar" + }, + "depends": [ + "bzm-repositories" + ] } } }, @@ -1435,6 +1469,9 @@ }, "1.2": { "downloadUrl": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.3/bzm-repositories-plugin-1.2.jar" + }, + "1.3": { + "downloadUrl": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v3.0/bzm-repositories-plugin-1.3.jar" } } }, diff --git a/site/dat/repo/jpgc-plugins.json b/site/dat/repo/jpgc-plugins.json index 3646ac129..4ccb1b982 100644 --- a/site/dat/repo/jpgc-plugins.json +++ b/site/dat/repo/jpgc-plugins.json @@ -1353,6 +1353,59 @@ "selenium-remote-driver": "https://search.maven.org/remotecontent?filepath=org/seleniumhq/selenium/selenium-remote-driver/4.13.0/selenium-remote-driver-4.13.0.jar", "selenium-support": "https://search.maven.org/remotecontent?filepath=org/seleniumhq/selenium/selenium-support/4.13.0/selenium-support-4.13.0.jar" } + }, + "4.13.0.2": { + "changes": "Update of WebDriver Sampler default code (startTime & endTime calls commented out).", + "downloadUrl": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-webdriver/4.13.0.2/jmeter-plugins-webdriver-4.13.0.2.jar", + "libs": { + "async-http-client": "https://search.maven.org/remotecontent?filepath=org/asynchttpclient/async-http-client/2.12.3/async-http-client-2.12.3.jar", + "async-http-client-netty-utils": "https://search.maven.org/remotecontent?filepath=org/asynchttpclient/async-http-client-netty-utils/2.12.3/async-http-client-netty-utils-2.12.3.jar", + "commons-exec": "https://search.maven.org/remotecontent?filepath=org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar", + "failsafe": "https://search.maven.org/remotecontent?filepath=dev/failsafe/failsafe/3.3.2/failsafe-3.3.2.jar", + "guava": "https://search.maven.org/remotecontent?filepath=com/google/guava/guava/32.1.3-jre/guava-32.1.3-jre.jar", + "htmlunit": "https://search.maven.org/remotecontent?filepath=net/sourceforge/htmlunit/htmlunit/2.70.0/htmlunit-2.70.0.jar", + "htmlunit-core-js": "https://search.maven.org/remotecontent?filepath=net/sourceforge/htmlunit/htmlunit-core-js/2.70.0/htmlunit-core-js-2.70.0.jar", + "htmlunit-cssparser": "https://search.maven.org/remotecontent?filepath=net/sourceforge/htmlunit/htmlunit-cssparser/1.14.0/htmlunit-cssparser-1.14.0.jar", + "htmlunit-driver": "https://search.maven.org/remotecontent?filepath=org/seleniumhq/selenium/htmlunit-driver/4.13.0/htmlunit-driver-4.13.0.jar", + "htmlunit-xpath": "https://search.maven.org/remotecontent?filepath=net/sourceforge/htmlunit/htmlunit-xpath/2.70.0/htmlunit-xpath-2.70.0.jar", + "jmeter-plugins-cmn-jmeter": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.7/jmeter-plugins-cmn-jmeter-0.7.jar", + "neko-htmlunit": "https://search.maven.org/remotecontent?filepath=net/sourceforge/htmlunit/neko-htmlunit/2.70.0/neko-htmlunit-2.70.0.jar", + "netty-buffer": "https://search.maven.org/remotecontent?filepath=io/netty/netty-buffer/4.1.100.Final/netty-buffer-4.1.100.Final.jar", + "netty-codec": "https://search.maven.org/remotecontent?filepath=io/netty/netty-codec/4.1.100.Final/netty-codec-4.1.100.Final.jar", + "netty-codec-http": "https://search.maven.org/remotecontent?filepath=io/netty/netty-codec-http/4.1.100.Final/netty-codec-http-4.1.100.Final.jar", + "netty-common": "https://search.maven.org/remotecontent?filepath=io/netty/netty-common/4.1.100.Final/netty-common-4.1.100.Final.jar", + "netty-handler": "https://search.maven.org/remotecontent?filepath=io/netty/netty-handler/4.1.100.Final/netty-handler-4.1.100.Final.jar", + "netty-reactive-streams": "https://search.maven.org/remotecontent?filepath=com/typesafe/netty/netty-reactive-streams/2.0.10/netty-reactive-streams-2.0.10.jar", + "netty-resolver": "https://search.maven.org/remotecontent?filepath=io/netty/netty-resolver/4.1.100.Final/netty-resolver-4.1.100.Final.jar", + "netty-transport": "https://search.maven.org/remotecontent?filepath=io/netty/netty-transport/4.1.100.Final/netty-transport-4.1.100.Final.jar", + "okhttp": "https://search.maven.org/remotecontent?filepath=com/squareup/okhttp3/okhttp/4.12.0/okhttp-4.12.0.jar", + "okio-jvm": "https://search.maven.org/remotecontent?filepath=com/squareup/okio/okio-jvm/3.6.0/okio-jvm-3.6.0.jar", + "opentelemetry-api": "https://search.maven.org/remotecontent?filepath=io/opentelemetry/opentelemetry-api/1.31.0/opentelemetry-api-1.31.0.jar", + "opentelemetry-api-events": "https://search.maven.org/remotecontent?filepath=io/opentelemetry/opentelemetry-api-events/1.31.0-alpha/opentelemetry-api-events-1.31.0-alpha.jar", + "opentelemetry-context": "https://search.maven.org/remotecontent?filepath=io/opentelemetry/opentelemetry-context/1.31.0/opentelemetry-context-1.31.0.jar", + "opentelemetry-exporter-common": "https://search.maven.org/remotecontent?filepath=io/opentelemetry/opentelemetry-exporter-common/1.31.0/opentelemetry-exporter-common-1.31.0.jar", + "opentelemetry-exporter-otlp": "https://search.maven.org/remotecontent?filepath=io/opentelemetry/opentelemetry-exporter-otlp/1.31.0/opentelemetry-exporter-otlp-1.31.0.jar", + "opentelemetry-exporter-otlp-common": "https://search.maven.org/remotecontent?filepath=io/opentelemetry/opentelemetry-exporter-otlp-common/1.31.0/opentelemetry-exporter-otlp-common-1.31.0.jar", + "opentelemetry-sdk": "https://search.maven.org/remotecontent?filepath=io/opentelemetry/opentelemetry-sdk/1.31.0/opentelemetry-sdk-1.31.0.jar", + "opentelemetry-sdk-common": "https://search.maven.org/remotecontent?filepath=io/opentelemetry/opentelemetry-sdk-common/1.31.0/opentelemetry-sdk-common-1.31.0.jar", + "opentelemetry-sdk-extension-autoconfigure": "https://search.maven.org/remotecontent?filepath=io/opentelemetry/opentelemetry-sdk-extension-autoconfigure/1.31.0/opentelemetry-sdk-extension-autoconfigure-1.31.0.jar", + "opentelemetry-sdk-extension-autoconfigure-spi": "https://search.maven.org/remotecontent?filepath=io/opentelemetry/opentelemetry-sdk-extension-autoconfigure-spi/1.31.0/opentelemetry-sdk-extension-autoconfigure-spi-1.31.0.jar", + "opentelemetry-sdk-logs": "https://search.maven.org/remotecontent?filepath=io/opentelemetry/opentelemetry-sdk-logs/1.31.0/opentelemetry-sdk-logs-1.31.0.jar", + "opentelemetry-sdk-metrics": "https://search.maven.org/remotecontent?filepath=io/opentelemetry/opentelemetry-sdk-metrics/1.31.0/opentelemetry-sdk-metrics-1.31.0.jar", + "opentelemetry-sdk-trace": "https://search.maven.org/remotecontent?filepath=io/opentelemetry/opentelemetry-sdk-trace/1.31.0/opentelemetry-sdk-trace-1.31.0.jar", + "opentelemetry-semconv": "https://search.maven.org/remotecontent?filepath=io/opentelemetry/opentelemetry-semconv/1.30.1-alpha/opentelemetry-semconv-1.30.1-alpha.jar", + "selenium-api": "https://search.maven.org/remotecontent?filepath=org/seleniumhq/selenium/selenium-api/4.13.0/selenium-api-4.13.0.jar", + "selenium-chrome-driver": "https://search.maven.org/remotecontent?filepath=org/seleniumhq/selenium/selenium-chrome-driver/4.13.0/selenium-chrome-driver-4.13.0.jar", + "selenium-chromium-driver": "https://search.maven.org/remotecontent?filepath=org/seleniumhq/selenium/selenium-chromium-driver/4.13.0/selenium-chromium-driver-4.13.0.jar", + "selenium-edge-driver": "https://search.maven.org/remotecontent?filepath=org/seleniumhq/selenium/selenium-edge-driver/4.13.0/selenium-edge-driver-4.13.0.jar", + "selenium-firefox-driver": "https://search.maven.org/remotecontent?filepath=org/seleniumhq/selenium/selenium-firefox-driver/4.13.0/selenium-firefox-driver-4.13.0.jar", + "selenium-http": "https://search.maven.org/remotecontent?filepath=org/seleniumhq/selenium/selenium-http/4.13.0/selenium-http-4.13.0.jar", + "selenium-ie-driver": "https://search.maven.org/remotecontent?filepath=org/seleniumhq/selenium/selenium-ie-driver/4.13.0/selenium-ie-driver-4.13.0.jar", + "selenium-json": "https://search.maven.org/remotecontent?filepath=org/seleniumhq/selenium/selenium-json/4.13.0/selenium-json-4.13.0.jar", + "selenium-os": "https://search.maven.org/remotecontent?filepath=org/seleniumhq/selenium/selenium-os/4.13.0/selenium-os-4.13.0.jar", + "selenium-remote-driver": "https://search.maven.org/remotecontent?filepath=org/seleniumhq/selenium/selenium-remote-driver/4.13.0/selenium-remote-driver-4.13.0.jar", + "selenium-support": "https://search.maven.org/remotecontent?filepath=org/seleniumhq/selenium/selenium-support/4.13.0/selenium-support-4.13.0.jar" + } } } }, diff --git a/site/dat/repo/various.json b/site/dat/repo/various.json index 99a4604ee..793243e2f 100644 --- a/site/dat/repo/various.json +++ b/site/dat/repo/various.json @@ -206,6 +206,26 @@ } } }, + { + "id": "tilln-cors-plugin", + "name": "CORS Pre-Processor", + "description": "CORS Pre-Processor makes preflight requests for cross-origin HTTP requests if required, based on request method and headers, and mimics a browser's preflight cache to avoid unnecessary requests.", + "screenshotUrl": "https://raw.githubusercontent.com/tilln/jmeter-cors-plugin/main/docs/cors-preprocessor.png", + "helpUrl": "https://github.com/tilln/jmeter-cors-plugin", + "vendor": "Till Neunast", + "markerClass": "nz.co.breakpoint.jmeter.modifiers.CorsPreProcessor", + "componentClasses": [ + "nz.co.breakpoint.jmeter.modifiers.CorsPreProcessor" + ], + "versions": { + "1.0": { + "downloadUrl": "https://github.com/tilln/jmeter-cors-plugin/releases/download/1.0/jmeter-cors-plugin-1.0.jar", + "depends": [ + "jmeter-core" + ] + } + } + }, { "id": "tilln-formman", "name": "HTTP Form Manager", @@ -1442,6 +1462,20 @@ "snappy-java": "https://repo1.maven.org/maven2/org/xerial/snappy/snappy-java/1.1.8.4/snappy-java-1.1.8.4.jar", "zstd-jni-1.5.2-1": "https://repo1.maven.org/maven2/com/github/luben/zstd-jni/1.5.2-1/zstd-jni-1.5.2-1.jar" } + }, + "1.3": { + "changes": "Fixes serilizer and deserializer issues", + "depends": [ + "jmeter-core" + ], + "downloadUrl": "https://github.com/rollno748/di-kafkameter/releases/download/1.3/di-kafkameter-1.3.jar", + "libs": { + "kafka-clients": "https://repo1.maven.org/maven2/org/apache/kafka/kafka-clients/3.3.1/kafka-clients-3.3.1.jar", + "guava": "https://repo1.maven.org/maven2/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar", + "lz4-java": "https://repo1.maven.org/maven2/org/lz4/lz4-java/1.8.0/lz4-java-1.8.0.jar", + "snappy-java": "https://repo1.maven.org/maven2/org/xerial/snappy/snappy-java/1.1.8.4/snappy-java-1.1.8.4.jar", + "zstd-jni-1.5.2-1": "https://repo1.maven.org/maven2/com/github/luben/zstd-jni/1.5.2-1/zstd-jni-1.5.2-1.jar" + } } } }, @@ -1968,9 +2002,28 @@ "5.2": { "changes": "Correct extract parameters for mime type 'form-urlencoded' ended with charset likes 'application/x-www-form-urlencoded; charset=xxx'", "downloadUrl": "https://github.com/vdaburon/har-convertor-jmeter-plugin/releases/download/v5.2/har-convertor-jmeter-plugin-5.2-jar-with-dependencies.jar" + }, + "6.0": { + "changes": "Add View Result Tree to view the recording xml file", + "downloadUrl": "https://github.com/vdaburon/har-convertor-jmeter-plugin/releases/download/v6.0/har-convertor-jmeter-plugin-6.0-jar-with-dependencies.jar" } } }, + { + "id": "vdn-pacing-jmeter-plugin", + "name": "vdn@github - pacing-jmeter-plugin", + "description": "Add Pacing to JMeter, compute a pause for the pacing duration since thread start iteration or since start time in a variable", + "helpUrl": "https://github.com/vdaburon/pacing-jmeter-plugin", + "screenshotUrl": "https://github.com/vdaburon/pacing-jmeter-plugin/raw/main/doc/pacing_logo.png", + "vendor": "Vincent DABURON", + "markerClass": "io.github.vdaburon.jmeterplugins.pacing.PacingStart", + "versions": { + "1.0": { + "changes": "First Version, add Pacing Start Sampler and Pacing Pause Sampler", + "downloadUrl": "https://github.com/vdaburon/pacing-jmeter-plugin/releases/download/v1.0/pacing-jmeter-plugin-1.0.jar" + } + } + }, { "id": "jwt-preProcessor", "name": "JWT PreProcessor", @@ -1990,12 +2043,37 @@ } } }, + { + "id": "rbourga-jmeter-plugins-apdexcalculator", + "name": "Apdex Score Calculation", + "description": "Calculates the Apdex score of Samplers for a given Satisfied Threshold.", + "screenshotUrl": "https://github.com/rbourga/rbourga-jmeter-plugins/blob/v1.2.0/QualityAnalysis/Apdex/wiki/images/Screenshot.png", + "helpUrl": "https://github.com/rbourga/rbourga-jmeter-plugins/wiki/APDEX-Score-Calculator", + "vendor": "Robert Bourgault du Coudray", + "markerClass": "com.github.rbourga.jmeter.apdex.logic.ApdexLogic", + "componentClasses": [ + "com.github.rbourga.jmeter.apdex.gui.ApdexGui", + "kg.apc.cmdtools.ApdexTool" + ], + "versions": { + "1.2.0": { + "downloadUrl": "https://github.com/rbourga/rbourga-jmeter-plugins/releases/download/v1.2.0/jmeter-plugins-apdexcalculator-1.2.0.jar", + "changes": "Initial release - replaces Apdex & Coefficient of Variation plugin.", + "libs": { + "jmeter-plugins-cmn-jmeter>=0.7": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.7/jmeter-plugins-cmn-jmeter-0.7.jar", + "jmeter-plugins-comm": "https://github.com/rbourga/rbourga-jmeter-plugins/releases/download/v1.2.0/jmeter-plugins-comm-1.2.0.jar", + "commons-csv": "https://repo1.maven.org/maven2/org/apache/commons/commons-csv/1.11.0/commons-csv-1.11.0.jar" + }, + "depends":["jmeter-core"] + } + } + }, { "id": "rbourga-jmeter-plugins-apdexcovcalculator", - "name": "Apdex & Coefficient of Variation", - "description": "Calculates the Apdex score of Samplers for a given Satisfied Threshold as well as their Coefficient of Variation.", - "screenshotUrl": "https://github.com/rbourga/rbourga-jmeter-plugins/blob/main/QualityAnalysis/ApdexCov/wiki/images/Screenshot.png", - "helpUrl": "https://github.com/rbourga/rbourga-jmeter-plugins/wiki/APDEX-Score-and-Coefficient-of-Variation-Calculator", + "name": "Apdex & Coefficient of Variation (Deprecated)", + "description": "[Deprecated in favor of Apdex Score Calculation] Calculates the Apdex score of Samplers for a given Satisfied Threshold as well as their Coefficient of Variation.", + "screenshotUrl": "https://github.com/rbourga/rbourga-jmeter-plugins/blob/v1.2.0/QualityAnalysis/Apdex/wiki/images/Screenshot.png", + "helpUrl": "https://github.com/rbourga/rbourga-jmeter-plugins/wiki/APDEX-Score-Calculator", "vendor": "Robert Bourgault du Coudray", "markerClass": "com.github.rbourga.jmeter.apdexcov.logic.ApdexCoVLogic", "componentClasses": [ @@ -2019,7 +2097,7 @@ "id": "rbourga-jmeter-plugins-cohendeffectsize", "name": "Cohen's d Results Comparison", "description": "Measures the magnitude of the difference between two test results using Cohen's d.", - "screenshotUrl": "https://github.com/rbourga/rbourga-jmeter-plugins/blob/main/ResultsComparison/CohenDEffectSize/wiki/images/Screenshot.png", + "screenshotUrl": "https://github.com/rbourga/rbourga-jmeter-plugins/blob/v1.2.0/ResultsComparison/CohenDEffectSize/wiki/images/Screenshot.png", "helpUrl": "https://github.com/rbourga/rbourga-jmeter-plugins/wiki/Results-Comparison", "vendor": "Robert Bourgault du Coudray", "markerClass": "com.github.rbourga.jmeter.effectsize.logic.CohenDEffectSizeLogic", @@ -2037,14 +2115,62 @@ "commons-csv": "https://repo1.maven.org/maven2/org/apache/commons/commons-csv/1.10.0/commons-csv-1.10.0.jar" }, "depends":["jmeter-core"] + }, + "1.2.0": { + "downloadUrl": "https://github.com/rbourga/rbourga-jmeter-plugins/releases/download/v1.2.0/jmeter-plugins-cohendeffectsize-1.2.0.jar", + "changes": "Lib updates.", + "libs": { + "jmeter-plugins-cmn-jmeter>=0.7": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.7/jmeter-plugins-cmn-jmeter-0.7.jar", + "jmeter-plugins-comm": "https://github.com/rbourga/rbourga-jmeter-plugins/releases/download/v1.2.0/jmeter-plugins-comm-1.2.0.jar", + "commons-csv": "https://repo1.maven.org/maven2/org/apache/commons/commons-csv/1.11.0/commons-csv-1.11.0.jar" + }, + "depends":["jmeter-core"] } } }, + { + "id": "jmeter-plugins-modalitycovcheck", + "name": "Coefficient of Variation and Modality Check", + "description": "Checks for multimodality and the level of variation of the test results.", + "screenshotUrl": "https://github.com/rbourga/rbourga-jmeter-plugins/blob/v1.2.0/QualityAnalysis/MultimodalityCov/wiki/images/Screenshot.png", + "helpUrl": "https://github.com/rbourga/rbourga-jmeter-plugins/wiki/Modality-and-Coefficient-of-Variation", + "vendor": "Robert Bourgault du Coudray", + "markerClass": "com.github.rbourga.jmeter.multimodalitycov.logic.MultimodalityCoVLogic", + "componentClasses": [ + "com.github.rbourga.jmeter.multimodalitycov.gui.MultimodalityCoVGui", + "com.github.rbourga.jmeter.multimodalitycov.maths.MValueCalculator", + "kg.apc.cmdtools.ModalityCoVTool" + ], + "versions": { + "1.2.0": { + "downloadUrl": "https://github.com/rbourga/rbourga-jmeter-plugins/releases/download/v1.2.0/jmeter-plugins-modalitycovcheck-1.2.0.jar", + "changes": "Initial release.", + "libs": { + "jmeter-plugins-cmn-jmeter>=0.7": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.7/jmeter-plugins-cmn-jmeter-0.7.jar", + "jmeter-plugins-comm": "https://github.com/rbourga/rbourga-jmeter-plugins/releases/download/v1.2.0/jmeter-plugins-comm-1.2.0.jar", + "commons-csv": "https://repo1.maven.org/maven2/org/apache/commons/commons-csv/1.11.0/commons-csv-1.11.0.jar", + "jfreechart": "https://repo1.maven.org/maven2/org/jfree/jfreechart/1.5.5/jfreechart-1.5.5.jar" + }, + "depends":["jmeter-core"] + }, + "1.2.1": { + "downloadUrl": "https://github.com/rbourga/rbourga-jmeter-plugins/releases/download/v1.2.1/jmeter-plugins-modalitycovcheck-1.2.1.jar", + "changes": "Reduction of false positives by ensuring that the bin size is at least as large as the computed value.", + "libs": { + "jmeter-plugins-cmn-jmeter>=0.7": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.7/jmeter-plugins-cmn-jmeter-0.7.jar", + "jmeter-plugins-comm": "https://github.com/rbourga/rbourga-jmeter-plugins/releases/download/v1.2.0/jmeter-plugins-comm-1.2.0.jar", + "commons-csv": "https://repo1.maven.org/maven2/org/apache/commons/commons-csv/1.12.0/commons-csv-1.12.0.jar", + "jfreechart": "https://repo1.maven.org/maven2/org/jfree/jfreechart/1.5.5/jfreechart-1.5.5.jar" + }, + "depends":["jmeter-core"] + } + } + }, { "id": "rbourga-jmeter-plugins-tukeyoutlierdetector", "name": "Upper Outlier Removal", "description": "Detects outliers in the right tail using Tukey's fences and removes them.", - "screenshotUrl": "https://github.com/rbourga/rbourga-jmeter-plugins/blob/main/OutlierDetection/TukeyRightTailOutlierDetector/wiki/images/Screenshot.png", + "screenshotUrl": "https://github.com/rbourga/rbourga-jmeter-plugins/blob/v1.2.0/OutlierDetection/TukeyRightTailOutlierDetector/wiki/images/Screenshot.png", "helpUrl": "https://github.com/rbourga/rbourga-jmeter-plugins/wiki/Right-Tail-Outlier-Detection", "vendor": "Robert Bourgault du Coudray", "markerClass": "com.github.rbourga.jmeter.tukeyoutlierdetector.logic.TukeyOutlierDetectorLogic", @@ -2062,6 +2188,16 @@ "commons-csv": "https://repo1.maven.org/maven2/org/apache/commons/commons-csv/1.10.0/commons-csv-1.10.0.jar" }, "depends":["jmeter-core"] + }, + "1.2.0": { + "downloadUrl": "https://github.com/rbourga/rbourga-jmeter-plugins/releases/download/v1.2.0/jmeter-plugins-tukeyoutlierdetector-1.2.0.jar", + "changes": "Lib updates.", + "libs": { + "jmeter-plugins-cmn-jmeter>=0.7": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.7/jmeter-plugins-cmn-jmeter-0.7.jar", + "jmeter-plugins-comm": "https://github.com/rbourga/rbourga-jmeter-plugins/releases/download/v1.2.0/jmeter-plugins-comm-1.2.0.jar", + "commons-csv": "https://repo1.maven.org/maven2/org/apache/commons/commons-csv/1.11.0/commons-csv-1.11.0.jar" + }, + "depends":["jmeter-core"] } } },