Skip to content

Instantly share code, notes, and snippets.

@ldemailly
Created December 5, 2017 02:44
Show Gist options
  • Save ldemailly/2801206446ace7c311d5212db0c23f7b to your computer and use it in GitHub Desktop.
Save ldemailly/2801206446ace7c311d5212db0c23f7b to your computer and use it in GitHub Desktop.
sample JSON result
{
"Labels": "Fortio",
"StartTime": "2017-12-04T18:43:37.69727175-08:00",
"RequestedQPS": "1000",
"RequestedDuration": "3s",
"ActualQPS": 999.4486025402308,
"ActualDuration": 3001655105,
"NumThreads": 8,
"Version": "0.4.2",
"DurationHistogram": {
"Count": 3000,
"Min": 0.000109638,
"Max": 0.001701202,
"Sum": 1.0539140930000004,
"Avg": 0.00035130469766666677,
"StdDev": 0.00010412228155001295,
"Data": [
{
"Start": 0.000109638,
"End": 0.0002,
"Percent": 5.066666666666666,
"Count": 152
},
{
"Start": 0.0002,
"End": 0.00030000000000000003,
"Percent": 32.1,
"Count": 811
},
{
"Start": 0.00030000000000000003,
"End": 0.0004,
"Percent": 70.23333333333333,
"Count": 1144
},
{
"Start": 0.0004,
"End": 0.0005,
"Percent": 93.73333333333333,
"Count": 705
},
{
"Start": 0.0005,
"End": 0.0006000000000000001,
"Percent": 98.23333333333333,
"Count": 135
},
{
"Start": 0.0006000000000000001,
"End": 0.0007,
"Percent": 99.53333333333333,
"Count": 39
},
{
"Start": 0.0007,
"End": 0.0008,
"Percent": 99.9,
"Count": 11
},
{
"Start": 0.0009000000000000001,
"End": 0.001,
"Percent": 99.93333333333334,
"Count": 1
},
{
"Start": 0.0014,
"End": 0.0016,
"Percent": 99.96666666666667,
"Count": 1
},
{
"Start": 0.0016,
"End": 0.001701202,
"Percent": 100,
"Count": 1
}
],
"Percentiles": [
{
"Percentile": 50,
"Value": 0.0003469405594405595
},
{
"Percentile": 75,
"Value": 0.00042028368794326244
},
{
"Percentile": 99,
"Value": 0.000658974358974359
},
{
"Percentile": 99.9,
"Value": 0.0008
}
]
},
"RetCodes": {
"200": 3000
},
"Sizes": {
"Count": 3000,
"Min": 116,
"Max": 116,
"Sum": 348000,
"Avg": 116,
"StdDev": 0,
"Data": [
{
"Start": 116,
"End": 116,
"Percent": 100,
"Count": 3000
}
],
"Percentiles": [
{
"Percentile": 50,
"Value": 116
}
]
},
"HeaderSizes": {
"Count": 3000,
"Min": 116,
"Max": 116,
"Sum": 348000,
"Avg": 116,
"StdDev": 0,
"Data": [
{
"Start": 116,
"End": 116,
"Percent": 100,
"Count": 3000
}
],
"Percentiles": [
{
"Percentile": 50,
"Value": 116
}
]
},
"URL": "http://localhost:8080/echo"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment