Using Tsung to load test gen_tcp (SSL) with custom binary interface

1.4k Views Asked by At

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?

2

There are 2 best solutions below

1
On BEST ANSWER

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.

0
On

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