Igor Zarraga

Results 3 comments of Igor Zarraga

Hello Tomasz, I use "user bound session resource". This is the functión: #-----------------------------------# # process_line() # #-----------------------------------# sub process_line { my ($line) = @_; ``` if ($line =~ m/^.*session\s(started|replaced|ended): jid=(.*)$/)...

I also use remoteip:remoteport of connections with this patch: - if(_ar_pipe_write(ar, data->out, "GET-PASSWORD %s %s\n", username, realm) < 0) - if(_ar_pipe_write(ar, data->out, "GET_PASSWORD %s %s %s:%d\n", username, realm, sess->ip, sess->port)...

I have done some bechmarks MOCHI vs NATS.IO(mqtt plugin) The server is a Raspberry PI 3 Results: MOCHI root@msi:~/mqtt-stresser# ./mqtt-stresser -broker tcp://192.168.11.50:1883 -no-progress -num-clients=1 -num-messages=10000 1 worker started # Configuration...