tsung
tsung copied to clipboard
Tsung is a high-performance benchmark framework for various protocols including HTTP, XMPP, LDAP, etc.
From looking at the code (and experimenting) it appears that when you have a `change_type` in your configuration, a new session is generated (unless there is one to restore from):...
Hi, I am trying to do the load testing of my MQTT Broker using Tsung as client. and publish and spubscribe to topics on the secondary client simultaneously But there're...
I'm trying to send an image as part of my POST request, but I'm getting 400 status code from the server-side. I tried to copy the content of the image...
When using the Erlang agent to monitor OS, I found that the free memory collection in the docker container was incorrect. We use 'MemAvailable' to get a free memory in...
When using the Erlang agent to monitor OS, I found that the free memory collection in the docker container was incorrect. We use 'MemAvailable' to get a free memory in...
Hi there. I think it's time to think about cutting a 1.8.0 release of tsung! 🎉 As time of writing, we have 43 commits by 11 contributors between master and...
If you setup rabbitmq with the default configuration the amqp plugin won't be able to tune the connection and the load test script will fail. The default was add in...
Hi, I use tsung almost in a daily basis, and despite the age it has, it works quite well. But... I wonder how hard it would be to use Erlang...
Hi, first of all thanks for your time and effort on this tool! I am trying to generate a test to simulate N users connecting to a "basic" web service....
Response and request will not be parsed when the size of the http response body is a little big. Data in `tsung.dump`: ```bash ... Recv:1584690964.19469::HTTP/1.1 200 OK^M Content-Length: 44935^M Content-Type:...