Question

I have a server written in Erlang with a custom binary interface that gets communicated over a TCP socket (SSL-enabled)

I need to be able to load test this server.

Tools like Tsung seem to work well but for interfaces that support HTTP, LDAP, Jabber/XMPP etc. Is it possible to use Tsung in its correct form to interface with my server via a binary interface? Is there a better solution?

Était-ce utile?

La solution

You need to write a tsung plugin.. Here is an example.

If I knew more about the specifics of your data, I could help more.

Autres conseils

I don't know about Tsung but you could use jmeter to load test your application using a custom junit test.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top