What is tsung Tsung is a load testing tool written in erlang, it allow us to perform load testing for web applications, databases, etc. Or as its website says: Tsung (formerly IDX-Tsunami) is a distributed load testing tool. It is protocol-independent and can currently be used to stress HTTP, WebDAV, SOAP, PostgreSQL, MySQL, AMQP, MQTT, LDAP and Jabber/XMPP servers. More info is available in its web page http://tsung.erlang-projects.org/user_manual/ In this post we'll cover how to test a web ...