Hacker News new | ask | show | jobs
by mbien 2739 days ago
https is one of the first features I'd like to implement in the near future :) Do you know if there is some framework that I could test my server with, against eg. nginx? I was looking for one to do profiling, but am unsure if there exist some that allows you to create high traffic with many clients.
2 comments

You can use `ab`. I'll post an issue about that.
wrk is also a good tool.