I recently worked on a nodejs application that uses open socket connections for all of its communication. The index is supplied via nginx. I want to evaluate the ability of the server to handle a large amount of load, which means that I will eventually test the ability of my application to manage open sockets, and not its ability to serve the index file.
Does anyone know a reliable way to do this?
source share