This API allows you to get download URLs for load test stats. Stats URLs are not available until the test has completed.
Returns a hash of download URL, including:
serverStats
CSV of the stats per server.
avgRespTime
CSV of the average response time per second.
avgRespTimePerPage
CSV of the average response time per page per second.
cpuUsage
CSV of the CPU usage per server per second.
netIn
CSV of the network bytes in per second.
netOut
CSV of the network bytes out per second.
memFree
CSV of free memory in KB per second.
diskAvail
CSV of available disk space in KB per second.
merged
URL to download the merged JTL file for Apache JMeter tests.
report
URL to download the merged JMeter or Gatling generated report .
outputFiles
Array of objects for each test agent with a link to the output tar file.
{
url: string `` URL to download output only valid for 15 minutes
serverId : int `` reference to your test agent server
}