Security in CPS/Networking

HTTP Benchmarking Tools

mjune.kim 2019. 11. 8. 10:59

HTTP Web Server 의 성능 측정을 위해 무료로 사용할 수 있는 벤치마킹 툴을 찾아보았습니다.

예전에는 Apache Benchmarking (aka. ab) 와 Siege 를 사용하였는데 개발된 지 오래되었고, 많은 Throughput을 요구하는 최근의 웹서버들의 성능 측정에는 한계가 있다고 합니다.

그래서 최근에는 아래 툴을 사용하고 있다고 하니 참고하면 좋을 것 같네요.

  • h2load
  • hey
  • wrk

저도 아직 사용해 보지 않아 각각의 장단점을 파악하진 못했는데요.

사용해 보면서 자신에게 맞는 툴을 찾으면 좋을 것 같네요.

https://malloc.fi/modern-http-benchmarking-tools-h2load-hey-wrk

 

Modern HTTP Benchmarking Tools ready for 2018 – h2load, hey & wrk

Modern HTTP Benchmarking Tools ready for 2018 – h2load, hey & wrkThe HTTP protocol continues to be the most popular communications protocol on the web. In addition to the classic web browsing with hypertext documents, HTTP is also the de-facto protocol for

malloc.fi