Releases: nanikit/eztrans-server
Releases · nanikit/eztrans-server
v220202
v211219
- 실행파일 상위 경로에서 Ehnd를 찾지 않는 문제 수정
- 이지트랜스 미발견 시 진단정보 출력
벤치마크
> ./bombardier -c 1000 -n 1000 -t 30s 'http://localhost:8000?text=%E3%81%A0%E3%82%93%E3%81%A0%E3%82%93%E6%97%A9%E3%81%8F%E3%81%AA%E3%82%8B'
Bombarding http://localhost:8000?text=%E3%81%A0%E3%82%93%E3%81%A0%E3%82%93%E6%97%A9%E3%81%8F%E3%81%AA%E3%82%8B with 1000 request(s) using 1000 connection(s)
1000 / 1000 [===============================================================================================================================================] 100.00% 355/s 2s Done!
Statistics Avg Stdev Max
Reqs/sec 405.59 2321.94 17384.62
Latency 2.09s 329.19ms 2.80s
HTTP codes:
1xx - 0, 2xx - 1000, 3xx - 0, 4xx - 0, 5xx - 0
others - 0
Throughput: 107.42KB/s
v211218
- CLI 실행파일 추가
> ./bombardier -c 1000 -n 1000 -t 30s 'http://localhost:8000?text=%E3%81%A0%E3%82%93%E3%81%A0%E3%82%93%E6%97%A9%E3%81%8F%E3%81%AA%E3%82%8B'
Bombarding http://localhost:8000?text=%E3%81%A0%E3%82%93%E3%81%A0%E3%82%93%E6%97%A9%E3%81%8F%E3%81%AA%E3%82%8B with 1000 request(s) using 1000 connection(s)
1000 / 1000 [===============================================================================================================================================] 100.00% 355/s 2s Done!
Statistics Avg Stdev Max
Reqs/sec 446.00 2478.03 19665.36
Latency 2.03s 307.35ms 2.71s
HTTP codes:
1xx - 0, 2xx - 1000, 3xx - 0, 4xx - 0, 5xx - 0
others - 0
Throughput: 110.87KB/s
v200304
- 관리자 권한이 필요할 경우 자동 재실행
- 병렬 처리 추가 및 성능 개선
>bombardier -c 1000 -n 1000 -t 30s http://localhost:8000?text=no+idea+this
Bombarding http://localhost:8000?text=no+idea+this with 1000 request(s) using 1000 connection(s)
1000 / 1000 [=====================================================================================================================================] 100.00% 544/s 1s
Done!
Statistics Avg Stdev Max
Reqs/sec 727.28 2877.46 17120.67
Latency 1.45s 65.28ms 1.73s
HTTP codes:
1xx - 0, 2xx - 1000, 3xx - 0, 4xx - 0, 5xx - 0
others - 0
Throughput: 135.59KB/s