moscajs / mosca

MQTT broker as a module
mosca.io
3.2k stars 513 forks source link

Stats in graphs #759

Open ihsenCh opened 6 years ago

ihsenCh commented 6 years ago

I want to test the maximum load supported per mosca instance. Is there any way to link the stats with a graph so that I can get number of connected clients to one mosca instance and get the maximum of concurrent connections made? I have used HAProxy stats so far when I managed LB with haproxy, but now I m using kubernetes for load balancing.
PS : I have seen that @behrad made a similar graphs at Redis scalability issue #263. Can you share the script for these stats ?