Skip to content

Commit bf146cd

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents 46c7ed9 + dfe1416 commit bf146cd

4 files changed

Lines changed: 72 additions & 3 deletions

File tree

.DS_Store

6 KB
Binary file not shown.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ plugins/csl/bin/src/main/java/kg/apc/jmeter/reporters/ConsoleStatusLogger.class
2525
plugins/csl/bin/src/main/java/kg/apc/jmeter/reporters/ConsoleStatusLoggerGui.class
2626
plugins/csl/bin/src/test/java/kg/apc/jmeter/reporters/ConsoleStatusLoggerGuiTest.class
2727
plugins/csl/bin/src/test/java/kg/apc/jmeter/reporters/ConsoleStatusLoggerTest.class
28+
.DS_Store

plugins/.DS_Store

8 KB
Binary file not shown.

site/dat/repo/various.json

Lines changed: 71 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
11
[
2+
{
3+
"id": "io.github.sagaraggarwal86-configurable-aggregate-report",
4+
"name": "Configurable Aggregate Report",
5+
"description": "A listener configurable plugin to prepare report for configurable parameters for Apache JMeter",
6+
"screenshotUrl": "https://raw.githubusercontent.com/sagaraggarwal86/Configurable_Aggregate_Report/main/img.jpg",
7+
"helpUrl": "https://github.com/sagaraggarwal86/Configurable_Aggregate_Report/blob/main/README.md",
8+
"vendor": "Sagar Aggarwal",
9+
"markerClass": "com.personal.jmeter.listener.ListenerCollector",
10+
"componentClasses": [
11+
"com.personal.jmeter.listener.ListenerCollector",
12+
"com.personal.jmeter.listener.ListenerGUI"
13+
],
14+
"versions": {
15+
"1.1.0": {
16+
"changes": "Initial Release changes and Bug Fix for saving the Table",
17+
"downloadUrl": "https://repo1.maven.org/maven2/io/github/sagaraggarwal86/Configurable_Aggregate_Report/1.1.0/Configurable_Aggregate_Report-1.1.0.jar"
18+
}
19+
}
20+
},
221
{
322
"id": "ssh-sampler",
423
"name": "SSH Protocol Support",
@@ -1437,6 +1456,13 @@
14371456
"org.datadog.jmeter.plugins.metrics.ConcurrentAggregator"
14381457
],
14391458
"versions": {
1459+
"1.0.0": {
1460+
"changes": "Cumulative metrics, statistics calculation modes, assertion metrics, test run events",
1461+
"downloadUrl": "https://github.com/DataDog/jmeter-datadog-backend-listener/releases/download/1.0.0/jmeter-datadog-backend-listener-1.0.0.jar",
1462+
"depends": [
1463+
"jmeter-core"
1464+
]
1465+
},
14401466
"0.5.0": {
14411467
"downloadUrl": "https://github.com/DataDog/jmeter-datadog-backend-listener/releases/download/0.5.0/jmeter-datadog-backend-listener-0.5.0.jar",
14421468
"depends": [
@@ -2166,9 +2192,19 @@
21662192
"jackson-databind>=2.16.1": "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.jar",
21672193
"Saxon-HE>=12.3": "https://repo1.maven.org/maven2/net/sf/saxon/Saxon-HE/12.3/Saxon-HE-12.3.jar"
21682194
}
2195+
},
2196+
"10.0": {
2197+
"changes": "External file could be a JSON file created with 'HAR Transaction Marker' Chrome Plugin or CSV file",
2198+
"downloadUrl": "https://github.com/vdaburon/har-convertor-jmeter-plugin/releases/download/v10.0/har-convertor-jmeter-plugin-10.0-jar-with-dependencies.jar",
2199+
"libs": {
2200+
"jackson-core>=2.16.1": "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.jar",
2201+
"jackson-annotations>=2.16.1": "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.jar",
2202+
"jackson-databind>=2.16.1": "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.jar",
2203+
"Saxon-HE>=12.3": "https://repo1.maven.org/maven2/net/sf/saxon/Saxon-HE/12.3/Saxon-HE-12.3.jar"
2204+
}
21692205
}
2170-
}
2171-
},
2206+
}
2207+
},
21722208
{
21732209
"id": "vdn-pacing-jmeter-plugin",
21742210
"name": "vdn@github - pacing-jmeter-plugin",
@@ -2739,6 +2775,38 @@
27392775
"changes": "Initial release with correct package namespace (io.github.vasanthshanmugam)."
27402776
}
27412777
}
2778+
},
2779+
{
2780+
"id": "superkey",
2781+
"name": "SuperKey - JMeter Command Center",
2782+
"description": "JMeter Command Center",
2783+
"screenshotUrl": "https://raw.githubusercontent.com/QAInsights/superkey/refs/heads/main/images/add.png",
2784+
"helpUrl": "https://github.com/QAInsights/superkey",
2785+
"vendor": "QAInsights.com",
2786+
"markerClass": "io.github.naveenkumar.jmeter.superkey",
2787+
"componentClasses": [
2788+
"io.github.naveenkumar.jmeter.superkey.ComponentProvider"
2789+
],
2790+
"versions": {
2791+
"1.0.0": {
2792+
"downloadUrl": "https://github.com/QAInsights/superkey/releases/download/v1.0.0/superkey-jmeter-plugin-1.0-SNAPSHOT.jar",
2793+
"depends": ["jmeter-core", "jmeter-components"]
2794+
}
2795+
}
2796+
},
2797+
{
2798+
"id": "jtl-xls-smart-report",
2799+
"name": "JTL Excel Smart Report Generator",
2800+
"description": "Generate Excel SLA reports from JTL result files with transaction-wise metrics and P90 SLA validation.",
2801+
"vendor": "Rishav",
2802+
"helpUrl": "https://github.com/rishavsawarn/jmeter-jtl-xls-report-plugin",
2803+
"markerClass": "com.example.jmeter.plugin.JtlToXlsListener",
2804+
"screenshotUrl": "https://raw.githubusercontent.com/rishavsawarn/jmeter-jtl-xls-report-plugin/main/docs/Screenshot1.jpeg",
2805+
"versions": {
2806+
"1.0.0": {
2807+
"downloadUrl": "https://github.com/rishavsawarn/jmeter-jtl-xls-report-plugin/releases/download/v1.0.0/jtl-xls-plugin-1.0.jar"
2808+
}
2809+
}
27422810
}
27432811

2744-
]
2812+
]

0 commit comments

Comments
 (0)