tsung
tsung copied to clipboard
Tsung is a high-performance benchmark framework for various protocols including HTTP, XMPP, LDAP, etc.
Hi, I am trying to do the load testing of my MQTT Broker using Tsung as client. Although i am able to connect the client as publisher to Rabbit MQ...
On starting tsung it crashes with error: ``` {"init terminating in do_boot",{undef,[{tsung_controller,start,[],[]},{init,start_em,1,[]},{init,do_boot,3,[]}]}} ``` On Ubuntu 20, OTP-23. dependencies installed: ``` apt-get install gnuplot-nox libtemplate-perl libhtml-template-perl libhtml-template-expr-perl ```
EDIT: To clarify, this is on v1.7.0 Hi, I was able to successfully run a load test on my Postgres database using tsung, and the reports were showing up as...
I compared the test runs of tsung-1.7.0 between erlang 19 and 21 on OpenBSD/amd64 and there's an extra failure (full logs below). ``` ts_test_utils: datestr_test...*failed* in function ts_test_utils:'-datestr_test/0-fun-0-'/0 (src/test/ts_test_utils.erl, line...
http_use_server_as_proxy doesn't appear to work -in version 1.6 with ` ` Traffic isn't being directed towards my server set as: ``` ``` HTTP Session & request looks like: ``` ```...
Hi, I have the following setup: 6 nodes with 8 CPU/8GB RAM On the main node where scripts are run I define weight of 25% to equalize the load with...
Hi, I have been trying to load test the chat feature of Ejabberd using Tsung and frequently getting a lot of errors in the Tsung report.html namely: 1. **error_connect_etimedout** (...
Hi! I am experiencing `Phase duration exceeded, but not all users were launched (334 users, 5.6% of phase)` error. I am trying to launch a number of users sending HTTP...
Hello, I am recently using Tsung tool to run the load test in ejabberd server. I successfully ran the test with **20k concurrent users** and generated the report. But inside...
I want to get the session cookie from a login response. Is there a way to get a cookie and use it in subsequent requests? I notice that dynvars can...