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

OTP 26 changed the default `verify` option value in the `ssl:connect` from `verify_none` to `verify_peer`: https://www.erlang.org/blog/otp-26-highlights/#ssl-safer-defaults This breaks most of the tsung SSL client code. The final error looks like:...

Hello, I have a testing project that involves the use of the TCP protocol. Reference: (https://github.com/processone/tsung/blob/develop/examples/raw.xml.in) However, I'm unsure about how to perform operations using the recv function. Are there...

Hi, I am trying to monitor the servers with snmp: ``` ``` The snmpwalk works well, but Tsung produces errors - regardless of the snmp version (v1, v2): ``` =INFO...

Tsung doesn't respond with pong making all WebSocket connections close. My config: ``` {"event":"pusher:subscribe", "data": { "auth":"", "channel": "public-channel" }} ```

something seems to be wrong. ![image](https://user-images.githubusercontent.com/2055840/31857958-e515bd94-b726-11e7-9e4a-c0b94b79cfb9.png) `Tsung version 1.6.0`

kind/bug

I discovered, mainly by accident, that if you use the following `file_server` configuration ```xml ``` tsung won't start. The problem seems to be that https://github.com/processone/tsung/blob/develop/src/tsung_controller/ts_config.erl#L1140-L1142 does detect an integer in...

kind/bug

The user_manual version 1.6 say only Support QoS 0 and QoS 1 Does this version support QoS 2?

kind/feature

HTTPS transactions in transparent mode & using iprange are broken - with a setup of: ``` LoadTestUserAgent1-123456789123456789

The docs, give an example of following 302 or 301 redirects (http://tsung.erlang-projects.org/user_manual/faq.html#can-i-dynamically-follow-redirect-with-http) howwever a 307 is supposed to contain the body too.