Skip to content

Instantly share code, notes, and snippets.

@aogriffiths
Forked from benjchristensen/index.html
Last active December 31, 2015 04:19
Show Gist options
  • Save aogriffiths/7933339 to your computer and use it in GitHub Desktop.
Save aogriffiths/7933339 to your computer and use it in GitHub Desktop.
Example line graph from JSON JMeter data

Simple gist for plotting time series json data that was generated by JMeter

See it as gist: Gist

See it as a block: Block

Run it on your own machine

git clone git@github.com:7933339.git
cd 7933339
python -mSimpleHTTPServer 2343
[
{
"timeStamp": 1386876494083,
"elapsed": 294.199,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 53.965,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 76,
"report_count": 1,
"throughput": 15.189,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e58f7ed190200436c90"
},
{
"timeStamp": 1386876684766,
"elapsed": 129.805,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 50.38,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 163,
"report_count": 1,
"throughput": 32.537,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f16f7ed190200437101"
},
{
"timeStamp": 1386876494495,
"elapsed": 126.006,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 51.093,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.982,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e58f7ed190200436c91"
},
{
"timeStamp": 1386876489086,
"elapsed": 305.726,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 50.742,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 70,
"report_count": 1,
"throughput": 13.941,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e52f7ed190200436c71"
},
{
"timeStamp": 1386876489491,
"elapsed": 319.108,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 54.408,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 79,
"report_count": 1,
"throughput": 15.792,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e53f7ed190200436c7a"
},
{
"timeStamp": 1386876489601,
"elapsed": 121.712,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 50.092,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.982,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e53f7ed190200436c79"
},
{
"timeStamp": 1386876489705,
"elapsed": 124.226,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 49.672,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.874,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e52f7ed190200436c70"
},
{
"timeStamp": 1386876484457,
"elapsed": 128.824,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 52.714,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.867,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e4df7ed190200436c3c"
},
{
"timeStamp": 1386876484055,
"elapsed": 313.707,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 53.778,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 78,
"report_count": 1,
"throughput": 15.534,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e4df7ed190200436c3b"
},
{
"timeStamp": 1386876484276,
"elapsed": 311.04,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 47.152,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 71,
"report_count": 1,
"throughput": 14.187,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e4ef7ed190200436c45"
},
{
"timeStamp": 1386876484459,
"elapsed": 124.986,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 50.406,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.976,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e4ef7ed190200436c44"
},
{
"timeStamp": 1386876478921,
"elapsed": 291.861,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 48.533,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 77,
"report_count": 1,
"throughput": 15.35,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e48f7ed190200436c20"
},
{
"timeStamp": 1386877095135,
"elapsed": 289.892,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 54.006,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 77,
"report_count": 1,
"throughput": 15.365,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10aff7ed190200437aa8"
},
{
"timeStamp": 1386877094752,
"elapsed": 129.044,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 53.677,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 154,
"report_count": 1,
"throughput": 30.723,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10aff7ed190200437aa9"
},
{
"timeStamp": 1386877094656,
"elapsed": 119.979,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 52.186,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.988,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10b0f7ed190200437aaf"
},
{
"timeStamp": 1386877094242,
"elapsed": 319.577,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 49.615,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 80,
"report_count": 1,
"throughput": 15.992,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10b0f7ed190200437ab0"
},
{
"timeStamp": 1386877099943,
"elapsed": 289.509,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 53.775,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 73,
"report_count": 1,
"throughput": 14.547,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10b4f7ed190200437ac4"
},
{
"timeStamp": 1386877100664,
"elapsed": 122.539,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 50.869,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 146,
"report_count": 1,
"throughput": 29.09,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10b4f7ed190200437ac5"
},
{
"timeStamp": 1386877099589,
"elapsed": 121.466,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 53.673,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.976,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10b5f7ed190200437acc"
},
{
"timeStamp": 1386877099269,
"elapsed": 288.996,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 54.093,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 71,
"report_count": 1,
"throughput": 14.187,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10b5f7ed190200437acb"
},
{
"timeStamp": 1386877105077,
"elapsed": 294.851,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 51.542,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 74,
"report_count": 1,
"throughput": 14.767,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10b9f7ed190200437adb"
},
{
"timeStamp": 1386877104791,
"elapsed": 128.056,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 55.563,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 154,
"report_count": 1,
"throughput": 30.721,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10b9f7ed190200437adc"
},
{
"timeStamp": 1386877104720,
"elapsed": 116.486,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 45.899,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.988,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10baf7ed190200437ae2"
},
{
"timeStamp": 1386877104241,
"elapsed": 309.549,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 54.166,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 82,
"report_count": 1,
"throughput": 16.394,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10baf7ed190200437ae3"
},
{
"timeStamp": 1386876479179,
"elapsed": 277.222,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 46.822,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 78,
"report_count": 1,
"throughput": 15.59,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e49f7ed190200436c2a"
},
{
"timeStamp": 1386876478863,
"elapsed": 121.41,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 54.677,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 180,
"report_count": 1,
"throughput": 29.98,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e49f7ed190200436c29"
},
{
"timeStamp": 1386876480681,
"elapsed": 122.08,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 48.268,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 120,
"report_count": 1,
"throughput": 29.902,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e48f7ed190200436c21"
},
{
"timeStamp": 1386876859543,
"elapsed": 316.06,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 47.049,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 74,
"report_count": 1,
"throughput": 14.775,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0fc4f7ed19020043751b"
},
{
"timeStamp": 1386876474681,
"elapsed": 290.558,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 57.784,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 64,
"report_count": 1,
"throughput": 12.787,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e44f7ed190200436c12"
},
{
"timeStamp": 1386876475119,
"elapsed": 309.186,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 50.678,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 61,
"report_count": 1,
"throughput": 15.228,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e43f7ed190200436c0a"
},
{
"timeStamp": 1386876474676,
"elapsed": 122.688,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 50.285,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 180,
"report_count": 1,
"throughput": 29.925,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e43f7ed190200436c0c"
},
{
"timeStamp": 1386876469262,
"elapsed": 117.782,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 49.221,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 151,
"report_count": 1,
"throughput": 30.11,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e3ef7ed190200436bf3"
},
{
"timeStamp": 1386876834728,
"elapsed": 128.258,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 49.879,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.892,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0facf7ed19020043748b"
},
{
"timeStamp": 1386876468776,
"elapsed": 294.867,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 51.046,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 91,
"report_count": 1,
"throughput": 15.13,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e3ff7ed190200436bfc"
},
{
"timeStamp": 1386876999728,
"elapsed": 124.553,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 53.414,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 155,
"report_count": 1,
"throughput": 30.88,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa1050f7ed190200437864"
},
{
"timeStamp": 1386876464014,
"elapsed": 306.865,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 52.945,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 73,
"report_count": 1,
"throughput": 14.563,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e35f7ed190200436bbd"
},
{
"timeStamp": 1386877124286,
"elapsed": 121.767,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 50.466,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.904,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10cdf7ed190200437b4e"
},
{
"timeStamp": 1386877124802,
"elapsed": 129.096,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 52.594,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 151,
"report_count": 1,
"throughput": 30.162,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10cef7ed190200437b56"
},
{
"timeStamp": 1386877124614,
"elapsed": 299.214,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 54.014,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 79,
"report_count": 1,
"throughput": 15.779,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10cef7ed190200437b57"
},
{
"timeStamp": 1386877125186,
"elapsed": 305.954,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 43.93,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 59,
"report_count": 1,
"throughput": 14.705,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10cdf7ed190200437b4d"
},
{
"timeStamp": 1386877129249,
"elapsed": 306.008,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 58.569,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 89,
"report_count": 1,
"throughput": 14.775,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10d2f7ed190200437b7e"
},
{
"timeStamp": 1386877129609,
"elapsed": 299.911,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 51.621,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 78,
"report_count": 1,
"throughput": 15.578,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10d3f7ed190200437b85"
},
{
"timeStamp": 1386877129840,
"elapsed": 123.293,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 46.664,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 158,
"report_count": 1,
"throughput": 31.558,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10d3f7ed190200437b86"
},
{
"timeStamp": 1386877129515,
"elapsed": 120.179,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 48.186,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.874,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10d2f7ed190200437b7c"
},
{
"timeStamp": 1386877135256,
"elapsed": 297.376,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 50.876,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 80,
"report_count": 1,
"throughput": 15.949,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10d7f7ed190200437b95"
},
{
"timeStamp": 1386877134824,
"elapsed": 126.347,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 52.183,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 142,
"report_count": 1,
"throughput": 28.371,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10d8f7ed190200437b9d"
},
{
"timeStamp": 1386877134634,
"elapsed": 301.443,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 43.387,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 68,
"report_count": 1,
"throughput": 13.584,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10d8f7ed190200437b9c"
},
{
"timeStamp": 1386877134804,
"elapsed": 123.033,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 49.812,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.904,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10d7f7ed190200437b93"
},
{
"timeStamp": 1386876463938,
"elapsed": 290.301,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 50.157,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 75,
"report_count": 1,
"throughput": 14.963,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e39f7ed190200436bc3"
},
{
"timeStamp": 1386876463779,
"elapsed": 122.451,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 50.367,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 160,
"report_count": 1,
"throughput": 31.919,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e39f7ed190200436bc4"
},
{
"timeStamp": 1386876464736,
"elapsed": 119.409,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 48.729,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 160,
"report_count": 1,
"throughput": 31.88,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e3af7ed190200436bcd"
},
{
"timeStamp": 1386877015212,
"elapsed": 320.495,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 49.373,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 58,
"report_count": 1,
"throughput": 14.491,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa1060f7ed1902004378c8"
},
{
"timeStamp": 1386876459313,
"elapsed": 119.465,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 51.342,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 142,
"report_count": 1,
"throughput": 28.349,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e34f7ed190200436bad"
},
{
"timeStamp": 1386876458995,
"elapsed": 294.371,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 49.434,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 75,
"report_count": 1,
"throughput": 14.977,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e34f7ed190200436bac"
},
{
"timeStamp": 1386876459756,
"elapsed": 125.176,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 50.832,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 151,
"report_count": 1,
"throughput": 30.137,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e35f7ed190200436bb5"
},
{
"timeStamp": 1386876454321,
"elapsed": 309.283,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 50.598,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 57,
"report_count": 1,
"throughput": 14.231,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e2bf7ed190200436b8c"
},
{
"timeStamp": 1386876454853,
"elapsed": 126.365,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 48.221,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 118,
"report_count": 1,
"throughput": 29.402,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e2ff7ed190200436b96"
},
{
"timeStamp": 1386876454090,
"elapsed": 302.363,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 51.16,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 75,
"report_count": 1,
"throughput": 14.953,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e2ff7ed190200436b95"
},
{
"timeStamp": 1386876454589,
"elapsed": 122.249,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 52.154,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 149,
"report_count": 1,
"throughput": 29.762,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e30f7ed190200436b9f"
},
{
"timeStamp": 1386876449755,
"elapsed": 284.838,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 44.677,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 77,
"report_count": 1,
"throughput": 15.364,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e2bf7ed190200436b84"
},
{
"timeStamp": 1386876448826,
"elapsed": 326.521,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 47.759,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 75,
"report_count": 1,
"throughput": 14.97,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e2af7ed190200436b7b"
},
{
"timeStamp": 1386876448786,
"elapsed": 118.531,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 51.443,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 181,
"report_count": 1,
"throughput": 30.114,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e2bf7ed190200436b83"
},
{
"timeStamp": 1386876448840,
"elapsed": 128.963,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 47.971,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 182,
"report_count": 1,
"throughput": 30.264,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e2af7ed190200436b7d"
},
{
"timeStamp": 1386876444632,
"elapsed": 127.474,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 49.225,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 120,
"report_count": 1,
"throughput": 29.924,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e21f7ed190200436b49"
},
{
"timeStamp": 1386876444799,
"elapsed": 127.89,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 47.741,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 139,
"report_count": 1,
"throughput": 34.654,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e25f7ed190200436b50"
},
{
"timeStamp": 1386876443918,
"elapsed": 290.906,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 53.492,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 75,
"report_count": 1,
"throughput": 14.976,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e25f7ed190200436b4f"
},
{
"timeStamp": 1386876444335,
"elapsed": 310.391,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 53.197,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 76,
"report_count": 1,
"throughput": 15.171,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e26f7ed190200436b58"
},
{
"timeStamp": 1386876439021,
"elapsed": 288.423,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 44.128,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 75,
"report_count": 1,
"throughput": 14.974,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e20f7ed190200436b38"
},
{
"timeStamp": 1386876439349,
"elapsed": 301.452,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 49.398,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 75,
"report_count": 1,
"throughput": 14.963,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e21f7ed190200436b42"
},
{
"timeStamp": 1386876439726,
"elapsed": 124.919,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 50.753,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.934,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e21f7ed190200436b41"
},
{
"timeStamp": 1386876438827,
"elapsed": 130.71,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 53.695,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 185,
"report_count": 1,
"throughput": 30.771,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e20f7ed190200436b3b"
},
{
"timeStamp": 1386876433812,
"elapsed": 124.653,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 45.95,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 132,
"report_count": 1,
"throughput": 26.373,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e1bf7ed190200436b1e"
},
{
"timeStamp": 1386876435021,
"elapsed": 304.499,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 56.835,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 62,
"report_count": 1,
"throughput": 15.481,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e1bf7ed190200436b1d"
},
{
"timeStamp": 1386876434332,
"elapsed": 316.879,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 46.435,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 80,
"report_count": 1,
"throughput": 15.963,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e1cf7ed190200436b27"
},
{
"timeStamp": 1386876434622,
"elapsed": 124.646,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 46.072,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.939,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e1cf7ed190200436b26"
},
{
"timeStamp": 1386876428783,
"elapsed": 127.037,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 49.963,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 165,
"report_count": 1,
"throughput": 32.913,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e16f7ed190200436b07"
},
{
"timeStamp": 1386876429575,
"elapsed": 297.162,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 47.352,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 72,
"report_count": 1,
"throughput": 14.392,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e17f7ed190200436b10"
},
{
"timeStamp": 1386876429711,
"elapsed": 128.899,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 47.906,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.988,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e17f7ed190200436b0f"
},
{
"timeStamp": 1386876429054,
"elapsed": 312.774,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 49.089,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 88,
"report_count": 1,
"throughput": 14.64,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e16f7ed190200436b08"
},
{
"timeStamp": 1386876423798,
"elapsed": 125.196,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 45.155,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 138,
"report_count": 1,
"throughput": 27.533,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e11f7ed190200436ad2"
},
{
"timeStamp": 1386876423877,
"elapsed": 290.668,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 51.841,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 75,
"report_count": 1,
"throughput": 14.971,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e11f7ed190200436ad1"
},
{
"timeStamp": 1386876424204,
"elapsed": 276.639,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 55.815,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 76,
"report_count": 1,
"throughput": 15.163,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e12f7ed190200436adb"
},
{
"timeStamp": 1386876424572,
"elapsed": 123.896,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 45.94,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.933,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e12f7ed190200436ada"
},
{
"timeStamp": 1386876419668,
"elapsed": 118.406,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 51.339,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 137,
"report_count": 1,
"throughput": 34.227,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e0cf7ed190200436ab7"
},
{
"timeStamp": 1386876419924,
"elapsed": 295.262,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 50.91,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 62,
"report_count": 1,
"throughput": 15.492,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e0cf7ed190200436ab6"
},
{
"timeStamp": 1386876419091,
"elapsed": 293.518,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 45.326,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 73,
"report_count": 1,
"throughput": 14.591,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e0df7ed190200436ac0"
},
{
"timeStamp": 1386876419443,
"elapsed": 124.179,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 50.812,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.982,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e0df7ed190200436abf"
},
{
"timeStamp": 1386876413985,
"elapsed": 269.445,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 48.461,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 77,
"report_count": 1,
"throughput": 15.382,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e08f7ed190200436aa9"
},
{
"timeStamp": 1386876414499,
"elapsed": 128.392,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 48.319,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.964,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e08f7ed190200436aa8"
},
{
"timeStamp": 1386876414728,
"elapsed": 125.753,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 50.897,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 146,
"report_count": 1,
"throughput": 29.189,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e07f7ed190200436aa2"
},
{
"timeStamp": 1386876413783,
"elapsed": 298.68,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 55.548,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 90,
"report_count": 1,
"throughput": 14.995,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e07f7ed190200436aa1"
},
{
"timeStamp": 1386876409764,
"elapsed": 316.859,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 55.354,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 60,
"report_count": 1,
"throughput": 14.988,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e02f7ed190200436a88"
},
{
"timeStamp": 1386876409226,
"elapsed": 300.61,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 52.332,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 73,
"report_count": 1,
"throughput": 14.588,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e03f7ed190200436a91"
},
{
"timeStamp": 1386876409786,
"elapsed": 123.03,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 54.224,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 154,
"report_count": 1,
"throughput": 30.783,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e02f7ed190200436a8b"
},
{
"timeStamp": 1386876409372,
"elapsed": 125.826,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 54.093,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.976,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e03f7ed190200436a92"
},
{
"timeStamp": 1386876404188,
"elapsed": 313.487,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 49.481,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 78,
"report_count": 1,
"throughput": 15.589,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0dfef7ed190200436a63"
},
{
"timeStamp": 1386876403873,
"elapsed": 125.804,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 48.717,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 180,
"report_count": 1,
"throughput": 29.98,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0dfef7ed190200436a62"
},
{
"timeStamp": 1386876404704,
"elapsed": 131.586,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 53.933,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 143,
"report_count": 1,
"throughput": 28.583,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0dfdf7ed190200436a5b"
},
{
"timeStamp": 1386876403896,
"elapsed": 280.596,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 49.04,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 91,
"report_count": 1,
"throughput": 15.159,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0dfdf7ed190200436a5c"
},
{
"timeStamp": 1386876399401,
"elapsed": 122.395,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 53.467,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 120,
"report_count": 1,
"throughput": 29.992,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0df4f7ed190200436a3c"
},
{
"timeStamp": 1386876399820,
"elapsed": 287.915,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 50.886,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 59,
"report_count": 1,
"throughput": 14.727,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0df8f7ed190200436a42"
},
{
"timeStamp": 1386876399048,
"elapsed": 294.309,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 50.709,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 76,
"report_count": 1,
"throughput": 15.197,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0df9f7ed190200436a4c"
},
{
"timeStamp": 1386876398743,
"elapsed": 124.446,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 51.324,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 182,
"report_count": 1,
"throughput": 30.299,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0df8f7ed190200436a45"
},
{
"timeStamp": 1386876393804,
"elapsed": 122.619,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 51.211,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 156,
"report_count": 1,
"throughput": 31.167,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0df3f7ed190200436a2c"
},
{
"timeStamp": 1386876394243,
"elapsed": 307.116,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 52.514,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 76,
"report_count": 1,
"throughput": 15.187,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0df4f7ed190200436a35"
},
{
"timeStamp": 1386876394549,
"elapsed": 129.041,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 51.365,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.976,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0df4f7ed190200436a34"
},
{
"timeStamp": 1386876394619,
"elapsed": 319.224,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 44.56,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 77,
"report_count": 1,
"throughput": 15.384,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0df3f7ed190200436a2d"
},
{
"timeStamp": 1386876389607,
"elapsed": 133.544,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 56.222,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 120,
"report_count": 1,
"throughput": 29.977,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0deef7ed190200436a10"
},
{
"timeStamp": 1386876389123,
"elapsed": 288.816,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 52.489,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 78,
"report_count": 1,
"throughput": 15.594,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0deff7ed190200436a19"
},
{
"timeStamp": 1386876388785,
"elapsed": 131.373,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 50.256,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 180,
"report_count": 1,
"throughput": 29.986,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0deff7ed190200436a1a"
},
{
"timeStamp": 1386876389583,
"elapsed": 292.495,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 53.223,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 72,
"report_count": 1,
"throughput": 14.389,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0deef7ed190200436a12"
},
{
"timeStamp": 1386876383784,
"elapsed": 122.702,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 50.753,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.952,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0de5f7ed1902004369df"
},
{
"timeStamp": 1386876384611,
"elapsed": 308.964,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 48.83,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 78,
"report_count": 1,
"throughput": 15.586,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0de9f7ed1902004369e7"
},
{
"timeStamp": 1386876384742,
"elapsed": 328.735,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 51.426,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 67,
"report_count": 1,
"throughput": 13.376,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0deaf7ed1902004369ef"
},
{
"timeStamp": 1386876384779,
"elapsed": 126.586,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 47.286,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.976,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0de9f7ed1902004369e8"
},
{
"timeStamp": 1386876379688,
"elapsed": 129.482,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 48.483,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 120,
"report_count": 1,
"throughput": 29.917,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0de0f7ed1902004369c4"
},
{
"timeStamp": 1386876378729,
"elapsed": 311.388,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 50.695,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 92,
"report_count": 1,
"throughput": 15.329,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0de4f7ed1902004369d1"
},
{
"timeStamp": 1386876379635,
"elapsed": 122.629,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 46.519,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 149,
"report_count": 1,
"throughput": 29.788,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0de4f7ed1902004369d0"
},
{
"timeStamp": 1386876379453,
"elapsed": 314.396,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 49.274,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 70,
"report_count": 1,
"throughput": 13.966,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0de5f7ed1902004369d7"
},
{
"timeStamp": 1386876374146,
"elapsed": 301.815,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 50.142,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 69,
"report_count": 1,
"throughput": 13.77,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0ddff7ed1902004369b3"
},
{
"timeStamp": 1386876374551,
"elapsed": 265.158,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 47.486,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 78,
"report_count": 1,
"throughput": 15.533,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0de0f7ed1902004369bc"
},
{
"timeStamp": 1386876374655,
"elapsed": 124.552,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 52.966,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.892,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0de0f7ed1902004369bd"
},
{
"timeStamp": 1386876373820,
"elapsed": 128.119,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 54.199,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 157,
"report_count": 1,
"throughput": 26.116,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0ddff7ed1902004369b6"
},
{
"timeStamp": 1386876369746,
"elapsed": 123.138,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 53.905,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 144,
"report_count": 1,
"throughput": 28.697,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0ddaf7ed19020043699c"
},
{
"timeStamp": 1386876368949,
"elapsed": 281.127,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 46.617,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 74,
"report_count": 1,
"throughput": 14.749,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0ddaf7ed19020043699d"
},
{
"timeStamp": 1386876369316,
"elapsed": 280.616,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 55.814,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 74,
"report_count": 1,
"throughput": 14.748,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0ddbf7ed1902004369a6"
},
{
"timeStamp": 1386876368683,
"elapsed": 118.422,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 51.95,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 180,
"report_count": 1,
"throughput": 29.895,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0ddbf7ed1902004369a5"
},
{
"timeStamp": 1386876364783,
"elapsed": 120.416,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 53.091,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 120,
"report_count": 1,
"throughput": 29.91,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0dd1f7ed19020043695d"
},
{
"timeStamp": 1386876363755,
"elapsed": 122.542,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 53.109,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 158,
"report_count": 1,
"throughput": 31.475,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0dd5f7ed190200436968"
},
{
"timeStamp": 1386876363917,
"elapsed": 301.861,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 51.37,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 76,
"report_count": 1,
"throughput": 15.145,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0dd5f7ed190200436967"
},
{
"timeStamp": 1386876364647,
"elapsed": 300.661,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 50.079,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 81,
"report_count": 1,
"throughput": 16.146,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0dd6f7ed190200436971"
},
{
"timeStamp": 1386876358802,
"elapsed": 128.625,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 48.595,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 164,
"report_count": 1,
"throughput": 32.662,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0dd0f7ed19020043694d"
},
{
"timeStamp": 1386876358965,
"elapsed": 278.697,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 50.795,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 76,
"report_count": 1,
"throughput": 15.136,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0dd0f7ed19020043694c"
},
{
"timeStamp": 1386876359159,
"elapsed": 299.197,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 48.326,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 77,
"report_count": 1,
"throughput": 15.343,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0dd1f7ed190200436956"
},
{
"timeStamp": 1386876359620,
"elapsed": 125.586,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 53.959,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.886,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0dd1f7ed190200436955"
},
{
"timeStamp": 1386876353701,
"elapsed": 118.487,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 46.872,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 132,
"report_count": 1,
"throughput": 26.315,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0dcbf7ed190200436936"
},
{
"timeStamp": 1386876353855,
"elapsed": 303.947,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 55.893,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 75,
"report_count": 1,
"throughput": 14.956,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0dcbf7ed190200436935"
},
{
"timeStamp": 1386876354144,
"elapsed": 314.362,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 47.811,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 71,
"report_count": 1,
"throughput": 14.173,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0dccf7ed19020043693e"
},
{
"timeStamp": 1386876354465,
"elapsed": 120.473,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 51.066,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.945,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0dccf7ed19020043693f"
},
{
"timeStamp": 1386876348730,
"elapsed": 120.335,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 45.776,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 164,
"report_count": 1,
"throughput": 32.714,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0dc6f7ed19020043691f"
},
{
"timeStamp": 1386876348822,
"elapsed": 296.826,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 46.265,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 75,
"report_count": 1,
"throughput": 14.966,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0dc6f7ed19020043691e"
},
{
"timeStamp": 1386876349143,
"elapsed": 312.786,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 52.709,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 78,
"report_count": 1,
"throughput": 15.552,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0dc7f7ed190200436928"
},
{
"timeStamp": 1386876349519,
"elapsed": 127.186,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 50.193,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.916,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0dc7f7ed190200436927"
},
{
"timeStamp": 1386876343993,
"elapsed": 326.721,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 50.489,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 75,
"report_count": 1,
"throughput": 14.95,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0dc1f7ed1902004368ef"
},
{
"timeStamp": 1386876343839,
"elapsed": 128.351,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 52.044,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 160,
"report_count": 1,
"throughput": 31.882,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0dc1f7ed1902004368f0"
},
{
"timeStamp": 1386876344070,
"elapsed": 328.607,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 49.762,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 72,
"report_count": 1,
"throughput": 14.368,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0dc2f7ed1902004368f8"
},
{
"timeStamp": 1386876344384,
"elapsed": 125.339,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 48.553,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.946,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0dc2f7ed1902004368f9"
},
{
"timeStamp": 1386876338783,
"elapsed": 311.755,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 48.462,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 74,
"report_count": 1,
"throughput": 14.79,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0dbcf7ed1902004368d8"
},
{
"timeStamp": 1386876338686,
"elapsed": 129.187,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 50.994,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 134,
"report_count": 1,
"throughput": 26.781,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0dbcf7ed1902004368d9"
},
{
"timeStamp": 1386876339217,
"elapsed": 304.077,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 54.983,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 80,
"report_count": 1,
"throughput": 15.952,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0dbcf7ed1902004368e2"
},
{
"timeStamp": 1386876338846,
"elapsed": 127.449,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 53.333,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 180,
"report_count": 1,
"throughput": 29.929,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0dbcf7ed1902004368e1"
},
{
"timeStamp": 1386876333818,
"elapsed": 122.777,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 43.288,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 122,
"report_count": 1,
"throughput": 30.484,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0db3f7ed1902004368b7"
},
{
"timeStamp": 1386876333836,
"elapsed": 280.929,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 48.078,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 75,
"report_count": 1,
"throughput": 14.952,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0db7f7ed1902004368c1"
},
{
"timeStamp": 1386876333772,
"elapsed": 122.839,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 48.794,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 167,
"report_count": 1,
"throughput": 33.286,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0db7f7ed1902004368c2"
},
{
"timeStamp": 1386877019886,
"elapsed": 309.026,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 44.483,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 67,
"report_count": 1,
"throughput": 13.392,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa1064f7ed1902004378d8"
},
{
"timeStamp": 1386876328743,
"elapsed": 133.474,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 52.363,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 137,
"report_count": 1,
"throughput": 27.353,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0db2f7ed1902004368a7"
},
{
"timeStamp": 1386876329734,
"elapsed": 312.764,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 53.998,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 61,
"report_count": 1,
"throughput": 15.233,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0db2f7ed1902004368a6"
},
{
"timeStamp": 1386876329074,
"elapsed": 298.934,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 49.571,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 73,
"report_count": 1,
"throughput": 14.595,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0db3f7ed1902004368b0"
},
{
"timeStamp": 1386876328840,
"elapsed": 125.741,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 51.687,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 178,
"report_count": 1,
"throughput": 29.651,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0db3f7ed1902004368af"
},
{
"timeStamp": 1386876324369,
"elapsed": 125.007,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 49.332,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 123,
"report_count": 1,
"throughput": 30.727,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0da9f7ed190200436876"
},
{
"timeStamp": 1386876569572,
"elapsed": 120.039,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 48.973,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.982,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0ea3f7ed190200436e57"
},
{
"timeStamp": 1386876324231,
"elapsed": 301.588,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 48.07,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 77,
"report_count": 1,
"throughput": 15.387,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0daef7ed190200436884"
},
{
"timeStamp": 1386876323739,
"elapsed": 292.6,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 49.504,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 90,
"report_count": 1,
"throughput": 14.966,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0dadf7ed19020043687d"
},
{
"timeStamp": 1386876318782,
"elapsed": 286.97,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 47.949,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 77,
"report_count": 1,
"throughput": 15.386,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0da8f7ed190200436862"
},
{
"timeStamp": 1386876318759,
"elapsed": 127.987,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 52.5,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.971,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0da8f7ed190200436863"
},
{
"timeStamp": 1386876318779,
"elapsed": 319.157,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 44.205,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 74,
"report_count": 1,
"throughput": 14.791,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0da9f7ed19020043686e"
},
{
"timeStamp": 1386877049725,
"elapsed": 299.88,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 47.674,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 75,
"report_count": 1,
"throughput": 14.983,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa1082f7ed190200437991"
},
{
"timeStamp": 1386876313736,
"elapsed": 116.277,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 52.449,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 148,
"report_count": 1,
"throughput": 29.565,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0da3f7ed19020043684a"
},
{
"timeStamp": 1386876314769,
"elapsed": 298.765,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 49.397,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 59,
"report_count": 1,
"throughput": 14.732,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0da3f7ed190200436849"
},
{
"timeStamp": 1386876314259,
"elapsed": 122.12,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 52.121,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 153,
"report_count": 1,
"throughput": 30.575,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0da4f7ed190200436853"
},
{
"timeStamp": 1386876313932,
"elapsed": 307.751,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 52.322,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 77,
"report_count": 1,
"throughput": 15.388,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0da4f7ed190200436852"
},
{
"timeStamp": 1386876308682,
"elapsed": 123.257,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 52.363,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 153,
"report_count": 1,
"throughput": 30.561,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0d9ef7ed190200436833"
},
{
"timeStamp": 1386876554857,
"elapsed": 122.914,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 49.964,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 115,
"report_count": 1,
"throughput": 28.66,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e8ff7ed190200436dec"
},
{
"timeStamp": 1386876309685,
"elapsed": 300.222,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 54.578,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 73,
"report_count": 1,
"throughput": 14.591,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0d9ef7ed190200436834"
},
{
"timeStamp": 1386876308835,
"elapsed": 117.431,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 48.176,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 148,
"report_count": 1,
"throughput": 29.576,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0d9ff7ed19020043683b"
},
{
"timeStamp": 1386876303752,
"elapsed": 130.889,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 56.4,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 155,
"report_count": 1,
"throughput": 30.981,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0d9af7ed190200436807"
},
{
"timeStamp": 1386876303695,
"elapsed": 121.642,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 52.362,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 146,
"report_count": 1,
"throughput": 29.181,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0d99f7ed1902004367fe"
},
{
"timeStamp": 1386876303867,
"elapsed": 294.222,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 58.093,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 75,
"report_count": 1,
"throughput": 14.991,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0d9af7ed190200436806"
},
{
"timeStamp": 1386876304744,
"elapsed": 304.609,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 49.191,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 78,
"report_count": 1,
"throughput": 15.576,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0d99f7ed1902004367ff"
},
{
"timeStamp": 1386876298764,
"elapsed": 131.254,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 51.574,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 154,
"report_count": 1,
"throughput": 30.774,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0d94f7ed1902004367e3"
},
{
"timeStamp": 1386876299711,
"elapsed": 122.37,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 52.629,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 144,
"report_count": 1,
"throughput": 28.722,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0d94f7ed1902004367ec"
},
{
"timeStamp": 1386876299645,
"elapsed": 308.782,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 47.545,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 68,
"report_count": 1,
"throughput": 13.562,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0d94f7ed1902004367eb"
},
{
"timeStamp": 1386876298659,
"elapsed": 293.195,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 47.998,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 89,
"report_count": 1,
"throughput": 14.819,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0d94f7ed1902004367e5"
},
{
"timeStamp": 1386876293631,
"elapsed": 126.033,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 54.165,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.976,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0d8ff7ed1902004367cb"
},
{
"timeStamp": 1386876294260,
"elapsed": 291.416,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 44.33,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 62,
"report_count": 1,
"throughput": 15.489,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0d8ff7ed1902004367cc"
},
{
"timeStamp": 1386876293663,
"elapsed": 284.348,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 47.629,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 90,
"report_count": 1,
"throughput": 14.954,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0d8ff7ed1902004367d5"
},
{
"timeStamp": 1386876294601,
"elapsed": 121.312,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 48.099,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.892,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0d8ff7ed1902004367d4"
},
{
"timeStamp": 1386876289713,
"elapsed": 296.191,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 43.288,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 62,
"report_count": 1,
"throughput": 15.454,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0d85f7ed190200436797"
},
{
"timeStamp": 1386876288714,
"elapsed": 130.204,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 48.941,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.958,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0d8af7ed1902004367b4"
},
{
"timeStamp": 1386876288818,
"elapsed": 319.196,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 49.909,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 91,
"report_count": 1,
"throughput": 15.147,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0d8af7ed1902004367b7"
},
{
"timeStamp": 1386876289703,
"elapsed": 122.046,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 48.833,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.933,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0d8af7ed1902004367bd"
},
{
"timeStamp": 1386876284281,
"elapsed": 299.319,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 51.322,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 60,
"report_count": 1,
"throughput": 14.991,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0d85f7ed190200436786"
},
{
"timeStamp": 1386876283635,
"elapsed": 129.853,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 52.209,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.981,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0d85f7ed190200436785"
},
{
"timeStamp": 1386876284039,
"elapsed": 309.982,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 47.995,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 76,
"report_count": 1,
"throughput": 15.135,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0d85f7ed19020043678f"
},
{
"timeStamp": 1386876284609,
"elapsed": 123.906,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 48.146,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.874,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0d85f7ed19020043678e"
},
{
"timeStamp": 1386876674907,
"elapsed": 124.145,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 53.64,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 165,
"report_count": 1,
"throughput": 32.9,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f0cf7ed1902004370cf"
},
{
"timeStamp": 1386877079439,
"elapsed": 299.424,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 52.511,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 74,
"report_count": 1,
"throughput": 14.758,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10a1f7ed190200437a48"
},
{
"timeStamp": 1386876674438,
"elapsed": 129.314,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 47.076,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 152,
"report_count": 1,
"throughput": 30.394,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f0bf7ed1902004370c3"
},
{
"timeStamp": 1386876674780,
"elapsed": 305.154,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 49.903,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 62,
"report_count": 1,
"throughput": 15.492,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f0cf7ed1902004370cc"
},
{
"timeStamp": 1386876679860,
"elapsed": 119.349,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 49.229,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 140,
"report_count": 1,
"throughput": 27.93,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f11f7ed1902004370ea"
},
{
"timeStamp": 1386876679743,
"elapsed": 125.166,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 52.606,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.976,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f10f7ed1902004370de"
},
{
"timeStamp": 1386876679121,
"elapsed": 306.245,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 53.502,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 71,
"report_count": 1,
"throughput": 14.188,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f10f7ed1902004370df"
},
{
"timeStamp": 1386876678968,
"elapsed": 309.732,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 52.774,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 77,
"report_count": 1,
"throughput": 15.338,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f11f7ed1902004370e7"
},
{
"timeStamp": 1386876494270,
"elapsed": 125.672,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 52.78,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.867,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e57f7ed190200436c88"
},
{
"timeStamp": 1386876684143,
"elapsed": 300.809,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 52.392,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 90,
"report_count": 1,
"throughput": 14.98,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f16f7ed190200437100"
},
{
"timeStamp": 1386876683989,
"elapsed": 301.68,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 49.623,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 76,
"report_count": 1,
"throughput": 15.193,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f15f7ed1902004370f6"
},
{
"timeStamp": 1386876469862,
"elapsed": 126.338,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 49.376,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 139,
"report_count": 1,
"throughput": 27.757,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e3ff7ed190200436bfb"
},
{
"timeStamp": 1386876704748,
"elapsed": 283.787,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 48.817,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 73,
"report_count": 1,
"throughput": 14.573,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f2af7ed190200437175"
},
{
"timeStamp": 1386876704829,
"elapsed": 125.684,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 52.36,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 146,
"report_count": 1,
"throughput": 29.133,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f2af7ed190200437174"
},
{
"timeStamp": 1386876704095,
"elapsed": 267.179,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 50.293,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 70,
"report_count": 1,
"throughput": 13.977,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f29f7ed19020043716a"
},
{
"timeStamp": 1386876704761,
"elapsed": 134.166,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 51.139,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.958,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f29f7ed190200437169"
},
{
"timeStamp": 1386876709788,
"elapsed": 130.401,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 51.111,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 156,
"report_count": 1,
"throughput": 31.083,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f2ff7ed1902004371a4"
},
{
"timeStamp": 1386876709520,
"elapsed": 123.532,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 47.939,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.952,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f2ef7ed190200437198"
},
{
"timeStamp": 1386876709869,
"elapsed": 293.832,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 47.998,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 62,
"report_count": 1,
"throughput": 15.451,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f2ff7ed1902004371a2"
},
{
"timeStamp": 1386876709295,
"elapsed": 287.531,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 53.98,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 76,
"report_count": 1,
"throughput": 15.169,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f2ef7ed190200437199"
},
{
"timeStamp": 1386876715397,
"elapsed": 126.767,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 51.172,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 143,
"report_count": 1,
"throughput": 28.543,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f34f7ed1902004371ba"
},
{
"timeStamp": 1386876714693,
"elapsed": 127.439,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 46.806,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.964,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f33f7ed1902004371af"
},
{
"timeStamp": 1386876713977,
"elapsed": 315.531,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 53.102,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 74,
"report_count": 1,
"throughput": 14.756,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f34f7ed1902004371b8"
},
{
"timeStamp": 1386876684474,
"elapsed": 122.606,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 49.966,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.988,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f15f7ed1902004370f5"
},
{
"timeStamp": 1386876734339,
"elapsed": 304.881,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 50.422,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 87,
"report_count": 1,
"throughput": 14.476,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f48f7ed190200437237"
},
{
"timeStamp": 1386876734432,
"elapsed": 125.97,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 49.31,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 151,
"report_count": 1,
"throughput": 27.149,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f48f7ed190200437238"
},
{
"timeStamp": 1386876734723,
"elapsed": 119.3,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 45.777,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.921,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f47f7ed19020043722d"
},
{
"timeStamp": 1386876734031,
"elapsed": 299.239,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 53.528,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 79,
"report_count": 1,
"throughput": 15.755,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f47f7ed19020043722c"
},
{
"timeStamp": 1386876739523,
"elapsed": 304.645,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 46.687,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 76,
"report_count": 1,
"throughput": 15.187,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f4df7ed190200437253"
},
{
"timeStamp": 1386876739756,
"elapsed": 123.811,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 46.697,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 159,
"report_count": 1,
"throughput": 31.771,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f4df7ed190200437252"
},
{
"timeStamp": 1386876739727,
"elapsed": 125.292,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 52.511,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 152,
"report_count": 1,
"throughput": 30.351,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f4cf7ed190200437247"
},
{
"timeStamp": 1386876739691,
"elapsed": 318.94,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 50.198,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 76,
"report_count": 1,
"throughput": 15.175,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f4cf7ed190200437248"
},
{
"timeStamp": 1386876744706,
"elapsed": 309.753,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 52.282,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 74,
"report_count": 1,
"throughput": 14.791,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f52f7ed190200437269"
},
{
"timeStamp": 1386876744640,
"elapsed": 121.8,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 52.166,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 148,
"report_count": 1,
"throughput": 29.541,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f51f7ed19020043725f"
},
{
"timeStamp": 1386876744798,
"elapsed": 128.167,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 53.534,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 142,
"report_count": 1,
"throughput": 28.381,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f52f7ed19020043726a"
},
{
"timeStamp": 1386876714430,
"elapsed": 300.41,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 53.439,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 82,
"report_count": 1,
"throughput": 16.379,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f33f7ed1902004371b0"
},
{
"timeStamp": 1386876764902,
"elapsed": 125.001,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 50.383,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 168,
"report_count": 1,
"throughput": 33.592,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f66f7ed1902004372de"
},
{
"timeStamp": 1386876764808,
"elapsed": 295.604,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 49.415,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 75,
"report_count": 1,
"throughput": 14.994,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f66f7ed1902004372dd"
},
{
"timeStamp": 1386876909445,
"elapsed": 265.66,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 49.002,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 76,
"report_count": 1,
"throughput": 15.192,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0ff6f7ed190200437654"
},
{
"timeStamp": 1386876909641,
"elapsed": 303.558,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 51.689,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 81,
"report_count": 1,
"throughput": 16.135,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0ff7f7ed19020043765d"
},
{
"timeStamp": 1386876909682,
"elapsed": 125.293,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 46.646,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.886,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0ff7f7ed19020043765c"
},
{
"timeStamp": 1386876909763,
"elapsed": 122.592,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 49.626,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.982,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0ff6f7ed190200437653"
},
{
"timeStamp": 1386876904271,
"elapsed": 301.495,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 41.424,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 74,
"report_count": 1,
"throughput": 14.792,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0ff1f7ed19020043761f"
},
{
"timeStamp": 1386876904116,
"elapsed": 291.313,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 52.037,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 71,
"report_count": 1,
"throughput": 14.159,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0ff2f7ed190200437628"
},
{
"timeStamp": 1386876904470,
"elapsed": 125.786,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 51.272,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.982,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0ff1f7ed19020043761e"
},
{
"timeStamp": 1386876904558,
"elapsed": 125.313,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 47.319,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.916,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0ff2f7ed190200437627"
},
{
"timeStamp": 1386876899253,
"elapsed": 313.7,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 45.348,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 76,
"report_count": 1,
"throughput": 15.2,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0fecf7ed190200437604"
},
{
"timeStamp": 1386876899243,
"elapsed": 288.992,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 49.053,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 77,
"report_count": 1,
"throughput": 15.368,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0fedf7ed19020043760d"
},
{
"timeStamp": 1386876899636,
"elapsed": 124.239,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 50.533,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 30,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0fecf7ed190200437603"
},
{
"timeStamp": 1386876899632,
"elapsed": 120.213,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 50.452,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.939,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0fedf7ed19020043760c"
},
{
"timeStamp": 1386876764394,
"elapsed": 131.536,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 49.646,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 152,
"report_count": 1,
"throughput": 30.362,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f65f7ed1902004372d3"
},
{
"timeStamp": 1386876764164,
"elapsed": 290.91,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 57.666,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 77,
"report_count": 1,
"throughput": 15.379,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f65f7ed1902004372d2"
},
{
"timeStamp": 1386876769959,
"elapsed": 306.801,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 55.129,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 75,
"report_count": 1,
"throughput": 14.968,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f6bf7ed19020043730c"
},
{
"timeStamp": 1386876769145,
"elapsed": 291.748,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 52.789,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 90,
"report_count": 1,
"throughput": 14.99,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f6af7ed190200437304"
},
{
"timeStamp": 1386876770689,
"elapsed": 120.267,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 50.499,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 113,
"report_count": 1,
"throughput": 28.156,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f6bf7ed19020043730b"
},
{
"timeStamp": 1386876769488,
"elapsed": 125.619,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 50.286,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.982,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f6af7ed190200437301"
},
{
"timeStamp": 1386876774329,
"elapsed": 124.926,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 50.253,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 186,
"report_count": 1,
"throughput": 30.951,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f70f7ed190200437324"
},
{
"timeStamp": 1386876774727,
"elapsed": 129.957,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 49.866,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.981,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f6ff7ed190200437318"
},
{
"timeStamp": 1386876774861,
"elapsed": 313.902,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 54.861,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 60,
"report_count": 1,
"throughput": 14.988,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f6ff7ed190200437319"
},
{
"timeStamp": 1386876744454,
"elapsed": 272.844,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 56.997,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 72,
"report_count": 1,
"throughput": 14.37,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f51f7ed19020043725e"
},
{
"timeStamp": 1386876794335,
"elapsed": 126.777,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 46.331,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 151,
"report_count": 1,
"throughput": 30.076,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f84f7ed19020043739f"
},
{
"timeStamp": 1386876794589,
"elapsed": 123.472,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 52.319,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.97,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f83f7ed190200437396"
},
{
"timeStamp": 1386876879344,
"elapsed": 121.373,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 47.447,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.944,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0fd9f7ed190200437598"
},
{
"timeStamp": 1386876879873,
"elapsed": 270.644,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 49.813,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 78,
"report_count": 1,
"throughput": 15.559,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0fd8f7ed19020043758f"
},
{
"timeStamp": 1386876879803,
"elapsed": 125.599,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 50.73,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 159,
"report_count": 1,
"throughput": 31.718,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0fd8f7ed190200437590"
},
{
"timeStamp": 1386876879173,
"elapsed": 301.928,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 47.465,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 92,
"report_count": 1,
"throughput": 15.29,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0fd9f7ed19020043759a"
},
{
"timeStamp": 1386876874116,
"elapsed": 338.38,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 43.253,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 78,
"report_count": 1,
"throughput": 15.591,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0fd4f7ed190200437582"
},
{
"timeStamp": 1386876874472,
"elapsed": 125.855,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 48.743,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 151,
"report_count": 1,
"throughput": 30.182,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0fd4f7ed190200437581"
},
{
"timeStamp": 1386876874621,
"elapsed": 305.295,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 47.492,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 71,
"report_count": 1,
"throughput": 14.154,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0fd3f7ed190200437578"
},
{
"timeStamp": 1386876874760,
"elapsed": 126.28,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 46.45,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 137,
"report_count": 1,
"throughput": 27.312,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0fd3f7ed190200437579"
},
{
"timeStamp": 1386876869135,
"elapsed": 304.06,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 47.88,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 71,
"report_count": 1,
"throughput": 14.2,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0fcff7ed190200437567"
},
{
"timeStamp": 1386876869735,
"elapsed": 282.105,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 49.341,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 77,
"report_count": 1,
"throughput": 15.36,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0fcef7ed19020043755d"
},
{
"timeStamp": 1386876869837,
"elapsed": 119.549,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 51.932,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 149,
"report_count": 1,
"throughput": 29.8,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0fcff7ed190200437566"
},
{
"timeStamp": 1386876869834,
"elapsed": 126.94,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 52.665,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 164,
"report_count": 1,
"throughput": 32.713,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0fcef7ed19020043755e"
},
{
"timeStamp": 1386876795229,
"elapsed": 278.597,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 56.378,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 66,
"report_count": 1,
"throughput": 16.489,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f83f7ed190200437397"
},
{
"timeStamp": 1386876794951,
"elapsed": 292.822,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 51.557,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 58,
"report_count": 1,
"throughput": 14.442,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f84f7ed1902004373a0"
},
{
"timeStamp": 1386876799182,
"elapsed": 287.083,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 46.07,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 93,
"report_count": 1,
"throughput": 15.462,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f89f7ed1902004373bc"
},
{
"timeStamp": 1386876799492,
"elapsed": 122.159,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 50.525,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 147,
"report_count": 1,
"throughput": 29.345,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f89f7ed1902004373ba"
},
{
"timeStamp": 1386876799408,
"elapsed": 124.966,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 53.059,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.982,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f88f7ed1902004373b1"
},
{
"timeStamp": 1386876799103,
"elapsed": 299.37,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 47.5,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 73,
"report_count": 1,
"throughput": 14.588,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f88f7ed1902004373b2"
},
{
"timeStamp": 1386876804611,
"elapsed": 122.619,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 51.006,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 30,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f8df7ed1902004373c8"
},
{
"timeStamp": 1386876804345,
"elapsed": 130.166,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 49.721,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 153,
"report_count": 1,
"throughput": 30.446,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f8ef7ed1902004373d2"
},
{
"timeStamp": 1386876804893,
"elapsed": 306.927,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 54.05,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 57,
"report_count": 1,
"throughput": 14.169,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f8ef7ed1902004373d1"
},
{
"timeStamp": 1386876775037,
"elapsed": 279.4,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 48.206,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 60,
"report_count": 1,
"throughput": 14.968,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f70f7ed190200437321"
},
{
"timeStamp": 1386876824626,
"elapsed": 125.086,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 47.819,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.964,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0fa1f7ed19020043743c"
},
{
"timeStamp": 1386876824651,
"elapsed": 131.906,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 56.079,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.915,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0fa2f7ed190200437445"
},
{
"timeStamp": 1386876824318,
"elapsed": 284.421,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 47.514,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 78,
"report_count": 1,
"throughput": 15.557,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0fa2f7ed190200437446"
},
{
"timeStamp": 1386876824333,
"elapsed": 298.725,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 52.406,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 77,
"report_count": 1,
"throughput": 15.382,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0fa1f7ed19020043743d"
},
{
"timeStamp": 1386876829699,
"elapsed": 118.827,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 50.387,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 151,
"report_count": 1,
"throughput": 30.157,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0fa6f7ed19020043746c"
},
{
"timeStamp": 1386876829539,
"elapsed": 129.433,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 48.832,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.868,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0fa7f7ed190200437474"
},
{
"timeStamp": 1386876829262,
"elapsed": 306.864,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 52.169,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 79,
"report_count": 1,
"throughput": 15.775,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0fa6f7ed19020043746b"
},
{
"timeStamp": 1386876829120,
"elapsed": 321.905,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 45.697,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 73,
"report_count": 1,
"throughput": 14.536,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0fa7f7ed190200437475"
},
{
"timeStamp": 1386876834081,
"elapsed": 274.859,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 51.12,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 72,
"report_count": 1,
"throughput": 14.389,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0fabf7ed190200437482"
},
{
"timeStamp": 1386876834658,
"elapsed": 123.727,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 52.508,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 149,
"report_count": 1,
"throughput": 29.781,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0fabf7ed190200437483"
},
{
"timeStamp": 1386876834232,
"elapsed": 281.588,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 59.631,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 78,
"report_count": 1,
"throughput": 15.537,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0facf7ed19020043748c"
},
{
"timeStamp": 1386876804257,
"elapsed": 304.542,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 52.036,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 79,
"report_count": 1,
"throughput": 15.8,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f8df7ed1902004373c9"
},
{
"timeStamp": 1386876855022,
"elapsed": 286.599,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 55.306,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 77,
"report_count": 1,
"throughput": 15.393,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0fc0f7ed19020043750c"
},
{
"timeStamp": 1386876854785,
"elapsed": 121.787,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 47.815,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 153,
"report_count": 1,
"throughput": 30.546,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0fbff7ed190200437501"
},
{
"timeStamp": 1386876854734,
"elapsed": 120.872,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 50.061,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 180,
"report_count": 1,
"throughput": 29.989,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0fc0f7ed19020043750b"
},
{
"timeStamp": 1386876854633,
"elapsed": 335.399,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 54.753,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 74,
"report_count": 1,
"throughput": 14.771,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0fbff7ed190200437500"
},
{
"timeStamp": 1386876859772,
"elapsed": 130.58,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 48.867,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 147,
"report_count": 1,
"throughput": 29.35,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0fc4f7ed19020043751c"
},
{
"timeStamp": 1386876849216,
"elapsed": 316.794,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 52.188,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 74,
"report_count": 1,
"throughput": 14.763,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0fbaf7ed1902004374da"
},
{
"timeStamp": 1386876860723,
"elapsed": 122.393,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 48.687,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 120,
"report_count": 1,
"throughput": 29.969,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0fc5f7ed190200437525"
},
{
"timeStamp": 1386876914571,
"elapsed": 121.479,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 48.639,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.988,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0ffbf7ed19020043766b"
},
{
"timeStamp": 1386876914694,
"elapsed": 127.446,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 50.473,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.927,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0ffcf7ed190200437671"
},
{
"timeStamp": 1386876914426,
"elapsed": 290.667,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 43.894,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 73,
"report_count": 1,
"throughput": 14.562,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0ffcf7ed190200437672"
},
{
"timeStamp": 1386876914216,
"elapsed": 291.902,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 46.933,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 75,
"report_count": 1,
"throughput": 14.994,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0ffbf7ed19020043766a"
},
{
"timeStamp": 1386876919604,
"elapsed": 124.152,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 47.746,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.982,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa1000f7ed190200437686"
},
{
"timeStamp": 1386876919633,
"elapsed": 126.619,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 51.773,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.915,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa1001f7ed19020043768c"
},
{
"timeStamp": 1386876919230,
"elapsed": 289.376,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 46.175,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 77,
"report_count": 1,
"throughput": 15.392,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa1000f7ed190200437685"
},
{
"timeStamp": 1386876919397,
"elapsed": 283.055,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 50.741,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 76,
"report_count": 1,
"throughput": 15.156,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa1001f7ed19020043768d"
},
{
"timeStamp": 1386876924595,
"elapsed": 304.448,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 48.06,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 77,
"report_count": 1,
"throughput": 15.355,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa1006f7ed1902004376a3"
},
{
"timeStamp": 1386876924776,
"elapsed": 128.122,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 54.621,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.989,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa1005f7ed19020043769d"
},
{
"timeStamp": 1386876924589,
"elapsed": 301.212,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 45.368,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 70,
"report_count": 1,
"throughput": 13.994,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa1005f7ed19020043769c"
},
{
"timeStamp": 1386876458894,
"elapsed": 308.618,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 49.914,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 81,
"report_count": 1,
"throughput": 16.166,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0e30f7ed190200436ba6"
},
{
"timeStamp": 1386876945162,
"elapsed": 300.402,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 54.923,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 78,
"report_count": 1,
"throughput": 15.586,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa101af7ed19020043771a"
},
{
"timeStamp": 1386876944652,
"elapsed": 125.283,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 50.95,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 152,
"report_count": 1,
"throughput": 30.34,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa1019f7ed190200437711"
},
{
"timeStamp": 1386876944372,
"elapsed": 314.914,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 50.432,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 77,
"report_count": 1,
"throughput": 15.37,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa1019f7ed190200437710"
},
{
"timeStamp": 1386876944797,
"elapsed": 124.92,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 50.659,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.981,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa101af7ed190200437718"
},
{
"timeStamp": 1386876949751,
"elapsed": 130.143,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 47.108,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 148,
"report_count": 1,
"throughput": 29.57,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa101ef7ed190200437740"
},
{
"timeStamp": 1386876949963,
"elapsed": 302.825,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 51.05,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 74,
"report_count": 1,
"throughput": 14.785,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa101ef7ed19020043773f"
},
{
"timeStamp": 1386876949843,
"elapsed": 116.939,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 46.173,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.976,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa101ff7ed190200437747"
},
{
"timeStamp": 1386876950092,
"elapsed": 295.6,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 46.931,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 58,
"report_count": 1,
"throughput": 14.49,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa101ff7ed190200437746"
},
{
"timeStamp": 1386876954278,
"elapsed": 307.576,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 49.937,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 91,
"report_count": 1,
"throughput": 15.161,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa1024f7ed19020043775f"
},
{
"timeStamp": 1386876954728,
"elapsed": 123.028,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 50.424,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 152,
"report_count": 1,
"throughput": 30.36,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa1023f7ed190200437757"
},
{
"timeStamp": 1386876954592,
"elapsed": 126.592,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 46.179,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.994,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa1024f7ed19020043775d"
},
{
"timeStamp": 1386876924731,
"elapsed": 123.101,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 52.458,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.915,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa1006f7ed1902004376a4"
},
{
"timeStamp": 1386876975048,
"elapsed": 320.664,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 51.28,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 75,
"report_count": 1,
"throughput": 14.981,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa1037f7ed1902004377d4"
},
{
"timeStamp": 1386876974803,
"elapsed": 115.413,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 47.774,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 165,
"report_count": 1,
"throughput": 32.95,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa1037f7ed1902004377d5"
},
{
"timeStamp": 1386876974623,
"elapsed": 126.586,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 44.693,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.904,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa1038f7ed1902004377db"
},
{
"timeStamp": 1386876974392,
"elapsed": 299.475,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 51.702,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 79,
"report_count": 1,
"throughput": 15.744,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa1038f7ed1902004377dc"
},
{
"timeStamp": 1386876979600,
"elapsed": 118.226,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 54.259,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.945,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa103df7ed1902004377f6"
},
{
"timeStamp": 1386876979901,
"elapsed": 306.489,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 49.948,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 74,
"report_count": 1,
"throughput": 14.779,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa103cf7ed1902004377ef"
},
{
"timeStamp": 1386876979378,
"elapsed": 271.874,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 52.086,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 72,
"report_count": 1,
"throughput": 14.37,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa103df7ed1902004377f7"
},
{
"timeStamp": 1386876979707,
"elapsed": 125.433,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 46.093,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 130,
"report_count": 1,
"throughput": 25.956,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa103cf7ed1902004377f0"
},
{
"timeStamp": 1386876984967,
"elapsed": 300.317,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 51.829,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 76,
"report_count": 1,
"throughput": 15.161,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa1041f7ed190200437806"
},
{
"timeStamp": 1386876984692,
"elapsed": 129.407,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 47.749,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 169,
"report_count": 1,
"throughput": 33.705,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa1041f7ed190200437807"
},
{
"timeStamp": 1386876984720,
"elapsed": 278.497,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 61.907,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 82,
"report_count": 1,
"throughput": 16.357,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa1042f7ed19020043780e"
},
{
"timeStamp": 1386876954803,
"elapsed": 281.419,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 48.523,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 76,
"report_count": 1,
"throughput": 15.18,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa1023f7ed190200437756"
},
{
"timeStamp": 1386877004829,
"elapsed": 305.244,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 44.76,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 83,
"report_count": 1,
"throughput": 13.817,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa1055f7ed19020043787c"
},
{
"timeStamp": 1386877004482,
"elapsed": 302.593,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 46.956,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 72,
"report_count": 1,
"throughput": 14.365,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa1056f7ed190200437881"
},
{
"timeStamp": 1386877004826,
"elapsed": 123.139,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 49.282,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 144,
"report_count": 1,
"throughput": 28.732,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa1056f7ed190200437882"
},
{
"timeStamp": 1386877004788,
"elapsed": 128.513,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 50.721,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 121,
"report_count": 1,
"throughput": 24.169,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa1055f7ed19020043787a"
},
{
"timeStamp": 1386877009863,
"elapsed": 266.792,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 53.602,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 87,
"report_count": 1,
"throughput": 14.479,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa105bf7ed1902004378b3"
},
{
"timeStamp": 1386877009565,
"elapsed": 123.286,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 49.225,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.994,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa105af7ed1902004378aa"
},
{
"timeStamp": 1386877009748,
"elapsed": 124.785,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 53.439,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.953,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa105bf7ed1902004378b0"
},
{
"timeStamp": 1386877010687,
"elapsed": 303.246,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 47.945,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 58,
"report_count": 1,
"throughput": 14.497,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa105af7ed1902004378a9"
},
{
"timeStamp": 1386877014676,
"elapsed": 124.546,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 49.512,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.97,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa105ff7ed1902004378c0"
},
{
"timeStamp": 1386877014488,
"elapsed": 121.206,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 50.626,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.982,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa1060f7ed1902004378c7"
},
{
"timeStamp": 1386877014309,
"elapsed": 300.383,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 52.881,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 84,
"report_count": 1,
"throughput": 16.782,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa105ff7ed1902004378c1"
},
{
"timeStamp": 1386876984679,
"elapsed": 126.78,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 52.416,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.921,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa1042f7ed19020043780d"
},
{
"timeStamp": 1386877149801,
"elapsed": 128.506,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 52.643,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 156,
"report_count": 5,
"throughput": 31.178,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10e6f7ed190200437bdf"
},
{
"timeStamp": 1386877149623,
"elapsed": 296.279,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 49.476,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 76,
"report_count": 5,
"throughput": 15.157,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10e7f7ed190200437bf4"
},
{
"timeStamp": 1386877149909,
"elapsed": 323.372,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 53.4,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 78,
"report_count": 5,
"throughput": 15.587,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10e6f7ed190200437bde"
},
{
"timeStamp": 1386877149777,
"elapsed": 126.675,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 47.532,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 157,
"report_count": 5,
"throughput": 31.31,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10e7f7ed190200437bf5"
},
{
"timeStamp": 1386877144566,
"elapsed": 120.399,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 52.937,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 152,
"report_count": 6,
"throughput": 25.263,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10e1f7ed190200437bc8"
},
{
"timeStamp": 1386877144772,
"elapsed": 121.505,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 52.476,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 145,
"report_count": 5,
"throughput": 28.958,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10e2f7ed190200437bcf"
},
{
"timeStamp": 1386877145288,
"elapsed": 289.943,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 46.606,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 70,
"report_count": 5,
"throughput": 13.969,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10e1f7ed190200437bc7"
},
{
"timeStamp": 1386877144750,
"elapsed": 304.172,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 48.867,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 74,
"report_count": 5,
"throughput": 14.778,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10e2f7ed190200437bce"
},
{
"timeStamp": 1386877139937,
"elapsed": 297.382,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 52.491,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 81,
"report_count": 5,
"throughput": 16.152,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10ddf7ed190200437bb3"
},
{
"timeStamp": 1386877139773,
"elapsed": 123.095,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 50.531,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 154,
"report_count": 5,
"throughput": 30.713,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10ddf7ed190200437bb4"
},
{
"timeStamp": 1386877139449,
"elapsed": 125.512,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 51.155,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 150,
"report_count": 5,
"throughput": 29.891,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10dcf7ed190200437baa"
},
{
"timeStamp": 1386877140092,
"elapsed": 303.63,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 48.364,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 71,
"report_count": 5,
"throughput": 14.145,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10dcf7ed190200437bad"
},
{
"timeStamp": 1386877029486,
"elapsed": 296.086,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 48.842,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 80,
"report_count": 1,
"throughput": 15.99,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa106ff7ed19020043792f"
},
{
"timeStamp": 1386877029686,
"elapsed": 125.279,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 51.699,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.982,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa106ff7ed19020043792e"
},
{
"timeStamp": 1386877029669,
"elapsed": 125.41,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 53.771,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 158,
"report_count": 1,
"throughput": 31.575,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa106ef7ed190200437928"
},
{
"timeStamp": 1386877029631,
"elapsed": 307.123,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 52.088,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 76,
"report_count": 1,
"throughput": 15.187,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa106ef7ed190200437927"
},
{
"timeStamp": 1386877024506,
"elapsed": 299.643,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 56.044,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 79,
"report_count": 1,
"throughput": 15.792,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa106af7ed1902004378fa"
},
{
"timeStamp": 1386877024528,
"elapsed": 124.012,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 49.392,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.988,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa106af7ed1902004378f9"
},
{
"timeStamp": 1386877024626,
"elapsed": 274.776,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 50.427,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 80,
"report_count": 1,
"throughput": 15.972,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa1069f7ed1902004378f2"
},
{
"timeStamp": 1386877024728,
"elapsed": 128.066,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 46.208,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.951,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa1069f7ed1902004378f3"
},
{
"timeStamp": 1386877019310,
"elapsed": 286.041,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 47.009,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 70,
"report_count": 1,
"throughput": 13.992,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa1065f7ed1902004378df"
},
{
"timeStamp": 1386877019265,
"elapsed": 121.979,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 52.479,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.982,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa1065f7ed1902004378de"
},
{
"timeStamp": 1386877019544,
"elapsed": 123.119,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 47.686,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.982,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa1064f7ed1902004378d7"
},
{
"timeStamp": 1386876334151,
"elapsed": 299.421,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 48.519,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 76,
"report_count": 1,
"throughput": 15.191,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0db8f7ed1902004368ca"
},
{
"timeStamp": 1386877119694,
"elapsed": 125.038,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 46.922,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.862,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10c8f7ed190200437b36"
},
{
"timeStamp": 1386877119618,
"elapsed": 126.056,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 51.923,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 149,
"report_count": 1,
"throughput": 29.776,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10c9f7ed190200437b40"
},
{
"timeStamp": 1386877120543,
"elapsed": 276.407,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 45.409,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 59,
"report_count": 1,
"throughput": 14.74,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10c9f7ed190200437b3f"
},
{
"timeStamp": 1386877120256,
"elapsed": 304.921,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 49.121,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 78,
"report_count": 1,
"throughput": 15.537,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10c8f7ed190200437b38"
},
{
"timeStamp": 1386877114396,
"elapsed": 118.006,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 49.107,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 151,
"report_count": 1,
"throughput": 30.102,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10c3f7ed190200437b20"
},
{
"timeStamp": 1386877114684,
"elapsed": 125.872,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 51.961,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 151,
"report_count": 1,
"throughput": 30.176,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10c4f7ed190200437b28"
},
{
"timeStamp": 1386877114986,
"elapsed": 313.014,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 46.915,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 76,
"report_count": 1,
"throughput": 15.134,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10c3f7ed190200437b21"
},
{
"timeStamp": 1386877114673,
"elapsed": 295.939,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 53.554,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 90,
"report_count": 1,
"throughput": 14.988,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10c4f7ed190200437b2b"
},
{
"timeStamp": 1386877110630,
"elapsed": 133.72,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 52.588,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 119,
"report_count": 1,
"throughput": 29.635,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10bef7ed190200437b05"
},
{
"timeStamp": 1386877109562,
"elapsed": 291.305,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 53.054,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 72,
"report_count": 1,
"throughput": 14.388,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10bff7ed190200437b0e"
},
{
"timeStamp": 1386877109630,
"elapsed": 124.046,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 52.819,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.976,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10bff7ed190200437b0d"
},
{
"timeStamp": 1386877109717,
"elapsed": 318.045,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 56.228,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 74,
"report_count": 1,
"throughput": 14.758,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10bef7ed190200437b06"
},
{
"timeStamp": 1386877059620,
"elapsed": 323.028,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 47.047,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 79,
"report_count": 1,
"throughput": 15.767,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa108df7ed1902004379d5"
},
{
"timeStamp": 1386877059769,
"elapsed": 124.615,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 48.157,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.944,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa108df7ed1902004379d4"
},
{
"timeStamp": 1386877059720,
"elapsed": 127.775,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 47.384,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 135,
"report_count": 1,
"throughput": 26.973,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa108cf7ed1902004379ce"
},
{
"timeStamp": 1386877059788,
"elapsed": 309.308,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 45.515,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 75,
"report_count": 1,
"throughput": 14.986,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa108cf7ed1902004379cd"
},
{
"timeStamp": 1386877055402,
"elapsed": 301.583,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 51.741,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 55,
"report_count": 1,
"throughput": 13.738,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa1088f7ed1902004379bd"
},
{
"timeStamp": 1386877054693,
"elapsed": 133.186,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 46.972,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 160,
"report_count": 1,
"throughput": 31.952,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa1087f7ed1902004379b7"
},
{
"timeStamp": 1386877054695,
"elapsed": 127.093,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 50.653,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.982,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa1088f7ed1902004379be"
},
{
"timeStamp": 1386877054813,
"elapsed": 296.004,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 50.586,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 77,
"report_count": 1,
"throughput": 15.383,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa1087f7ed1902004379b6"
},
{
"timeStamp": 1386877049767,
"elapsed": 123.944,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 53.927,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 150,
"report_count": 1,
"throughput": 29.946,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa1083f7ed1902004379a2"
},
{
"timeStamp": 1386877049762,
"elapsed": 129.648,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 50.508,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 159,
"report_count": 1,
"throughput": 31.76,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa1082f7ed190200437992"
},
{
"timeStamp": 1386877049684,
"elapsed": 296.259,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 51.678,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 92,
"report_count": 1,
"throughput": 15.309,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa1083f7ed1902004379a5"
},
{
"timeStamp": 1386876319787,
"elapsed": 128.592,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 53.635,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 147,
"report_count": 1,
"throughput": 29.383,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0da9f7ed19020043686d"
},
{
"timeStamp": 1386877089984,
"elapsed": 294.429,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 51.574,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 67,
"report_count": 1,
"throughput": 13.392,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10abf7ed190200437a99"
},
{
"timeStamp": 1386877089754,
"elapsed": 128.852,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 45.58,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 142,
"report_count": 1,
"throughput": 28.383,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10abf7ed190200437a98"
},
{
"timeStamp": 1386877089808,
"elapsed": 313.031,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 49.986,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 76,
"report_count": 1,
"throughput": 15.138,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10aaf7ed190200437a91"
},
{
"timeStamp": 1386877089864,
"elapsed": 126.257,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 53.911,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 161,
"report_count": 1,
"throughput": 32.061,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10aaf7ed190200437a92"
},
{
"timeStamp": 1386877084825,
"elapsed": 296.709,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 50.793,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 74,
"report_count": 1,
"throughput": 14.749,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10a6f7ed190200437a64"
},
{
"timeStamp": 1386877085626,
"elapsed": 123.319,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 50.527,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 135,
"report_count": 1,
"throughput": 26.959,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10a5f7ed190200437a5d"
},
{
"timeStamp": 1386877084775,
"elapsed": 123.569,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 49.622,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 157,
"report_count": 1,
"throughput": 31.283,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10a6f7ed190200437a63"
},
{
"timeStamp": 1386877084725,
"elapsed": 295.392,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 48.986,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 74,
"report_count": 1,
"throughput": 14.775,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10a5f7ed190200437a5c"
},
{
"timeStamp": 1386877079688,
"elapsed": 124.16,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 53.304,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 168,
"report_count": 1,
"throughput": 33.499,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10a0f7ed190200437a42"
},
{
"timeStamp": 1386877079755,
"elapsed": 123.401,
"label": "jp@gc - Dummy Sampler-60",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 30,
"allThreads": 45,
"latency": 50.015,
"hostName": "ip-10-80-61-13",
"region": "eu-west-1",
"request_count": 141,
"report_count": 1,
"throughput": 28.11,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10a1f7ed190200437a49"
},
{
"timeStamp": 1386876674173,
"elapsed": 295.283,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 51.14,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 80,
"report_count": 1,
"throughput": 15.997,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa0f0bf7ed1902004370c4"
},
{
"timeStamp": 1386877079977,
"elapsed": 297.952,
"label": "jp@gc - Dummy Sampler-30",
"responseCode": "200",
"success": "true",
"bytes": 114,
"grpThreads": 15,
"allThreads": 45,
"latency": 52.334,
"hostName": "ip-10-48-198-32",
"region": "eu-west-1",
"request_count": 77,
"report_count": 1,
"throughput": 15.364,
"resultid": "52a9fb10f7ed19020042fabf",
"_id": "52aa10a0f7ed190200437a41"
}
]
<html>
<head>
<title>Simple Line Graph using SVG and d3.js</title>
<script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="graph" class="aGraph" style="position:absolute;top:0px;left:0; float:left;"></div>
<script src="script.js" ></script>
</body>
</html>
drawgraph();
function drawgraph(){
// define dimensions of graph
var m = [80, 80, 80, 80]; // margins
var w = 1000 - m[1] - m[3]; // width
var h = 400 - m[0] - m[2]; // height
var x_dim_accessor = function(d){return d.elapsed};
var y_dim_accessor = function(d){return d.throughput};
var x_range;
var y_range;
// create a simple data array that we'll plot with a line (this array represents only the Y values, X will just be the index location)
d3.json("data.json", function(error, json){
var data;
if(!json) json = error; //not sure why error seems to contain the data!...
if(json[0] && json[0].summary){
data = json[0].summary;
}else{
data = json;
}
x_range = [
d3.min(data, x_dim_accessor),
d3.max(data, x_dim_accessor)
];
y_range = [
d3.min(data, y_dim_accessor),
d3.max(data, y_dim_accessor)
];
var data2 = data.filter(function(d){
return d.label == "jp@gc - Dummy Sampler-30";
}).sort(function(a,b){
return x_dim_accessor(a) - x_dim_accessor(b);
});
render(data2);
var data3 = data.filter(function(d){
return d.label == "jp@gc - Dummy Sampler-60";
}).sort(function(a,b){
return x_dim_accessor(a) - x_dim_accessor(b);
});
render(data3);
});
function render(data){
// X scale will fit all values from data[] within pixels 0-w
var x = d3.scale.linear().domain(x_range).range([0, w]);
// Y scale will fit values from 0-10 within pixels h-0 (Note the inverted domain for the y-scale: bigger is up!)
var y = d3.scale.linear().domain(y_range).range([h, 0]);
// automatically determining max range can work something like this
// var y = d3.scale.linear().domain([0, d3.max(data)]).range([h, 0]);
// create a line function that can convert data[] into x and y points
var line = d3.svg.line()
// assign the X function to plot our line as we wish
.x(function(d,i) {
return x(x_dim_accessor(d));
})
.y(function(d) {
return y(y_dim_accessor(d));
})
// Add an SVG element with the desired dimensions and margin.
var graph = d3.select("#graph").append("svg:svg")
.attr("width", w + m[1] + m[3])
.attr("height", h + m[0] + m[2])
.append("svg:g")
.attr("transform", "translate(" + m[3] + "," + m[0] + ")");
// create yAxis
var xAxis = d3.svg.axis().scale(x).tickSize(-h).tickSubdivide(true);
// Add the x-axis.
graph.append("svg:g")
.attr("class", "x axis")
.attr("transform", "translate(0," + h + ")")
.call(xAxis);
// create left yAxis
var yAxisLeft = d3.svg.axis().scale(y).ticks(4).orient("left");
// Add the y-axis to the left
graph.append("svg:g")
.attr("class", "y axis")
.attr("transform", "translate(-25,0)")
.call(yAxisLeft);
// Add the line by appending an svg:path element with the data line we created above
// do this AFTER the axes above so that the line is above the tick-lines
graph.append("svg:path").attr("d", line(data));
}
}
/* tell the SVG path to be a thin blue line without any area fill */
path {
stroke: steelblue;
stroke-width: 1;
fill: none;
}
.axis {
shape-rendering: crispEdges;
}
.x.axis line {
stroke: lightgrey;
}
.x.axis .minor {
stroke-opacity: .5;
}
.x.axis path {
display: none;
}
.y.axis line, .y.axis path {
fill: none;
stroke: #000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment