문제

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?

도움이 되었습니까?

해결책

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.

다른 팁

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top