Apache JMeter · Example Payload

Rest Api Test Status Example

API TestingJavaLoad TestingOpen SourcePerformance TestingStress Testing

Rest Api Test Status Example is an example object payload from Apache JMeter, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

testIdstatusactiveThreadselapsedTimethroughputerrorRate

Example Payload

Raw ↑
{
  "testId": "test-1234",
  "status": "running",
  "activeThreads": 100,
  "elapsedTime": 30000,
  "throughput": 150.5,
  "errorRate": 0.5
}