Wrk and Jmeter differences

Applicable scene:

  • Jmeter suitable for some enterprise-level applications, complex logic, but not very high concurrency requirements. Multi-threading model, support clusters.
  • wrk suitable for some type of Internet business, high concurrency, high availability, relatively simple business logic, micro combined service, api and so on. Io multiplexing multi-channel model.
Stand-alone performance concurrency Operating platform Scalability Context capabilities other
jmeter weak All Platforms js / beanshell / plugins / jar Strong Reporting and monitoring
wrk Strong Linux/mac/xxx lua script weak no

Guess you like

Origin blog.csdn.net/chiboxi6938/article/details/88635614