Openfire test

Hi friends :

I should build 100.000 users on Openfire in local network and send message to them and achieve the time of sending to reciving.

(I use agsxmpp or Matrix Lib for connection. I’ve added users as script to Sql Server DB )

I want achieve online time and offline time.

Could you please say how should I do?

Thanks a lot.

Having 100,000 users online with one Openfire will take some tuning work. For example, the Operating System may have limits on the number of open-files (network socket connections) one process can have. What’s your usage case? Perhaps XMPP is not the solution for your problem?