tsung icon indicating copy to clipboard operation
tsung copied to clipboard

Tsung is a high-performance benchmark framework for various protocols including HTTP, XMPP, LDAP, etc.

Results 115 tsung issues
Sort by recently updated
recently updated
newest added

'fixes' #318 ;) On a more serious note: close to 100 commits have gone into the project since the last release. That is all a lot easier to consume if...

Once you pass a certain point (about 150k connections) in our tests, the CPU system percentage goes through the roof. This is because the kernel has to switch to some...

Hello, I have seen in user's manual that tsung can do TCP traffic. The question that I have is, can tsung also do ssl over TCP and use certs/keys? Thanks!

I have installed latest tsung on debian from a debian mirror: 1.7.0-3.1 When starting it, there are no graphs shown after clicking on graphs. The requests are answered by HTTP...

It would be nice for developers to see which url(s) are causing issues without searching a large dump file.

Hello! I'm in tsung 1.7. I can do a POST using "contents_from_file" when in the request I set '' and things go well. However when doing the same request but...

Config Error, aborting ! {fatal, {expected_element_start_tag, {file,"examples/mqtt.xml.in"}, {line,1}, {col,2}}}

Improve docs. There is no example above, but below in the HTTP chapter is one.

I am new to last testing. Thus is stumbled when reading "ab" in the docs. Eventually when seeing it the second time I did start googling what it is. Adding...

Add websocket_origin parameters to customize Origin header for xmpp websocket connection. This Headers is useful to test XMPP server like Prosody. Exemple usage in test script : ` ` `...