| status | number | 1: In line; 2: Under pressure; 3: Pressure failure 4: Pressure termination |
| errcode | number | Error code: 10007: Pressure test id does not exist; 10003: Get a pressure report failed. Check the pressure state; Other: System Error |
| errmsg | string | Error message |
| blankpage_pencent | number | White page percentage of open pages |
| aver_time_cost | number | Average page opening time in ms |
| max_time_cost | number | Maximum time to open a page in ms |
| total_launch_cnt | number | How many times have the page been opened? |
| total_request_cnt | number | How many web requests have been made? |
| appid | string | Weixin Mini Program id |
| run_time | number | Pressure measurement time, unit s |
| pressure_id | number | Pressure ID |
| network_list | array | Statistics of network requests |
| network_list.path | string | Network request path |
| network_list.aver_time_cost | number | The average time of the path in ms |
| network_list.max_time_cost | number | Maximum time spent on this path in ms |
| network_list.total_request_cnt | number | How many times have you requested this path? |
| network_list.succ_percent | number | The success rate of requesting this path |