eclipse-mosquitto / mosquitto

Eclipse Mosquitto - An open source MQTT broker
https://mosquitto.org
Other
9.1k stars 2.4k forks source link

Monitor client #3155

Open Agoni-sudo opened 2 weeks ago

Agoni-sudo commented 2 weeks ago

Is there any way to get the number of clients mosquitto connect to and the client id

ralight commented 2 weeks ago

You can see the number of connected clients by subscribing to $SYS/broker/clients/connected. It's not possible in 2.0.x to find out the client ids of connected clients.