Sebastian Cohnen

Results 198 comments of Sebastian Cohnen

The error is expected, as you are actively terminating the test by limiting the duration. The question is, if you managed to launch more clients

`eaddrinuse` is an indicator that you are running out of ephemeral ports. Keep in mind, that every user you launch, will create a new connection, makes one request and finishes....

Without knowing more details that is not straight forward to answer. The first question is if you want to stress your server including the connection establishment. If this is the...

1. one option would be described here: http://tsung.erlang-projects.org/user_manual/conf-client-server.html#advanced-setup - the other is basically get more (virtual) servers :) 1. You can use `` with `` to get a approximated request...

Please see the documentation on how to use these options. You don't need the wait time. It's sometimes useful to get a approximate rate. If you make one request and...

I do rarely use Tsung in controler-only mode. But I find it a bit hard to believe that we are hitting a limit here. In distributed mode I can assure...

Maybe there should be a dedicated way to access response `cookie`s which takes into account. I was also wondering if it would be a good idea, to have some sort...

Please chime in with your thoughts, @nniclausse. What do we need to do in order to get 1.8.0 out of the door? :)

While trying to make a release for the current develop to check if https://github.com/processone/tsung/issues/276 is fixed or not, I failed setting up a fresh Debian stretch VM so that `make...

I'm happy to help as good as I can. But I'm quite swamped in work and also only use and know tsung for the HTTP specific parts.