JMeter
The Apache JMeter™ application is open source software, a 100% pure Java application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions.
See also
- Wrk: 간단하게 서버 부하 테스트를 하고 싶을 때
- Vegeta: 초당 몇 개의 부하를 버티는지 테스트 하고 싶을 때
- Gatling: 높은 성능, 시나리오 작성, html 보고서 (코드 작성 필요)
- JMeter: 다양한 기능이나 플러그인이 강점 / 빠른 시나리오 작성 가능
- nGrinder: 시나리오, 시나리오 가중치 테스트 불가 , 개별 트랜잭션 TPS 측정에 중점 , Thread 기반으로 구현되어 있어 성능과 동시성에 대해 제한이 있음.
- Application Performance Management
Favorite site
- JMeter web site
- [추천] Slideshare - 웹서버 부하테스트 실전 노하우 - JMeter, etc ...