Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the output json result is not a valid json file #1345

Closed
IamTonyZHOU opened this issue Mar 6, 2020 · 2 comments
Closed

the output json result is not a valid json file #1345

IamTonyZHOU opened this issue Mar 6, 2020 · 2 comments

Comments

@IamTonyZHOU
Copy link

Environment

  • k6 version: 0.26.1
  • OS and version: windows 10 enterprise 2018
  • Docker version and image, if applicable: na

Expected Behavior

The result json is valid, I can get the result from it.

Actual Behavior

The json format is incorrect

Steps to Reproduce the Problem

  1. run the k6 script : k6 run loadtest.js --out json=result.json
  2. check the output json result.json
  3. verify the json format, it will show error.
    Error: Parse error on line 18:
    ... "metric": "vus"} { "type": "Point",
    ---------------------^
    Expecting 'EOF', '}', ',', ']', got '{'
    4, the full json output is below:
    {"type":"Metric","data":{"name":"vus","type":"gauge","contains":"default","tainted":null,"thresholds":[],"submetrics":null,"sub":{"name":"","parent":"","suffix":"","tags":null}},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:44:39.7825679+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Metric","data":{"name":"vus_max","type":"gauge","contains":"default","tainted":null,"thresholds":[],"submetrics":null,"sub":{"name":"","parent":"","suffix":"","tags":null}},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:44:39.7825679+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:44:40.7815679+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:44:40.7815679+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:44:41.7815682+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:44:41.7815682+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:44:42.7825634+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:44:42.7825634+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:44:43.7815665+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:44:43.7815665+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:44:44.7825672+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:44:44.7825672+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:44:45.781566+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:44:45.781566+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:44:46.7925611+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:44:46.7925611+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:44:47.8025609+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:44:47.8025609+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:44:48.7825668+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:44:48.7825668+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:44:49.7825629+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:44:49.7825629+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:44:50.7815645+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:44:50.7815645+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:44:51.7835625+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:44:51.7835625+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:44:52.7815653+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:44:52.7815653+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:44:53.7815679+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:44:53.7815679+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:44:54.7815658+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:44:54.7815658+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:44:55.7825687+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:44:55.7825687+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:44:56.7825632+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:44:56.7825632+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:44:57.782565+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:44:57.782565+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:44:58.7815675+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:44:58.7815675+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:44:59.7825643+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:44:59.7825643+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:00.7825617+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:00.7825617+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:01.7815678+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:01.7815678+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:02.7825645+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:02.7825645+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:03.7835654+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:03.7835654+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Metric","data":{"name":"http_reqs","type":"counter","contains":"default","tainted":null,"thresholds":[],"submetrics":null,"sub":{"name":"","parent":"","suffix":"","tags":null}},"metric":"http_reqs"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:04.3005713+08:00","value":1,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_reqs"}
    {"type":"Metric","data":{"name":"http_req_duration","type":"trend","contains":"time","tainted":null,"thresholds":[],"submetrics":null,"sub":{"name":"","parent":"","suffix":"","tags":null}},"metric":"http_req_duration"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:04.3005713+08:00","value":25493.0072,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_duration"}
    {"type":"Metric","data":{"name":"http_req_blocked","type":"trend","contains":"time","tainted":null,"thresholds":[],"submetrics":null,"sub":{"name":"","parent":"","suffix":"","tags":null}},"metric":"http_req_blocked"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:04.3005713+08:00","value":0.999,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_blocked"}
    {"type":"Metric","data":{"name":"http_req_connecting","type":"trend","contains":"time","tainted":null,"thresholds":[],"submetrics":null,"sub":{"name":"","parent":"","suffix":"","tags":null}},"metric":"http_req_connecting"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:04.3005713+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_connecting"}
    {"type":"Metric","data":{"name":"http_req_tls_handshaking","type":"trend","contains":"time","tainted":null,"thresholds":[],"submetrics":null,"sub":{"name":"","parent":"","suffix":"","tags":null}},"metric":"http_req_tls_handshaking"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:04.3005713+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_tls_handshaking"}
    {"type":"Metric","data":{"name":"http_req_sending","type":"trend","contains":"time","tainted":null,"thresholds":[],"submetrics":null,"sub":{"name":"","parent":"","suffix":"","tags":null}},"metric":"http_req_sending"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:04.3005713+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_sending"}
    {"type":"Metric","data":{"name":"http_req_waiting","type":"trend","contains":"time","tainted":null,"thresholds":[],"submetrics":null,"sub":{"name":"","parent":"","suffix":"","tags":null}},"metric":"http_req_waiting"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:04.3005713+08:00","value":25493.0072,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_waiting"}
    {"type":"Metric","data":{"name":"http_req_receiving","type":"trend","contains":"time","tainted":null,"thresholds":[],"submetrics":null,"sub":{"name":"","parent":"","suffix":"","tags":null}},"metric":"http_req_receiving"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:04.3005713+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_receiving"}
    {"type":"Metric","data":{"name":"data_sent","type":"counter","contains":"data","tainted":null,"thresholds":[],"submetrics":null,"sub":{"name":"","parent":"","suffix":"","tags":null}},"metric":"data_sent"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:04.3015671+08:00","value":9746,"tags":{"group":""}},"metric":"data_sent"}
    {"type":"Metric","data":{"name":"data_received","type":"counter","contains":"data","tainted":null,"thresholds":[],"submetrics":null,"sub":{"name":"","parent":"","suffix":"","tags":null}},"metric":"data_received"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:04.3015671+08:00","value":19932,"tags":{"group":""}},"metric":"data_received"}
    {"type":"Metric","data":{"name":"iteration_duration","type":"trend","contains":"time","tainted":null,"thresholds":[],"submetrics":null,"sub":{"name":"","parent":"","suffix":"","tags":null}},"metric":"iteration_duration"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:04.3015671+08:00","value":25495.002,"tags":{"group":""}},"metric":"iteration_duration"}
    {"type":"Metric","data":{"name":"iterations","type":"counter","contains":"default","tainted":null,"thresholds":[],"submetrics":null,"sub":{"name":"","parent":"","suffix":"","tags":null}},"metric":"iterations"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:04.3015671+08:00","value":1,"tags":{"group":""}},"metric":"iterations"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:04.8155645+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:04.8155645+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:05.7825704+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:05.7825704+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:06.78157+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:06.78157+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:07.7815692+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:07.7815692+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:08.7815657+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:08.7815657+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:09.7995724+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:09.7995724+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:10.7815666+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:10.7815666+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:11.7865683+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:11.7865683+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:12.7815655+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:12.7815655+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:13.3455651+08:00","value":1,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_reqs"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:13.3455651+08:00","value":9043.998,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_duration"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:13.3455651+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_blocked"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:13.3455651+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_connecting"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:13.3455651+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_tls_handshaking"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:13.3455651+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_sending"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:13.3455651+08:00","value":9043.998,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_waiting"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:13.3455651+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_receiving"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:13.3455651+08:00","value":9746,"tags":{"group":""}},"metric":"data_sent"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:13.3455651+08:00","value":19932,"tags":{"group":""}},"metric":"data_received"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:13.3455651+08:00","value":9043.998,"tags":{"group":""}},"metric":"iteration_duration"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:13.3455651+08:00","value":1,"tags":{"group":""}},"metric":"iterations"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:13.7815655+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:13.7815655+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:14.7815655+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:14.7815655+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:15.7815654+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:15.7815654+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:16.7825667+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:16.7825667+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:17.7825657+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:17.7825657+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:18.7815684+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:18.7815684+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:19.7815641+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:19.7815641+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:20.8295673+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:20.8295673+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:21.2705711+08:00","value":1,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_reqs"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:21.2705711+08:00","value":7924.0071,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_duration"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:21.2705711+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_blocked"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:21.2705711+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_connecting"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:21.2705711+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_tls_handshaking"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:21.2705711+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_sending"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:21.2705711+08:00","value":7924.0071,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_waiting"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:21.2705711+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_receiving"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:21.2705711+08:00","value":9746,"tags":{"group":""}},"metric":"data_sent"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:21.2705711+08:00","value":19932,"tags":{"group":""}},"metric":"data_received"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:21.2705711+08:00","value":7925.006,"tags":{"group":""}},"metric":"iteration_duration"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:21.2705711+08:00","value":1,"tags":{"group":""}},"metric":"iterations"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:21.857568+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:21.857568+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:22.7905669+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:22.7905669+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:23.7825701+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:23.7825701+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:24.788569+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:24.788569+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:25.7835614+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:25.7835614+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:26.782568+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:26.782568+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:27.7835619+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:27.7835619+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:28.7875673+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:28.7875673+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:29.7835659+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:29.7835659+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:30.7835688+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:30.7835688+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:31.6355658+08:00","value":1,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_reqs"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:31.6355658+08:00","value":10364.9947,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_duration"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:31.6355658+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_blocked"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:31.6355658+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_connecting"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:31.6355658+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_tls_handshaking"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:31.6355658+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_sending"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:31.6355658+08:00","value":10364.9947,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_waiting"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:31.6355658+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_receiving"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:31.6355658+08:00","value":9746,"tags":{"group":""}},"metric":"data_sent"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:31.6355658+08:00","value":19932,"tags":{"group":""}},"metric":"data_received"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:31.6355658+08:00","value":10364.9947,"tags":{"group":""}},"metric":"iteration_duration"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:31.6355658+08:00","value":1,"tags":{"group":""}},"metric":"iterations"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:31.808565+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:31.808565+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:32.7825614+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:32.7825614+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:33.781569+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:33.781569+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:34.7825647+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:34.7825647+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:35.7825752+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:35.7825752+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:36.7825663+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:36.7825663+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:37.7825667+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:37.7825667+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:38.7815662+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:38.7815662+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:39.7825647+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:39.7825647+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:40.1685626+08:00","value":1,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_reqs"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:40.1685626+08:00","value":8531.9968,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_duration"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:40.1685626+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_blocked"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:40.1685626+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_connecting"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:40.1685626+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_tls_handshaking"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:40.1685626+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_sending"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:40.1685626+08:00","value":8531.9968,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_waiting"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:40.1685626+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_receiving"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:40.1685626+08:00","value":9746,"tags":{"group":""}},"metric":"data_sent"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:40.1685626+08:00","value":19932,"tags":{"group":""}},"metric":"data_received"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:40.1685626+08:00","value":8532.9968,"tags":{"group":""}},"metric":"iteration_duration"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:40.1685626+08:00","value":1,"tags":{"group":""}},"metric":"iterations"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:40.7815719+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:40.7815719+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:41.7825613+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:41.7825613+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:42.7835637+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:42.7835637+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:43.7825619+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:43.7825619+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:44.7825738+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:44.7825738+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:45.7825636+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:45.7825636+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:46.7825656+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:46.7825656+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:46.8675658+08:00","value":1,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_reqs"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:46.8675658+08:00","value":6699.0032,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_duration"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:46.8675658+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_blocked"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:46.8675658+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_connecting"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:46.8675658+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_tls_handshaking"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:46.8675658+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_sending"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:46.8675658+08:00","value":6699.0032,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_waiting"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:46.8675658+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_receiving"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:46.8675658+08:00","value":9746,"tags":{"group":""}},"metric":"data_sent"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:46.8675658+08:00","value":19932,"tags":{"group":""}},"metric":"data_received"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:46.8675658+08:00","value":6699.0032,"tags":{"group":""}},"metric":"iteration_duration"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:46.8675658+08:00","value":1,"tags":{"group":""}},"metric":"iterations"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:47.7815638+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:47.7815638+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:48.7825619+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:48.7825619+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:49.7825676+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:49.7825676+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:50.7835645+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:50.7835645+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:51.7825637+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:51.7825637+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:52.7825695+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:52.7825695+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:53.4225699+08:00","value":1,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_reqs"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:53.4225699+08:00","value":6555.0041,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_duration"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:53.4225699+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_blocked"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:53.4225699+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_connecting"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:53.4225699+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_tls_handshaking"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:53.4225699+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_sending"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:53.4225699+08:00","value":6553.9987,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_waiting"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:53.4225699+08:00","value":1.0054,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_receiving"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:53.4235845+08:00","value":9746,"tags":{"group":""}},"metric":"data_sent"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:53.4235845+08:00","value":19932,"tags":{"group":""}},"metric":"data_received"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:53.4235845+08:00","value":6556.0187,"tags":{"group":""}},"metric":"iteration_duration"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:53.4235845+08:00","value":1,"tags":{"group":""}},"metric":"iterations"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:53.8135616+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:53.8135616+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:54.7815711+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:54.7815711+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:55.7815669+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:55.7815669+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:56.7815637+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:56.7815637+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:57.7815658+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:57.7815658+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:58.7815659+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:58.7815659+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:59.7825644+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:45:59.7825644+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:00.7815668+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:00.7815668+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:01.6075674+08:00","value":1,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_reqs"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:01.6075674+08:00","value":8182.9999,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_duration"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:01.6075674+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_blocked"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:01.6075674+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_connecting"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:01.6075674+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_tls_handshaking"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:01.6075674+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_sending"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:01.6075674+08:00","value":8182.9999,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_waiting"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:01.6075674+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_receiving"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:01.6075674+08:00","value":9746,"tags":{"group":""}},"metric":"data_sent"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:01.6075674+08:00","value":19932,"tags":{"group":""}},"metric":"data_received"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:01.6075674+08:00","value":8183.9829,"tags":{"group":""}},"metric":"iteration_duration"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:01.6075674+08:00","value":1,"tags":{"group":""}},"metric":"iterations"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:01.7875615+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:01.7875615+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:02.7815929+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:02.7815929+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:03.7945683+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:03.7945683+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:04.7815673+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:04.7815673+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:05.781566+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:05.781566+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:06.7815695+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:06.7815695+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:07.7825636+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:07.7825636+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:08.7825663+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:08.7825663+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:09.7825644+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:09.7825644+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:10.7825689+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:10.7825689+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:11.2985669+08:00","value":1,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_reqs"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:11.2985669+08:00","value":9690.0007,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_duration"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:11.2985669+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_blocked"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:11.2985669+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_connecting"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:11.2985669+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_tls_handshaking"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:11.2985669+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_sending"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:11.2985669+08:00","value":9690.0007,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_waiting"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:11.2985669+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_receiving"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:11.2985669+08:00","value":9746,"tags":{"group":""}},"metric":"data_sent"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:11.2985669+08:00","value":19932,"tags":{"group":""}},"metric":"data_received"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:11.2985669+08:00","value":9690.9995,"tags":{"group":""}},"metric":"iteration_duration"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:11.2985669+08:00","value":1,"tags":{"group":""}},"metric":"iterations"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:11.7815651+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:11.7815651+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:12.7815672+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:12.7815672+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:13.7835637+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:13.7835637+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:14.7815689+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:14.7815689+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:15.782572+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:15.782572+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:16.7825635+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:16.7825635+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:17.7815667+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:17.7815667+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:17.9015678+08:00","value":1,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_reqs"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:17.9015678+08:00","value":6602.002,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_duration"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:17.9015678+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_blocked"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:17.9015678+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_connecting"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:17.9015678+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_tls_handshaking"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:17.9015678+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_sending"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:17.9015678+08:00","value":6602.002,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_waiting"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:17.9015678+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_receiving"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:17.9025673+08:00","value":9746,"tags":{"group":""}},"metric":"data_sent"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:17.9025673+08:00","value":19932,"tags":{"group":""}},"metric":"data_received"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:17.9025673+08:00","value":6603.0015,"tags":{"group":""}},"metric":"iteration_duration"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:17.9025673+08:00","value":1,"tags":{"group":""}},"metric":"iterations"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:18.7825624+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:18.7825624+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:19.7825634+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:19.7825634+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:20.781564+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:20.781564+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:21.7825629+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:21.7825629+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:22.7826164+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:22.7826164+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:23.7815762+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:23.7815762+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:24.7825668+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:24.7825668+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:24.9925655+08:00","value":1,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_reqs"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:24.9925655+08:00","value":7089.9982,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_duration"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:24.9925655+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_blocked"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:24.9925655+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_connecting"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:24.9925655+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_tls_handshaking"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:24.9925655+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_sending"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:24.9925655+08:00","value":7089.9982,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_waiting"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:24.9925655+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_receiving"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:24.9925655+08:00","value":9746,"tags":{"group":""}},"metric":"data_sent"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:24.9925655+08:00","value":19932,"tags":{"group":""}},"metric":"data_received"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:24.9925655+08:00","value":7089.9982,"tags":{"group":""}},"metric":"iteration_duration"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:24.9925655+08:00","value":1,"tags":{"group":""}},"metric":"iterations"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:25.781565+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:25.781565+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:26.7825628+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:26.7825628+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:27.7835616+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:27.7835616+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:28.7825648+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:28.7825648+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:29.7825656+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:29.7825656+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:30.7935674+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:30.7935674+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:31.7815665+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:31.7815665+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:32.5815694+08:00","value":1,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_reqs"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:32.5815694+08:00","value":7589.0039,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_duration"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:32.5815694+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_blocked"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:32.5815694+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_connecting"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:32.5815694+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_tls_handshaking"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:32.5815694+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_sending"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:32.5815694+08:00","value":7589.0039,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_waiting"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:32.5815694+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_receiving"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:32.5815694+08:00","value":9746,"tags":{"group":""}},"metric":"data_sent"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:32.5815694+08:00","value":19932,"tags":{"group":""}},"metric":"data_received"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:32.5815694+08:00","value":7589.0039,"tags":{"group":""}},"metric":"iteration_duration"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:32.5815694+08:00","value":1,"tags":{"group":""}},"metric":"iterations"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:32.7845609+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:32.7845609+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:33.7815668+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:33.7815668+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:34.7815637+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:34.7815637+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:35.7835633+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:35.7835633+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:36.7815676+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:36.7815676+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:37.7825691+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:37.7825691+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:38.7815636+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:38.7815636+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:39.4665664+08:00","value":1,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_reqs"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:39.4665664+08:00","value":6884.997,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_duration"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:39.4665664+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_blocked"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:39.4665664+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_connecting"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:39.4665664+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_tls_handshaking"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:39.4665664+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_sending"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:39.4665664+08:00","value":6884.997,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_waiting"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:39.4665664+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_receiving"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:39.4665664+08:00","value":9746,"tags":{"group":""}},"metric":"data_sent"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:39.4665664+08:00","value":19932,"tags":{"group":""}},"metric":"data_received"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:39.4665664+08:00","value":6884.997,"tags":{"group":""}},"metric":"iteration_duration"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:39.4665664+08:00","value":1,"tags":{"group":""}},"metric":"iterations"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:39.7875607+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:39.7875607+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:40.7815725+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:40.7815725+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:41.7825633+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:41.7825633+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:42.7825644+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:42.7825644+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:43.7815651+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:43.7815651+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:44.7825658+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:44.7825658+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:45.782564+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:45.782564+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:46.2935706+08:00","value":1,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_reqs"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:46.2935706+08:00","value":6826.0068,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_duration"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:46.2935706+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_blocked"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:46.2935706+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_connecting"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:46.2935706+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_tls_handshaking"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:46.2935706+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_sending"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:46.2935706+08:00","value":6826.0068,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_waiting"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:46.2935706+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_receiving"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:46.2935706+08:00","value":9746,"tags":{"group":""}},"metric":"data_sent"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:46.2935706+08:00","value":19932,"tags":{"group":""}},"metric":"data_received"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:46.2935706+08:00","value":6827.0042,"tags":{"group":""}},"metric":"iteration_duration"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:46.2935706+08:00","value":1,"tags":{"group":""}},"metric":"iterations"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:46.7815667+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:46.7815667+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:47.7855669+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:47.7855669+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:48.781567+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:48.781567+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:49.7825683+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:49.7825683+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:50.7815697+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:50.7815697+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:51.7955686+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:51.7955686+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:52.7835616+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:52.7835616+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:52.9405666+08:00","value":1,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_reqs"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:52.9405666+08:00","value":6646.0014,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_duration"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:52.9405666+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_blocked"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:52.9405666+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_connecting"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:52.9405666+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_tls_handshaking"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:52.9405666+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_sending"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:52.9405666+08:00","value":6646.0014,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_waiting"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:52.9405666+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_receiving"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:52.9405666+08:00","value":9746,"tags":{"group":""}},"metric":"data_sent"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:52.9405666+08:00","value":19932,"tags":{"group":""}},"metric":"data_received"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:52.9405666+08:00","value":6646.0014,"tags":{"group":""}},"metric":"iteration_duration"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:52.9405666+08:00","value":1,"tags":{"group":""}},"metric":"iterations"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:53.7815651+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:53.7815651+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:54.7815658+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:54.7815658+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:55.7815693+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:55.7815693+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:56.7825633+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:56.7825633+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:57.7825616+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:57.7825616+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:58.7825632+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:58.7825632+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:59.7025674+08:00","value":1,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_reqs"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:59.7025674+08:00","value":6762.0008,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_duration"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:59.7025674+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_blocked"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:59.7025674+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_connecting"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:59.7025674+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_tls_handshaking"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:59.7025674+08:00","value":1.0106,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_sending"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:59.7025674+08:00","value":6760.9902,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_waiting"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:59.7025674+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_receiving"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:59.7035653+08:00","value":9746,"tags":{"group":""}},"metric":"data_sent"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:59.7035653+08:00","value":19932,"tags":{"group":""}},"metric":"data_received"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:59.7035653+08:00","value":6762.9987,"tags":{"group":""}},"metric":"iteration_duration"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:59.7035653+08:00","value":1,"tags":{"group":""}},"metric":"iterations"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:59.7895611+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:46:59.7895611+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:00.7825667+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:00.7825667+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:01.782564+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:01.782564+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:02.7835617+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:02.7835617+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:03.7815676+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:03.7815676+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:04.7825679+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:04.7825679+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:05.7815642+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:05.7815642+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:06.5565642+08:00","value":1,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_reqs"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:06.5565642+08:00","value":6852.9989,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_duration"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:06.5565642+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_blocked"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:06.5565642+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_connecting"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:06.5565642+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_tls_handshaking"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:06.5565642+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_sending"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:06.5565642+08:00","value":6852.9989,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_waiting"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:06.5565642+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_receiving"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:06.5565642+08:00","value":9746,"tags":{"group":""}},"metric":"data_sent"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:06.5565642+08:00","value":19932,"tags":{"group":""}},"metric":"data_received"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:06.5565642+08:00","value":6852.9989,"tags":{"group":""}},"metric":"iteration_duration"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:06.5565642+08:00","value":1,"tags":{"group":""}},"metric":"iterations"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:06.7935646+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:06.7935646+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:07.7825684+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:07.7825684+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:08.7815667+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:08.7815667+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:09.7815713+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:09.7815713+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:10.7815682+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:10.7815682+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:11.7815664+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:11.7815664+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:12.7825617+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:12.7825617+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:13.4815674+08:00","value":1,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_reqs"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:13.4815674+08:00","value":6925.0032,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_duration"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:13.4815674+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_blocked"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:13.4815674+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_connecting"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:13.4815674+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_tls_handshaking"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:13.4815674+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_sending"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:13.4815674+08:00","value":6923.9998,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_waiting"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:13.4815674+08:00","value":1.0034,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_receiving"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:13.4815674+08:00","value":9746,"tags":{"group":""}},"metric":"data_sent"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:13.4815674+08:00","value":19932,"tags":{"group":""}},"metric":"data_received"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:13.4815674+08:00","value":6925.0032,"tags":{"group":""}},"metric":"iteration_duration"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:13.4815674+08:00","value":1,"tags":{"group":""}},"metric":"iterations"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:13.8125616+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:13.8125616+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:14.782563+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:14.782563+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:15.7815668+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:15.7815668+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:16.7825652+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:16.7825652+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:17.781564+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:17.781564+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:18.7865683+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:18.7865683+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:19.7825663+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:19.7825663+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:20.7075688+08:00","value":1,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_reqs"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:20.7075688+08:00","value":7226.0014,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_duration"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:20.7075688+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_blocked"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:20.7075688+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_connecting"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:20.7075688+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_tls_handshaking"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:20.7075688+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_sending"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:20.7075688+08:00","value":7226.0014,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_waiting"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:20.7075688+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_receiving"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:20.7075688+08:00","value":9746,"tags":{"group":""}},"metric":"data_sent"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:20.7075688+08:00","value":19932,"tags":{"group":""}},"metric":"data_received"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:20.7075688+08:00","value":7226.0014,"tags":{"group":""}},"metric":"iteration_duration"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:20.7075688+08:00","value":1,"tags":{"group":""}},"metric":"iterations"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:20.8115653+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:20.8115653+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:21.7815649+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:21.7815649+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:22.7815752+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:22.7815752+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:23.7825639+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:23.7825639+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:24.7815653+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:24.7815653+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:25.7825652+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:25.7825652+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:26.7855669+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:26.7855669+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:27.7815671+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:27.7815671+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:28.1845672+08:00","value":1,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_reqs"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:28.1845672+08:00","value":7476.9984,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_duration"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:28.1845672+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_blocked"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:28.1845672+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_connecting"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:28.1845672+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_tls_handshaking"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:28.1845672+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_sending"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:28.1845672+08:00","value":7476.9984,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_waiting"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:28.1845672+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_receiving"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:28.1845672+08:00","value":9746,"tags":{"group":""}},"metric":"data_sent"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:28.1845672+08:00","value":19932,"tags":{"group":""}},"metric":"data_received"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:28.1845672+08:00","value":7476.9984,"tags":{"group":""}},"metric":"iteration_duration"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:28.1845672+08:00","value":1,"tags":{"group":""}},"metric":"iterations"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:28.7825639+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:28.7825639+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:29.7825658+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:29.7825658+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:30.7835626+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:30.7835626+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:31.7825658+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:31.7825658+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:32.7815698+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:32.7815698+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:33.7825611+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:33.7825611+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:34.7815667+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:34.7815667+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:35.1705634+08:00","value":1,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_reqs"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:35.1705634+08:00","value":6984.9959,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_duration"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:35.1705634+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_blocked"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:35.1705634+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_connecting"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:35.1705634+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_tls_handshaking"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:35.1705634+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_sending"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:35.1705634+08:00","value":6984.9959,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_waiting"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:35.1705634+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_receiving"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:35.1705634+08:00","value":9746,"tags":{"group":""}},"metric":"data_sent"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:35.1705634+08:00","value":19932,"tags":{"group":""}},"metric":"data_received"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:35.1705634+08:00","value":6985.9962,"tags":{"group":""}},"metric":"iteration_duration"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:35.1705634+08:00","value":1,"tags":{"group":""}},"metric":"iterations"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:35.7825635+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:35.7825635+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:36.7835623+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:36.7835623+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:37.7825637+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:37.7825637+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:38.7825669+08:00","value":1,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:38.7825669+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:39.7825675+08:00","value":2,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:39.7825675+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:40.7815666+08:00","value":2,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:40.7815666+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:41.782564+08:00","value":2,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:41.782564+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:42.7815657+08:00","value":2,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:42.7815657+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:43.3465665+08:00","value":1,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_reqs"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:43.3465665+08:00","value":8176.0031,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_duration"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:43.3465665+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_blocked"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:43.3465665+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_connecting"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:43.3465665+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_tls_handshaking"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:43.3465665+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_sending"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:43.3465665+08:00","value":8175.0075,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_waiting"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:43.3465665+08:00","value":0.9956,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_receiving"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:43.3465665+08:00","value":9746,"tags":{"group":""}},"metric":"data_sent"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:43.3465665+08:00","value":19932,"tags":{"group":""}},"metric":"data_received"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:43.3465665+08:00","value":8176.0031,"tags":{"group":""}},"metric":"iteration_duration"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:43.3465665+08:00","value":1,"tags":{"group":""}},"metric":"iterations"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:43.8305674+08:00","value":2,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:43.8305674+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:44.782565+08:00","value":2,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:44.782565+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:45.7815653+08:00","value":2,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:45.7815653+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:46.7815641+08:00","value":2,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:46.7815641+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:47.781568+08:00","value":2,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:47.781568+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:48.0645685+08:00","value":1,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_reqs"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:48.0645685+08:00","value":9256.0054,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_duration"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:48.0645685+08:00","value":1.0047,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_blocked"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:48.0645685+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_connecting"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:48.0645685+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_tls_handshaking"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:48.0645685+08:00","value":1.0047,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_sending"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:48.0645685+08:00","value":9255.0007,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_waiting"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:48.0645685+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_receiving"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:48.0645685+08:00","value":9746,"tags":{"group":""}},"metric":"data_sent"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:48.0645685+08:00","value":19932,"tags":{"group":""}},"metric":"data_received"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:48.0645685+08:00","value":9256.0054,"tags":{"group":""}},"metric":"iteration_duration"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:48.0645685+08:00","value":1,"tags":{"group":""}},"metric":"iterations"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:48.8205725+08:00","value":2,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:48.8205725+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:49.7815702+08:00","value":2,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:49.7815702+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:50.7815679+08:00","value":2,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:50.7815679+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:51.7825667+08:00","value":2,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:51.7825667+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:52.7825662+08:00","value":2,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:52.7825662+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:53.781565+08:00","value":2,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:53.781565+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:54.2355662+08:00","value":1,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_reqs"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:54.2355662+08:00","value":10888.9997,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_duration"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:54.2355662+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_blocked"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:54.2355662+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_connecting"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:54.2355662+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_tls_handshaking"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:54.2355662+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_sending"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:54.2355662+08:00","value":10888.0008,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_waiting"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:54.2355662+08:00","value":0.9989,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_receiving"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:54.2355662+08:00","value":9746,"tags":{"group":""}},"metric":"data_sent"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:54.2355662+08:00","value":19932,"tags":{"group":""}},"metric":"data_received"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:54.2355662+08:00","value":10888.9997,"tags":{"group":""}},"metric":"iteration_duration"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:54.2355662+08:00","value":1,"tags":{"group":""}},"metric":"iterations"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:54.812567+08:00","value":2,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:54.812567+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:55.782568+08:00","value":2,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:55.782568+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:56.7815664+08:00","value":2,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:56.7815664+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:57.7815671+08:00","value":2,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:57.7815671+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:58.7825667+08:00","value":2,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:58.7825667+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:59.6145704+08:00","value":1,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_reqs"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:59.6145704+08:00","value":11549.0041,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_duration"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:59.6145704+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_blocked"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:59.6145704+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_connecting"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:59.6145704+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_tls_handshaking"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:59.6145704+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_sending"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:59.6145704+08:00","value":11549.0041,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_waiting"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:59.6145704+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_receiving"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:59.6145704+08:00","value":9746,"tags":{"group":""}},"metric":"data_sent"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:59.6145704+08:00","value":19932,"tags":{"group":""}},"metric":"data_received"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:59.6145704+08:00","value":11550.0019,"tags":{"group":""}},"metric":"iteration_duration"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:59.6145704+08:00","value":1,"tags":{"group":""}},"metric":"iterations"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:59.8435608+08:00","value":2,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:47:59.8435608+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:48:00.7825659+08:00","value":2,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:48:00.7825659+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:48:01.7925671+08:00","value":2,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:48:01.7925671+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:48:02.7835683+08:00","value":2,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:48:02.7835683+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:48:03.7975648+08:00","value":2,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:48:03.7975648+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:48:04.7815716+08:00","value":2,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:48:04.7815716+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:48:05.538567+08:00","value":1,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_reqs"}
    {"type":"Point","data":{"time":"2020-03-06T16:48:05.538567+08:00","value":11303.0008,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_duration"}
    {"type":"Point","data":{"time":"2020-03-06T16:48:05.538567+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_blocked"}
    {"type":"Point","data":{"time":"2020-03-06T16:48:05.538567+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_connecting"}
    {"type":"Point","data":{"time":"2020-03-06T16:48:05.538567+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_tls_handshaking"}
    {"type":"Point","data":{"time":"2020-03-06T16:48:05.538567+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_sending"}
    {"type":"Point","data":{"time":"2020-03-06T16:48:05.538567+08:00","value":11303.0008,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_waiting"}
    {"type":"Point","data":{"time":"2020-03-06T16:48:05.538567+08:00","value":0,"tags":{"group":"","method":"POST","name":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML","proto":"HTTP/1.1","status":"200","url":"http://localhost/RestAPI/TEST1/ProcessStageDataWithXML"}},"metric":"http_req_receiving"}
    {"type":"Point","data":{"time":"2020-03-06T16:48:05.538567+08:00","value":9746,"tags":{"group":""}},"metric":"data_sent"}
    {"type":"Point","data":{"time":"2020-03-06T16:48:05.538567+08:00","value":19932,"tags":{"group":""}},"metric":"data_received"}
    {"type":"Point","data":{"time":"2020-03-06T16:48:05.538567+08:00","value":11303.0008,"tags":{"group":""}},"metric":"iteration_duration"}
    {"type":"Point","data":{"time":"2020-03-06T16:48:05.538567+08:00","value":1,"tags":{"group":""}},"metric":"iterations"}
    {"type":"Point","data":{"time":"2020-03-06T16:48:05.7965664+08:00","value":2,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:48:05.7965664+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:48:06.7815637+08:00","value":2,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:48:06.7815637+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:48:07.7815647+08:00","value":2,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:48:07.7815647+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:48:08.7815648+08:00","value":2,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:48:08.7815648+08:00","value":2,"tags":null},"metric":"vus_max"}
    {"type":"Point","data":{"time":"2020-03-06T16:48:08.8595651+08:00","value":0,"tags":{"group":"::teardown"}},"metric":"data_sent"}
    {"type":"Point","data":{"time":"2020-03-06T16:48:08.8595651+08:00","value":0,"tags":{"group":"::teardown"}},"metric":"data_received"}
    {"type":"Point","data":{"time":"2020-03-06T16:48:08.8595651+08:00","value":16.9954,"tags":{"group":"::teardown"}},"metric":"iteration_duration"}
    {"type":"Point","data":{"time":"2020-03-06T16:48:08.8615923+08:00","value":2,"tags":null},"metric":"vus"}
    {"type":"Point","data":{"time":"2020-03-06T16:48:08.8615923+08:00","value":2,"tags":null},"metric":"vus_max"}
@IamTonyZHOU IamTonyZHOU added the bug label Mar 6, 2020
@imiric
Copy link
Contributor

imiric commented Mar 6, 2020

Hi,

the current output format is a sequence of newline-delimited JSON objects (see http://jsonlines.org/), so you can't read it as a single JSON object or array.

This format is convenient for loading and saving incrementally, as the objects can be streamed, which is more efficient than loading/saving a single array of objects.

That said, this has already been reported in #737 and we'll consider adding an option to output a single array.

@imiric imiric closed this as completed Mar 6, 2020
@IamTonyZHOU
Copy link
Author

Thanks for your reply!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants