Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions site/dat/repo/various.json
Original file line number Diff line number Diff line change
Expand Up @@ -3314,5 +3314,24 @@
"changes": "Initial release."
}
}
},
{
"id": "adaptive-throughput-timer",
"name": "Adaptive Throughput Timer",
"description": "A dynamic JMeter timer plugin that adjusts throughput (TPS) and thread count in real-time based on CSV-defined load profiles. Supports step-based, time-based, and default modes with automatic thread scaling. Features include 24-hour infinite execution cycling, dynamic CSV reload (check every 60 seconds), P90 latency monitoring, and comprehensive load profile visualization.",
"screenshotUrl": "https://github.com/bakthava/Adaptive-Throughput-Timer/raw/master/docs/screenshot.png",
"helpUrl": "https://github.com/bakthava/Adaptive-Throughput-Timer",
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where is all the source code of your plugin?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Source code is available on below link
https://github.com/bakthava/Adaptive-Throughput-Timer.git

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Screenshot does not exist

"vendor": "bakthava",
"markerClass": "com.adaptive.jmeter.plugins.AdaptiveTimerFromCSV",
"componentClasses": [
"com.adaptive.jmeter.plugins.AdaptiveTimerFromCSV",
"com.adaptive.jmeter.plugins.AdaptiveTimerFromCSVGui"
],
"versions": {
"1.0.0": {
"changes": "Initial release - Adaptive timer with CSV-based load profiles, dynamic thread scaling, 24-hour infinite execution, dynamic CSV reload feature with live modifications support",
"downloadUrl": "https://github.com/bakthava/Adaptive-Throughput-Timer/releases/download/v1.0.0/adaptive-throughput-timer-1.0.0.jar"
}
}
}
]
Loading