Pregunta

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?

¿Fue útil?

Solución

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.

Otros consejos

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top