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 122 tsung issues
Sort by recently updated
recently updated
newest added

Dear, When i want compile tsung, i get to this error: ``` Compiling src/tsung/gen_ts_transport.erl ... File has no extension: /home/kia/tsung/found/include make: *** [ebin/gen_ts_transport.beam] Error 1 ``` Where is the problem?...

index.html refers to the non-existent ```url=/es/ts_web:status```. Here's the ```devd``` session log: ``` [yuri@mybox ~/.tsung/log/20190622-1253]$ /usr/local/bin/devd . 13:47:28: Route / -> reads files from . 13:47:28: Listening on http://devd.io:8000 (127.0.0.1:8000) 13:47:34:...

Activate launcher ( 1000 users) When phase duration exceeded, but not all users were lauched (177 users, 17.7% of phase) I want to know why 17.7% users lost?

documentation
kind/enhancement

Running tsung 1.7 on an Ubuntu 18.04 system Internet access through explicit proxy that does MitM for SSL sites Non-SSL connections work but SSL fails with "error_unknown" I've tried every...

Hi, I'm the fedora packager for tsung. As you known, python 2 will be officially end of life at January the 1st 2020 and tsung-plotter is not ready for python...

Hi From the documentation (http://tsung.erlang-projects.org/user_manual/conf-client-server.html#direct-ip), with tsung v1.7, we should be able to use IP address as host but when I try to run this configuration : ``` ``` I...

I only now realised, that for `` and other conditionals, the jump to skip over this block is not executed, if the dynvar could not be found. ```xml ``` This...

I want to run ejabberd registration and messages both online and offline with single xml file, is it possible kindly help me thanks

question
protocol/xmpp

This PR adds `` and `` under ``: ```xml -----END CERTIFICATE----- ]]> -----END RSA PRIVATE KEY----- ]]> ``` Previously it was only possible to provide certificates and keys via files....

kind/enhancement
protocol/generic

I actually have two issues, related to the same desired functionality: In our websocket server, we are using Sec-WebSocket-Protocol to pass along a JWT for authorizing the connection. I am...