alexfernandez / loadtest

Runs a load test on the selected URL. Fast and easy to use. Can be integrated in your own workflow using the API.
MIT License
2.55k stars 206 forks source link

INFO Errors: 10, accumulated errors: 10, 0.2% of total requests #209

Closed JQiue closed 11 months ago

JQiue commented 1 year ago
loadtest -c 30 -n 5000 --rps 350 -H https://*/api/v1/task
[Mon Feb 27 2023 14:50:10 GMT+0800 (中国标准时间)] INFO Requests: 0 (0%), requests per second: 0, mean latency: 0 ms
[Mon Feb 27 2023 14:50:15 GMT+0800 (中国标准时间)] INFO Requests: 1004 (20%), requests per second: 201, mean latency: 670 ms
[Mon Feb 27 2023 14:50:20 GMT+0800 (中国标准时间)] INFO Requests: 2804 (56%), requests per second: 360, mean latency: 1817.9 ms
[Mon Feb 27 2023 14:50:25 GMT+0800 (中国标准时间)] INFO Requests: 4405 (88%), requests per second: 320, mean latency: 1940.1 ms
[Mon Feb 27 2023 14:50:25 GMT+0800 (中国标准时间)] INFO Errors: 10, accumulated errors: 10, 0.2% of total requests
[Mon Feb 27 2023 14:50:26 GMT+0800 (中国标准时间)] INFO
[Mon Feb 27 2023 14:50:26 GMT+0800 (中国标准时间)] INFO Target URL:          https://*/api/v1/task
[Mon Feb 27 2023 14:50:26 GMT+0800 (中国标准时间)] INFO Max requests:        5000
[Mon Feb 27 2023 14:50:26 GMT+0800 (中国标准时间)] INFO Concurrency level:   30
[Mon Feb 27 2023 14:50:26 GMT+0800 (中国标准时间)] INFO Agent:               none
[Mon Feb 27 2023 14:50:26 GMT+0800 (中国标准时间)] INFO Requests per second: 350
[Mon Feb 27 2023 14:50:26 GMT+0800 (中国标准时间)] INFO
[Mon Feb 27 2023 14:50:26 GMT+0800 (中国标准时间)] INFO Completed requests:  5000
[Mon Feb 27 2023 14:50:26 GMT+0800 (中国标准时间)] INFO Total errors:        10
[Mon Feb 27 2023 14:50:26 GMT+0800 (中国标准时间)] INFO Total time:          16.0104267 s
[Mon Feb 27 2023 14:50:26 GMT+0800 (中国标准时间)] INFO Requests per second: 312
[Mon Feb 27 2023 14:50:26 GMT+0800 (中国标准时间)] INFO Mean latency:        1604.3 ms
[Mon Feb 27 2023 14:50:26 GMT+0800 (中国标准时间)] INFO
[Mon Feb 27 2023 14:50:26 GMT+0800 (中国标准时间)] INFO Percentage of the requests served within a certain time
[Mon Feb 27 2023 14:50:26 GMT+0800 (中国标准时间)] INFO   50%      1677 ms
[Mon Feb 27 2023 14:50:26 GMT+0800 (中国标准时间)] INFO   90%      2349 ms
[Mon Feb 27 2023 14:50:26 GMT+0800 (中国标准时间)] INFO   95%      2557 ms
[Mon Feb 27 2023 14:50:26 GMT+0800 (中国标准时间)] INFO   99%      2703 ms
[Mon Feb 27 2023 14:50:26 GMT+0800 (中国标准时间)] INFO  100%      2734 ms (longest request)
[Mon Feb 27 2023 14:50:26 GMT+0800 (中国标准时间)] INFO
[Mon Feb 27 2023 14:50:26 GMT+0800 (中国标准时间)] INFO  100%      2734 ms (longest request)
[Mon Feb 27 2023 14:50:26 GMT+0800 (中国标准时间)] INFO
[Mon Feb 27 2023 14:50:26 GMT+0800 (中国标准时间)] INFO    -1:   10 errors
alexfernandez commented 1 year ago

Sorry for the delay, what's the problem?

alexfernandez commented 11 months ago

Closing, please reopen if needed.