How to stress test a server
Siege is an http/https regression testing and benchmarking utility. It was designed to let web developers measure the performance of their code under duress, to see how it will stand up to load on the internet. Install seige apt-get install siege Run the following command to seige a server. -t is the...