-
Notifications
You must be signed in to change notification settings - Fork 4
JMeter Engine
Renaud Subiger edited this page Mar 17, 2022
·
2 revisions
Get the current status of the JMeter Enging (if it is running or not).
GET /rest/jmeter
Response
Status: 200 OK
{
"active": false
}
Stop the current running test execution if any.
POST /rest/jmeter/stop
Query Parameters
Name | Description |
---|---|
immediate |
Boolean that tell whether stop is immediate or wait for current sample end. Default: false . |
Response
Status: 204 No Content