| # |
API URL |
API 说明 |
PASS COUNT |
FAIL COUNT |
错误率 |
单次最大时长(S) |
单次最小时长(S) |
平均时长(S) |
| {{$index + 1}} |
{{item.countUrl}} |
{{item.apiTip}} |
{{item.passCount}} |
{{item.failCount}} |
{{parseInt((item.failCount / (item.failCount + item.passCount)) * 10000) / 100 + '%'}} |
{{item.max + 'S'}} |
{{item.min + 'S'}} |
{{(item.total / (item.failCount + item.passCount)).toFixed(2) + 'S'}} |
ECONNABORTED 错误数: {{count.ECONNABORTED_COUNT}}
ENOTFOUND 错误数: {{count.ENOTFOUND_COUNT}}
| # |
HEADER |
DATA |
| {{startRow + $index}} |
{{item.headers}} |
{{item.error}} |