tsung
tsung copied to clipboard
Tsung is a high-performance benchmark framework for various protocols including HTTP, XMPP, LDAP, etc.
fixes #399
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.  `Tsung version 1.6.0`
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...
The user_manual version 1.6 say only Support QoS 0 and QoS 1 Does this version support QoS 2?
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.