Apache JMeter · Example Payload

Rest Api Test Results Example

API TestingJavaLoad TestingOpen SourcePerformance TestingStress Testing

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

Top-level fields

testIdtotalRequestserrorCountaverageResponseTimeminResponseTimemaxResponseTimepercentile90throughput

Example Payload

Raw ↑
{
  "testId": "test-1234",
  "totalRequests": 10000,
  "errorCount": 50,
  "averageResponseTime": 250.5,
  "minResponseTime": 50.0,
  "maxResponseTime": 5000.0,
  "percentile90": 500.0,
  "throughput": 148.7
}