성능테스트 3

[Testing] 웹 서버 성능 테스트 / Performance Testing

https://en.wikipedia.org/wiki/Software_performance_testing Software performance testing - Wikipedia From Wikipedia, the free encyclopedia Jump to navigation Jump to search Procedure to determine how a system performs in terms of responsiveness and stability under a particular workload In software quality assurance, performance testing is in general a tes en.wikipedia.org 특정 작업 부하에서 응답성과 안정성 측면에서..

[Testing][웹 서버 성능 테스트 도구] Wrk

https://github.com/wg/wrk GitHub - wg/wrk: Modern HTTP benchmarking tool Modern HTTP benchmarking tool. Contribute to wg/wrk development by creating an account on GitHub. github.com License: Apache 2.0 Multithreaded: Yes Scriptable: Yes Written in: C Install 다음 명령어를 이용하여 설치할 수 있다. # Mac OS brew install wrk How to use 10개의 thread를 생성하여 총 100개의 connection 요청을 수행(thread 별로 10개씩)하는 테스트를 30초 동안 진행할 경..

[Testing][웹 서버 성능 테스트 도구] Apache Bench

https://httpd.apache.org/docs/2.4/programs/ab.html ab - 아파치 웹서버 성능검사 도구 - Apache HTTP Server Version 2.4 ab - 아파치 웹서버 성능검사 도구 이 문서는 최신판 번역이 아닙니다. 최근에 변경된 내용은 영어 문서를 참고하세요. ab는 아파치 하이퍼텍스트 전송 프로토콜 (HTTP) 서버의 성능을 검사하는(benc httpd.apache.org License: Apache 2.0 Multithreaded: No Scriptable: No Written in: C Install 다음 명령어를 이용하여 설치할 수 있다. # Debian/Ubuntu sudo apt install apache2-utils # CentOS/RHEL su..