diff --git a/docker-compose.db.yml b/docker-compose.db.yml index 14fa4a6..f9a99fb 100644 --- a/docker-compose.db.yml +++ b/docker-compose.db.yml @@ -102,6 +102,8 @@ services: args: - MQTT_USERNAME=${MQTT_USERNAME} - MQTT_PASSWORD=${MQTT_PASSWORD} + - NODE_RED_USERNAME=${NODE_RED_USERNAME} + - NODE_RED_PASSWORD=${NODE_RED_PASSWORD} container_name: fems-mqtt restart: unless-stopped env_file: @@ -109,16 +111,18 @@ services: ports: - "${MQTT_PORT}:1883" - "${MQTT_WSS_PORT}:8883" + environment: + - MQTT_USERNAME=${MQTT_USERNAME} + - MQTT_PASSWORD=${MQTT_PASSWORD} + - NODE_RED_USERNAME=${NODE_RED_USERNAME} + - NODE_RED_PASSWORD=${NODE_RED_PASSWORD} volumes: - ./fems-mqtt/data:/mosquitto/data - ./fems-mqtt/config:/mosquitto/config - ./fems-mqtt/log:/mosquitto/log - ./fems-mqtt/certs:/mosquitto/certs - environment: - - MQTT_USERNAME=${MQTT_USERNAME} - - MQTT_PASSWORD=${MQTT_PASSWORD} - entrypoint: ["/docker-entrypoint.sh"] - command: ["/usr/sbin/mosquitto", "-c", "/mosquitto/config/mosquitto.conf"] + # entrypoint: ["/docker-entrypoint.sh"] + # command: ["/usr/sbin/mosquitto", "-c", "/mosquitto/config/mosquitto.conf"] user: mosquitto healthcheck: test: diff --git a/fems-mqtt/Dockerfile b/fems-mqtt/Dockerfile index 464b26f..3890cca 100644 --- a/fems-mqtt/Dockerfile +++ b/fems-mqtt/Dockerfile @@ -1,33 +1,36 @@ # fems-mqtt/Dockerfile FROM eclipse-mosquitto:latest -# 환경 변수 설정 ARG MQTT_USERNAME=fems ARG MQTT_PASSWORD=fems123! +ARG NODE_RED_USERNAME=nodered_user +ARG NODE_RED_PASSWORD=nodered_password123! -# Create required directories -RUN mkdir -p /mosquitto/config /mosquitto/data /mosquitto/log +# Create directories +RUN mkdir -p /mosquitto/config /mosquitto/data /mosquitto/log /mosquitto/certs -# 설정 파일 복사 -COPY ./config/mosquitto.conf /mosquitto/config/mosquitto.conf +# Copy configuration +COPY ./config/mosquitto.conf /mosquitto/config/ COPY ./config/acl /mosquitto/config/ -# Create entrypoint script with proper permissions setting +# Create entrypoint script RUN echo '#!/bin/sh' > /docker-entrypoint.sh && \ echo 'set -e' >> /docker-entrypoint.sh && \ echo 'touch /mosquitto/data/passwd' >> /docker-entrypoint.sh && \ echo 'mosquitto_passwd -b /mosquitto/data/passwd "${MQTT_USERNAME}" "${MQTT_PASSWORD}"' >> /docker-entrypoint.sh && \ echo 'mosquitto_passwd -b /mosquitto/data/passwd "${NODE_RED_USERNAME}" "${NODE_RED_PASSWORD}"' >> /docker-entrypoint.sh && \ echo 'chown -R mosquitto:mosquitto /mosquitto' >> /docker-entrypoint.sh && \ - echo 'chmod 700 /mosquitto/data/passwd' >> /docker-entrypoint.sh && \ - echo 'chmod 700 /mosquitto/config/acl' >> /docker-entrypoint.sh && \ - echo 'chmod -R 700 /mosquitto/log' >> /docker-entrypoint.sh && \ + echo 'chmod 600 /mosquitto/data/passwd' >> /docker-entrypoint.sh && \ + echo 'chmod 600 /mosquitto/config/acl' >> /docker-entrypoint.sh && \ echo 'exec "$@"' >> /docker-entrypoint.sh && \ chmod +x /docker-entrypoint.sh -# Initial permissions setup +# Set permissions RUN chown -R mosquitto:mosquitto /mosquitto -EXPOSE 1884 8883 +EXPOSE 1883 8883 -USER mosquitto \ No newline at end of file +USER mosquitto + +ENTRYPOINT ["/docker-entrypoint.sh"] +CMD ["/usr/sbin/mosquitto", "-c", "/mosquitto/config/mosquitto.conf"] \ No newline at end of file diff --git a/fems-mqtt/log/mosquitto.log b/fems-mqtt/log/mosquitto.log index 1a36398..3f3bede 100755 --- a/fems-mqtt/log/mosquitto.log +++ b/fems-mqtt/log/mosquitto.log @@ -14728,3 +14728,1131 @@ To fix this, use `chmod 0700 /mosquitto/config/passwd`. 1732485655: Opening ipv4 listen socket on port 1883. 1732485655: Opening ipv6 listen socket on port 1883. 1732485655: mosquitto version 2.0.20 running +1732485925: mosquitto version 2.0.20 starting +1732485925: Config loaded from /mosquitto/config/mosquitto.conf. +1732485925: Warning: Invalid line in password file '/mosquitto/data/passwd': :$7$101$s5HidhEVcotXU1Mb$NQhMtNDLjAw6LBsFoFDT8oHdZQpV5m12hXGkQC9Hu+jK1q0N+uNwmsIFaB/qp/8pYQ+lS2dUoDRhSL4qQqZYnA== +1732485925: Warning: ACL pattern 'fems/#' does not contain '%c' or '%u'. +1732485925: Opening ipv4 listen socket on port 1883. +1732485925: Opening ipv6 listen socket on port 1883. +1732485925: mosquitto version 2.0.20 running +1732485955: New connection from ::1:43106 on port 1883. +1732485955: New client connected from ::1:43106 as fems (p2, c1, k60, u'fems'). +1732485955: No will message specified. +1732485955: Sending CONNACK to fems (0, 0) +1732485955: Received SUBSCRIBE from fems +1732485955: $SYS/# (QoS 0) +1732485955: fems 0 $SYS/# +1732485955: Sending SUBACK to fems +1732485955: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/version', ... (24 bytes)) +1732485955: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/uptime', ... (10 bytes)) +1732485955: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/total', ... (1 bytes)) +1732485955: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/inactive', ... (1 bytes)) +1732485955: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/disconnected', ... (1 bytes)) +1732485955: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/active', ... (1 bytes)) +1732485955: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/connected', ... (1 bytes)) +1732485955: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/expired', ... (1 bytes)) +1732485955: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/1min', ... (4 bytes)) +1732485955: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/5min', ... (4 bytes)) +1732485955: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/15min', ... (4 bytes)) +1732485955: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/1min', ... (4 bytes)) +1732485955: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/5min', ... (4 bytes)) +1732485955: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/15min', ... (4 bytes)) +1732485955: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/1min', ... (4 bytes)) +1732485955: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/5min', ... (4 bytes)) +1732485955: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/15min', ... (4 bytes)) +1732485955: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/1min', ... (4 bytes)) +1732485955: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/5min', ... (4 bytes)) +1732485955: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/15min', ... (4 bytes)) +1732485955: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/1min', ... (4 bytes)) +1732485955: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/5min', ... (4 bytes)) +1732485955: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/15min', ... (4 bytes)) +1732485955: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/1min', ... (4 bytes)) +1732485955: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/5min', ... (4 bytes)) +1732485955: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/15min', ... (4 bytes)) +1732485955: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/1min', ... (4 bytes)) +1732485955: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/5min', ... (4 bytes)) +1732485955: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/15min', ... (4 bytes)) +1732485955: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/1min', ... (4 bytes)) +1732485955: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/5min', ... (4 bytes)) +1732485955: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/15min', ... (4 bytes)) +1732485955: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/1min', ... (4 bytes)) +1732485955: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/5min', ... (4 bytes)) +1732485955: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/15min', ... (4 bytes)) +1732485955: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/stored', ... (2 bytes)) +1732485955: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/received', ... (1 bytes)) +1732485955: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/sent', ... (1 bytes)) +1732485955: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/store/messages/count', ... (2 bytes)) +1732485955: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/store/messages/bytes', ... (3 bytes)) +1732485955: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/subscriptions/count', ... (1 bytes)) +1732485955: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/shared_subscriptions/count', ... (1 bytes)) +1732485955: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/retained messages/count', ... (2 bytes)) +1732485955: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/dropped', ... (1 bytes)) +1732485955: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/received', ... (1 bytes)) +1732485955: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/sent', ... (1 bytes)) +1732485955: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/bytes/received', ... (1 bytes)) +1732485955: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/bytes/sent', ... (1 bytes)) +1732485955: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/bytes/received', ... (1 bytes)) +1732485955: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/bytes/sent', ... (1 bytes)) +1732485955: Client fems closed its connection. +1732485986: New connection from ::1:42712 on port 1883. +1732485986: New client connected from ::1:42712 as fems (p2, c1, k60, u'fems'). +1732485986: No will message specified. +1732485986: Sending CONNACK to fems (0, 0) +1732485986: Received SUBSCRIBE from fems +1732485986: $SYS/# (QoS 0) +1732485986: fems 0 $SYS/# +1732485986: Sending SUBACK to fems +1732485986: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/version', ... (24 bytes)) +1732485986: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/uptime', ... (10 bytes)) +1732485986: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/total', ... (1 bytes)) +1732485986: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/inactive', ... (1 bytes)) +1732485986: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/disconnected', ... (1 bytes)) +1732485986: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/active', ... (1 bytes)) +1732485986: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/connected', ... (1 bytes)) +1732485986: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/expired', ... (1 bytes)) +1732485986: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/1min', ... (4 bytes)) +1732485986: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/5min', ... (4 bytes)) +1732485986: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/15min', ... (4 bytes)) +1732485986: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/1min', ... (5 bytes)) +1732485986: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/5min', ... (4 bytes)) +1732485986: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/15min', ... (4 bytes)) +1732485986: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/1min', ... (4 bytes)) +1732485986: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/5min', ... (4 bytes)) +1732485986: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/15min', ... (4 bytes)) +1732485986: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/1min', ... (4 bytes)) +1732485986: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/5min', ... (4 bytes)) +1732485986: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/15min', ... (4 bytes)) +1732485986: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/1min', ... (5 bytes)) +1732485986: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/5min', ... (4 bytes)) +1732485986: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/15min', ... (4 bytes)) +1732485986: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/1min', ... (5 bytes)) +1732485986: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/5min', ... (4 bytes)) +1732485986: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/15min', ... (4 bytes)) +1732485986: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/1min', ... (7 bytes)) +1732485986: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/5min', ... (6 bytes)) +1732485986: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/15min', ... (6 bytes)) +1732485986: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/1min', ... (4 bytes)) +1732485986: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/5min', ... (4 bytes)) +1732485986: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/15min', ... (4 bytes)) +1732485986: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/1min', ... (4 bytes)) +1732485986: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/5min', ... (4 bytes)) +1732485986: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/15min', ... (4 bytes)) +1732485986: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/stored', ... (2 bytes)) +1732485986: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/received', ... (1 bytes)) +1732485986: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/sent', ... (2 bytes)) +1732485986: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/store/messages/count', ... (2 bytes)) +1732485986: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/store/messages/bytes', ... (3 bytes)) +1732485986: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/subscriptions/count', ... (1 bytes)) +1732485986: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/shared_subscriptions/count', ... (1 bytes)) +1732485986: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/retained messages/count', ... (2 bytes)) +1732485986: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/dropped', ... (1 bytes)) +1732485986: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/received', ... (1 bytes)) +1732485986: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/sent', ... (2 bytes)) +1732485986: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/bytes/received', ... (1 bytes)) +1732485986: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/bytes/sent', ... (3 bytes)) +1732485986: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/bytes/received', ... (2 bytes)) +1732485986: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/bytes/sent', ... (4 bytes)) +1732485986: Client fems closed its connection. +1732486016: New connection from ::1:37286 on port 1883. +1732486016: New client connected from ::1:37286 as fems (p2, c1, k60, u'fems'). +1732486016: No will message specified. +1732486016: Sending CONNACK to fems (0, 0) +1732486016: Received SUBSCRIBE from fems +1732486016: $SYS/# (QoS 0) +1732486016: fems 0 $SYS/# +1732486016: Sending SUBACK to fems +1732486016: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/version', ... (24 bytes)) +1732486016: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/uptime', ... (10 bytes)) +1732486016: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/total', ... (1 bytes)) +1732486016: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/inactive', ... (1 bytes)) +1732486016: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/disconnected', ... (1 bytes)) +1732486016: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/active', ... (1 bytes)) +1732486016: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/connected', ... (1 bytes)) +1732486016: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/expired', ... (1 bytes)) +1732486016: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/1min', ... (4 bytes)) +1732486016: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/5min', ... (4 bytes)) +1732486016: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/15min', ... (4 bytes)) +1732486016: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/1min', ... (5 bytes)) +1732486016: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/5min', ... (5 bytes)) +1732486016: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/15min', ... (4 bytes)) +1732486016: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/1min', ... (4 bytes)) +1732486016: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/5min', ... (4 bytes)) +1732486016: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/15min', ... (4 bytes)) +1732486016: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/1min', ... (4 bytes)) +1732486016: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/5min', ... (4 bytes)) +1732486016: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/15min', ... (4 bytes)) +1732486016: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/1min', ... (5 bytes)) +1732486016: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/5min', ... (5 bytes)) +1732486016: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/15min', ... (4 bytes)) +1732486016: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/1min', ... (5 bytes)) +1732486016: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/5min', ... (5 bytes)) +1732486016: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/15min', ... (4 bytes)) +1732486016: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/1min', ... (7 bytes)) +1732486016: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/5min', ... (6 bytes)) +1732486016: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/15min', ... (6 bytes)) +1732486016: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/1min', ... (4 bytes)) +1732486016: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/5min', ... (4 bytes)) +1732486016: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/15min', ... (4 bytes)) +1732486016: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/1min', ... (4 bytes)) +1732486016: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/5min', ... (4 bytes)) +1732486016: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/15min', ... (4 bytes)) +1732486016: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/stored', ... (2 bytes)) +1732486016: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/received', ... (1 bytes)) +1732486016: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/sent', ... (3 bytes)) +1732486016: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/store/messages/count', ... (2 bytes)) +1732486016: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/store/messages/bytes', ... (3 bytes)) +1732486016: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/subscriptions/count', ... (1 bytes)) +1732486016: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/shared_subscriptions/count', ... (1 bytes)) +1732486016: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/retained messages/count', ... (2 bytes)) +1732486016: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/dropped', ... (1 bytes)) +1732486016: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/received', ... (1 bytes)) +1732486016: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/sent', ... (3 bytes)) +1732486016: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/bytes/received', ... (1 bytes)) +1732486016: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/bytes/sent', ... (3 bytes)) +1732486016: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/bytes/received', ... (2 bytes)) +1732486016: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/bytes/sent', ... (4 bytes)) +1732486016: Client fems closed its connection. +1732486046: New connection from ::1:32792 on port 1883. +1732486046: New client connected from ::1:32792 as fems (p2, c1, k60, u'fems'). +1732486046: No will message specified. +1732486046: Sending CONNACK to fems (0, 0) +1732486046: Received SUBSCRIBE from fems +1732486046: $SYS/# (QoS 0) +1732486046: fems 0 $SYS/# +1732486046: Sending SUBACK to fems +1732486046: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/version', ... (24 bytes)) +1732486046: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/uptime', ... (11 bytes)) +1732486046: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/total', ... (1 bytes)) +1732486046: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/inactive', ... (1 bytes)) +1732486046: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/disconnected', ... (1 bytes)) +1732486046: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/active', ... (1 bytes)) +1732486046: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/connected', ... (1 bytes)) +1732486046: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/expired', ... (1 bytes)) +1732486046: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/1min', ... (4 bytes)) +1732486046: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/5min', ... (4 bytes)) +1732486046: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/15min', ... (4 bytes)) +1732486046: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/1min', ... (5 bytes)) +1732486046: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/5min', ... (5 bytes)) +1732486046: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/15min', ... (4 bytes)) +1732486046: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/1min', ... (4 bytes)) +1732486046: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/5min', ... (4 bytes)) +1732486046: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/15min', ... (4 bytes)) +1732486046: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/1min', ... (4 bytes)) +1732486046: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/5min', ... (4 bytes)) +1732486046: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/15min', ... (4 bytes)) +1732486046: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/1min', ... (5 bytes)) +1732486046: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/5min', ... (5 bytes)) +1732486046: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/15min', ... (4 bytes)) +1732486046: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/1min', ... (5 bytes)) +1732486046: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/5min', ... (5 bytes)) +1732486046: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/15min', ... (4 bytes)) +1732486046: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/1min', ... (7 bytes)) +1732486046: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/5min', ... (6 bytes)) +1732486046: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/15min', ... (6 bytes)) +1732486046: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/1min', ... (4 bytes)) +1732486046: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/5min', ... (4 bytes)) +1732486046: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/15min', ... (4 bytes)) +1732486046: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/1min', ... (4 bytes)) +1732486046: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/5min', ... (4 bytes)) +1732486046: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/15min', ... (4 bytes)) +1732486046: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/stored', ... (2 bytes)) +1732486046: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/received', ... (1 bytes)) +1732486046: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/sent', ... (3 bytes)) +1732486046: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/store/messages/count', ... (2 bytes)) +1732486046: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/store/messages/bytes', ... (3 bytes)) +1732486046: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/subscriptions/count', ... (1 bytes)) +1732486046: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/shared_subscriptions/count', ... (1 bytes)) +1732486046: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/retained messages/count', ... (2 bytes)) +1732486046: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/dropped', ... (1 bytes)) +1732486046: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/received', ... (1 bytes)) +1732486046: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/sent', ... (3 bytes)) +1732486046: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/bytes/received', ... (1 bytes)) +1732486046: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/bytes/sent', ... (3 bytes)) +1732486046: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/bytes/received', ... (3 bytes)) +1732486046: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/bytes/sent', ... (4 bytes)) +1732486046: Client fems closed its connection. +1732486076: New connection from ::1:41444 on port 1883. +1732486076: New client connected from ::1:41444 as fems (p2, c1, k60, u'fems'). +1732486076: No will message specified. +1732486076: Sending CONNACK to fems (0, 0) +1732486076: Received SUBSCRIBE from fems +1732486076: $SYS/# (QoS 0) +1732486076: fems 0 $SYS/# +1732486076: Sending SUBACK to fems +1732486076: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/version', ... (24 bytes)) +1732486076: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/uptime', ... (11 bytes)) +1732486076: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/total', ... (1 bytes)) +1732486076: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/inactive', ... (1 bytes)) +1732486076: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/disconnected', ... (1 bytes)) +1732486076: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/active', ... (1 bytes)) +1732486076: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/connected', ... (1 bytes)) +1732486076: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/expired', ... (1 bytes)) +1732486076: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/1min', ... (4 bytes)) +1732486076: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/5min', ... (4 bytes)) +1732486076: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/15min', ... (4 bytes)) +1732486076: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/1min', ... (5 bytes)) +1732486076: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/5min', ... (5 bytes)) +1732486076: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/15min', ... (5 bytes)) +1732486076: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/1min', ... (4 bytes)) +1732486076: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/5min', ... (4 bytes)) +1732486076: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/15min', ... (4 bytes)) +1732486076: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/1min', ... (4 bytes)) +1732486076: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/5min', ... (4 bytes)) +1732486076: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/15min', ... (4 bytes)) +1732486076: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/1min', ... (5 bytes)) +1732486076: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/5min', ... (5 bytes)) +1732486076: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/15min', ... (5 bytes)) +1732486076: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/1min', ... (5 bytes)) +1732486076: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/5min', ... (5 bytes)) +1732486076: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/15min', ... (5 bytes)) +1732486076: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/1min', ... (7 bytes)) +1732486076: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/5min', ... (7 bytes)) +1732486076: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/15min', ... (6 bytes)) +1732486076: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/1min', ... (4 bytes)) +1732486076: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/5min', ... (4 bytes)) +1732486076: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/15min', ... (4 bytes)) +1732486076: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/1min', ... (4 bytes)) +1732486076: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/5min', ... (4 bytes)) +1732486076: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/15min', ... (4 bytes)) +1732486076: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/stored', ... (2 bytes)) +1732486076: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/received', ... (1 bytes)) +1732486076: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/sent', ... (3 bytes)) +1732486076: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/store/messages/count', ... (2 bytes)) +1732486076: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/store/messages/bytes', ... (3 bytes)) +1732486076: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/subscriptions/count', ... (1 bytes)) +1732486076: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/shared_subscriptions/count', ... (1 bytes)) +1732486076: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/retained messages/count', ... (2 bytes)) +1732486076: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/dropped', ... (1 bytes)) +1732486076: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/received', ... (1 bytes)) +1732486076: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/sent', ... (3 bytes)) +1732486076: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/bytes/received', ... (1 bytes)) +1732486076: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/bytes/sent', ... (3 bytes)) +1732486076: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/bytes/received', ... (3 bytes)) +1732486076: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/bytes/sent', ... (4 bytes)) +1732486076: Client fems closed its connection. +1732486106: New connection from ::1:55316 on port 1883. +1732486106: New client connected from ::1:55316 as fems (p2, c1, k60, u'fems'). +1732486106: No will message specified. +1732486106: Sending CONNACK to fems (0, 0) +1732486106: Received SUBSCRIBE from fems +1732486106: $SYS/# (QoS 0) +1732486106: fems 0 $SYS/# +1732486106: Sending SUBACK to fems +1732486106: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/version', ... (24 bytes)) +1732486106: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/uptime', ... (11 bytes)) +1732486106: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/total', ... (1 bytes)) +1732486106: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/inactive', ... (1 bytes)) +1732486106: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/disconnected', ... (1 bytes)) +1732486106: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/active', ... (1 bytes)) +1732486106: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/connected', ... (1 bytes)) +1732486106: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/expired', ... (1 bytes)) +1732486106: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/1min', ... (4 bytes)) +1732486106: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/5min', ... (4 bytes)) +1732486106: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/15min', ... (4 bytes)) +1732486106: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/1min', ... (5 bytes)) +1732486106: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/5min', ... (5 bytes)) +1732486106: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/15min', ... (5 bytes)) +1732486106: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/1min', ... (4 bytes)) +1732486106: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/5min', ... (4 bytes)) +1732486106: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/15min', ... (4 bytes)) +1732486106: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/1min', ... (4 bytes)) +1732486106: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/5min', ... (4 bytes)) +1732486106: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/15min', ... (4 bytes)) +1732486106: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/1min', ... (5 bytes)) +1732486106: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/5min', ... (5 bytes)) +1732486106: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/15min', ... (5 bytes)) +1732486106: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/1min', ... (5 bytes)) +1732486106: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/5min', ... (5 bytes)) +1732486106: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/15min', ... (5 bytes)) +1732486106: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/1min', ... (7 bytes)) +1732486106: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/5min', ... (7 bytes)) +1732486106: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/15min', ... (6 bytes)) +1732486106: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/1min', ... (4 bytes)) +1732486106: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/5min', ... (4 bytes)) +1732486106: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/15min', ... (4 bytes)) +1732486106: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/1min', ... (4 bytes)) +1732486106: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/5min', ... (4 bytes)) +1732486106: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/15min', ... (4 bytes)) +1732486106: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/stored', ... (2 bytes)) +1732486106: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/received', ... (2 bytes)) +1732486106: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/sent', ... (3 bytes)) +1732486106: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/store/messages/count', ... (2 bytes)) +1732486106: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/store/messages/bytes', ... (3 bytes)) +1732486106: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/subscriptions/count', ... (1 bytes)) +1732486106: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/shared_subscriptions/count', ... (1 bytes)) +1732486106: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/retained messages/count', ... (2 bytes)) +1732486106: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/dropped', ... (1 bytes)) +1732486106: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/received', ... (1 bytes)) +1732486106: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/sent', ... (3 bytes)) +1732486106: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/bytes/received', ... (1 bytes)) +1732486106: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/bytes/sent', ... (3 bytes)) +1732486106: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/bytes/received', ... (3 bytes)) +1732486106: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/bytes/sent', ... (5 bytes)) +1732486106: Client fems closed its connection. +1732486136: New connection from ::1:38812 on port 1883. +1732486136: New client connected from ::1:38812 as fems (p2, c1, k60, u'fems'). +1732486136: No will message specified. +1732486136: Sending CONNACK to fems (0, 0) +1732486137: Received SUBSCRIBE from fems +1732486137: $SYS/# (QoS 0) +1732486137: fems 0 $SYS/# +1732486137: Sending SUBACK to fems +1732486137: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/version', ... (24 bytes)) +1732486137: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/uptime', ... (11 bytes)) +1732486137: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/total', ... (1 bytes)) +1732486137: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/inactive', ... (1 bytes)) +1732486137: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/disconnected', ... (1 bytes)) +1732486137: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/active', ... (1 bytes)) +1732486137: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/connected', ... (1 bytes)) +1732486137: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/expired', ... (1 bytes)) +1732486137: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/1min', ... (4 bytes)) +1732486137: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/5min', ... (4 bytes)) +1732486137: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/15min', ... (4 bytes)) +1732486137: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/1min', ... (5 bytes)) +1732486137: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/5min', ... (5 bytes)) +1732486137: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/15min', ... (5 bytes)) +1732486137: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/1min', ... (4 bytes)) +1732486137: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/5min', ... (4 bytes)) +1732486137: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/15min', ... (4 bytes)) +1732486137: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/1min', ... (4 bytes)) +1732486137: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/5min', ... (4 bytes)) +1732486137: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/15min', ... (4 bytes)) +1732486137: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/1min', ... (5 bytes)) +1732486137: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/5min', ... (5 bytes)) +1732486137: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/15min', ... (5 bytes)) +1732486137: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/1min', ... (5 bytes)) +1732486137: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/5min', ... (5 bytes)) +1732486137: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/15min', ... (5 bytes)) +1732486137: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/1min', ... (7 bytes)) +1732486137: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/5min', ... (7 bytes)) +1732486137: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/15min', ... (6 bytes)) +1732486137: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/1min', ... (4 bytes)) +1732486137: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/5min', ... (4 bytes)) +1732486137: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/15min', ... (4 bytes)) +1732486137: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/1min', ... (4 bytes)) +1732486137: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/5min', ... (4 bytes)) +1732486137: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/15min', ... (4 bytes)) +1732486137: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/stored', ... (2 bytes)) +1732486137: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/received', ... (2 bytes)) +1732486137: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/sent', ... (3 bytes)) +1732486137: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/store/messages/count', ... (2 bytes)) +1732486137: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/store/messages/bytes', ... (3 bytes)) +1732486137: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/subscriptions/count', ... (1 bytes)) +1732486137: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/shared_subscriptions/count', ... (1 bytes)) +1732486137: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/retained messages/count', ... (2 bytes)) +1732486137: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/dropped', ... (1 bytes)) +1732486137: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/received', ... (1 bytes)) +1732486137: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/sent', ... (3 bytes)) +1732486137: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/bytes/received', ... (1 bytes)) +1732486137: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/bytes/sent', ... (4 bytes)) +1732486137: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/bytes/received', ... (3 bytes)) +1732486137: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/bytes/sent', ... (5 bytes)) +1732486137: Client fems closed its connection. +1732486167: New connection from ::1:47380 on port 1883. +1732486167: New client connected from ::1:47380 as fems (p2, c1, k60, u'fems'). +1732486167: No will message specified. +1732486167: Sending CONNACK to fems (0, 0) +1732486167: Received SUBSCRIBE from fems +1732486167: $SYS/# (QoS 0) +1732486167: fems 0 $SYS/# +1732486167: Sending SUBACK to fems +1732486167: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/version', ... (24 bytes)) +1732486167: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/uptime', ... (11 bytes)) +1732486167: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/total', ... (1 bytes)) +1732486167: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/inactive', ... (2 bytes)) +1732486167: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/disconnected', ... (2 bytes)) +1732486167: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/active', ... (1 bytes)) +1732486167: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/connected', ... (1 bytes)) +1732486167: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/expired', ... (1 bytes)) +1732486167: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/1min', ... (4 bytes)) +1732486167: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/5min', ... (4 bytes)) +1732486167: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/15min', ... (4 bytes)) +1732486167: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/1min', ... (5 bytes)) +1732486167: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/5min', ... (5 bytes)) +1732486167: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/15min', ... (5 bytes)) +1732486167: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/1min', ... (4 bytes)) +1732486167: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/5min', ... (4 bytes)) +1732486167: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/15min', ... (4 bytes)) +1732486167: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/1min', ... (4 bytes)) +1732486167: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/5min', ... (4 bytes)) +1732486167: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/15min', ... (4 bytes)) +1732486167: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/1min', ... (5 bytes)) +1732486167: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/5min', ... (5 bytes)) +1732486167: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/15min', ... (5 bytes)) +1732486167: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/1min', ... (5 bytes)) +1732486167: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/5min', ... (5 bytes)) +1732486167: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/15min', ... (5 bytes)) +1732486167: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/1min', ... (7 bytes)) +1732486167: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/5min', ... (7 bytes)) +1732486167: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/15min', ... (6 bytes)) +1732486167: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/1min', ... (4 bytes)) +1732486167: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/5min', ... (4 bytes)) +1732486167: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/15min', ... (4 bytes)) +1732486167: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/1min', ... (4 bytes)) +1732486167: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/5min', ... (4 bytes)) +1732486167: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/15min', ... (4 bytes)) +1732486167: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/stored', ... (2 bytes)) +1732486167: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/received', ... (2 bytes)) +1732486167: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/sent', ... (3 bytes)) +1732486167: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/store/messages/count', ... (2 bytes)) +1732486167: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/store/messages/bytes', ... (3 bytes)) +1732486167: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/subscriptions/count', ... (1 bytes)) +1732486167: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/shared_subscriptions/count', ... (1 bytes)) +1732486167: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/retained messages/count', ... (2 bytes)) +1732486167: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/dropped', ... (1 bytes)) +1732486167: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/received', ... (1 bytes)) +1732486167: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/sent', ... (3 bytes)) +1732486167: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/bytes/received', ... (1 bytes)) +1732486167: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/bytes/sent', ... (4 bytes)) +1732486167: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/bytes/received', ... (3 bytes)) +1732486167: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/bytes/sent', ... (5 bytes)) +1732486167: Client fems closed its connection. +1732486197: New connection from ::1:36566 on port 1883. +1732486197: New client connected from ::1:36566 as fems (p2, c1, k60, u'fems'). +1732486197: No will message specified. +1732486197: Sending CONNACK to fems (0, 0) +1732486197: Received SUBSCRIBE from fems +1732486197: $SYS/# (QoS 0) +1732486197: fems 0 $SYS/# +1732486197: Sending SUBACK to fems +1732486197: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/version', ... (24 bytes)) +1732486197: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/uptime', ... (11 bytes)) +1732486197: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/total', ... (1 bytes)) +1732486197: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/inactive', ... (1 bytes)) +1732486197: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/disconnected', ... (1 bytes)) +1732486197: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/active', ... (1 bytes)) +1732486197: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/connected', ... (1 bytes)) +1732486197: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/expired', ... (1 bytes)) +1732486197: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/1min', ... (4 bytes)) +1732486197: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/5min', ... (4 bytes)) +1732486197: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/15min', ... (4 bytes)) +1732486197: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/1min', ... (5 bytes)) +1732486197: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/5min', ... (5 bytes)) +1732486197: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/15min', ... (5 bytes)) +1732486197: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/1min', ... (4 bytes)) +1732486197: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/5min', ... (4 bytes)) +1732486197: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/15min', ... (4 bytes)) +1732486197: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/1min', ... (4 bytes)) +1732486197: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/5min', ... (4 bytes)) +1732486197: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/15min', ... (4 bytes)) +1732486197: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/1min', ... (5 bytes)) +1732486197: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/5min', ... (5 bytes)) +1732486197: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/15min', ... (5 bytes)) +1732486197: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/1min', ... (5 bytes)) +1732486197: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/5min', ... (5 bytes)) +1732486197: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/15min', ... (5 bytes)) +1732486197: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/1min', ... (7 bytes)) +1732486197: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/5min', ... (7 bytes)) +1732486197: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/15min', ... (6 bytes)) +1732486197: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/1min', ... (4 bytes)) +1732486197: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/5min', ... (4 bytes)) +1732486197: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/15min', ... (4 bytes)) +1732486197: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/1min', ... (4 bytes)) +1732486197: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/5min', ... (4 bytes)) +1732486197: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/15min', ... (4 bytes)) +1732486197: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/stored', ... (2 bytes)) +1732486197: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/received', ... (2 bytes)) +1732486197: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/sent', ... (3 bytes)) +1732486197: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/store/messages/count', ... (2 bytes)) +1732486197: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/store/messages/bytes', ... (3 bytes)) +1732486197: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/subscriptions/count', ... (1 bytes)) +1732486197: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/shared_subscriptions/count', ... (1 bytes)) +1732486197: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/retained messages/count', ... (2 bytes)) +1732486197: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/dropped', ... (1 bytes)) +1732486197: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/received', ... (1 bytes)) +1732486197: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/sent', ... (3 bytes)) +1732486197: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/bytes/received', ... (1 bytes)) +1732486197: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/bytes/sent', ... (4 bytes)) +1732486197: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/bytes/received', ... (3 bytes)) +1732486197: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/bytes/sent', ... (5 bytes)) +1732486197: Client fems closed its connection. +1732486227: New connection from ::1:51644 on port 1883. +1732486227: New client connected from ::1:51644 as fems (p2, c1, k60, u'fems'). +1732486227: No will message specified. +1732486227: Sending CONNACK to fems (0, 0) +1732486227: Received SUBSCRIBE from fems +1732486227: $SYS/# (QoS 0) +1732486227: fems 0 $SYS/# +1732486227: Sending SUBACK to fems +1732486227: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/version', ... (24 bytes)) +1732486227: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/uptime', ... (11 bytes)) +1732486227: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/total', ... (1 bytes)) +1732486227: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/inactive', ... (1 bytes)) +1732486227: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/disconnected', ... (1 bytes)) +1732486227: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/active', ... (1 bytes)) +1732486227: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/connected', ... (1 bytes)) +1732486227: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/expired', ... (1 bytes)) +1732486227: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/1min', ... (4 bytes)) +1732486227: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/5min', ... (4 bytes)) +1732486227: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/15min', ... (4 bytes)) +1732486227: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/1min', ... (5 bytes)) +1732486227: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/5min', ... (5 bytes)) +1732486227: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/15min', ... (5 bytes)) +1732486227: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/1min', ... (4 bytes)) +1732486227: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/5min', ... (4 bytes)) +1732486227: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/15min', ... (4 bytes)) +1732486227: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/1min', ... (4 bytes)) +1732486227: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/5min', ... (4 bytes)) +1732486227: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/15min', ... (4 bytes)) +1732486227: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/1min', ... (5 bytes)) +1732486227: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/5min', ... (5 bytes)) +1732486227: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/15min', ... (5 bytes)) +1732486227: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/1min', ... (5 bytes)) +1732486227: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/5min', ... (5 bytes)) +1732486227: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/15min', ... (5 bytes)) +1732486227: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/1min', ... (7 bytes)) +1732486227: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/5min', ... (7 bytes)) +1732486227: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/15min', ... (7 bytes)) +1732486227: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/1min', ... (4 bytes)) +1732486227: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/5min', ... (4 bytes)) +1732486227: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/15min', ... (4 bytes)) +1732486227: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/1min', ... (4 bytes)) +1732486227: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/5min', ... (4 bytes)) +1732486227: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/15min', ... (4 bytes)) +1732486227: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/stored', ... (2 bytes)) +1732486227: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/received', ... (2 bytes)) +1732486227: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/sent', ... (3 bytes)) +1732486227: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/store/messages/count', ... (2 bytes)) +1732486227: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/store/messages/bytes', ... (3 bytes)) +1732486227: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/subscriptions/count', ... (1 bytes)) +1732486227: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/shared_subscriptions/count', ... (1 bytes)) +1732486227: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/retained messages/count', ... (2 bytes)) +1732486227: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/dropped', ... (1 bytes)) +1732486227: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/received', ... (1 bytes)) +1732486227: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/sent', ... (3 bytes)) +1732486227: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/bytes/received', ... (1 bytes)) +1732486227: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/bytes/sent', ... (4 bytes)) +1732486227: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/bytes/received', ... (3 bytes)) +1732486227: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/bytes/sent', ... (5 bytes)) +1732486227: Client fems closed its connection. +1732486257: New connection from ::1:34512 on port 1883. +1732486257: New client connected from ::1:34512 as fems (p2, c1, k60, u'fems'). +1732486257: No will message specified. +1732486257: Sending CONNACK to fems (0, 0) +1732486257: Received SUBSCRIBE from fems +1732486257: $SYS/# (QoS 0) +1732486257: fems 0 $SYS/# +1732486257: Sending SUBACK to fems +1732486257: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/version', ... (24 bytes)) +1732486257: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/uptime', ... (11 bytes)) +1732486257: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/total', ... (1 bytes)) +1732486257: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/inactive', ... (1 bytes)) +1732486257: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/disconnected', ... (1 bytes)) +1732486257: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/active', ... (1 bytes)) +1732486257: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/connected', ... (1 bytes)) +1732486257: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/expired', ... (1 bytes)) +1732486257: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/1min', ... (4 bytes)) +1732486257: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/5min', ... (4 bytes)) +1732486257: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/15min', ... (4 bytes)) +1732486257: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/1min', ... (5 bytes)) +1732486257: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/5min', ... (5 bytes)) +1732486257: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/15min', ... (5 bytes)) +1732486257: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/1min', ... (4 bytes)) +1732486257: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/5min', ... (4 bytes)) +1732486257: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/15min', ... (4 bytes)) +1732486257: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/1min', ... (4 bytes)) +1732486257: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/5min', ... (4 bytes)) +1732486257: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/15min', ... (4 bytes)) +1732486257: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/1min', ... (5 bytes)) +1732486257: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/5min', ... (5 bytes)) +1732486257: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/15min', ... (5 bytes)) +1732486257: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/1min', ... (5 bytes)) +1732486257: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/5min', ... (5 bytes)) +1732486257: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/15min', ... (5 bytes)) +1732486257: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/1min', ... (7 bytes)) +1732486257: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/5min', ... (7 bytes)) +1732486257: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/15min', ... (7 bytes)) +1732486257: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/1min', ... (4 bytes)) +1732486257: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/5min', ... (4 bytes)) +1732486257: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/15min', ... (4 bytes)) +1732486257: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/1min', ... (4 bytes)) +1732486257: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/5min', ... (4 bytes)) +1732486257: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/15min', ... (4 bytes)) +1732486257: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/stored', ... (2 bytes)) +1732486257: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/received', ... (2 bytes)) +1732486257: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/sent', ... (3 bytes)) +1732486257: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/store/messages/count', ... (2 bytes)) +1732486257: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/store/messages/bytes', ... (3 bytes)) +1732486257: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/subscriptions/count', ... (1 bytes)) +1732486257: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/shared_subscriptions/count', ... (1 bytes)) +1732486257: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/retained messages/count', ... (2 bytes)) +1732486257: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/dropped', ... (1 bytes)) +1732486257: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/received', ... (1 bytes)) +1732486257: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/sent', ... (3 bytes)) +1732486257: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/bytes/received', ... (1 bytes)) +1732486257: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/bytes/sent', ... (4 bytes)) +1732486257: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/bytes/received', ... (3 bytes)) +1732486257: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/bytes/sent', ... (5 bytes)) +1732486257: Client fems closed its connection. +1732486287: New connection from ::1:35228 on port 1883. +1732486287: New client connected from ::1:35228 as fems (p2, c1, k60, u'fems'). +1732486287: No will message specified. +1732486287: Sending CONNACK to fems (0, 0) +1732486287: Received SUBSCRIBE from fems +1732486287: $SYS/# (QoS 0) +1732486287: fems 0 $SYS/# +1732486287: Sending SUBACK to fems +1732486287: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/version', ... (24 bytes)) +1732486287: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/uptime', ... (11 bytes)) +1732486287: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/total', ... (1 bytes)) +1732486287: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/inactive', ... (1 bytes)) +1732486287: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/disconnected', ... (1 bytes)) +1732486287: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/active', ... (1 bytes)) +1732486287: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/connected', ... (1 bytes)) +1732486287: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/expired', ... (1 bytes)) +1732486287: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/1min', ... (4 bytes)) +1732486287: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/5min', ... (4 bytes)) +1732486287: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/15min', ... (4 bytes)) +1732486287: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/1min', ... (5 bytes)) +1732486287: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/5min', ... (5 bytes)) +1732486287: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/15min', ... (5 bytes)) +1732486287: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/1min', ... (4 bytes)) +1732486287: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/5min', ... (4 bytes)) +1732486287: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/15min', ... (4 bytes)) +1732486287: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/1min', ... (4 bytes)) +1732486287: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/5min', ... (4 bytes)) +1732486287: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/15min', ... (4 bytes)) +1732486287: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/1min', ... (5 bytes)) +1732486287: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/5min', ... (5 bytes)) +1732486287: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/15min', ... (5 bytes)) +1732486287: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/1min', ... (5 bytes)) +1732486287: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/5min', ... (5 bytes)) +1732486287: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/15min', ... (5 bytes)) +1732486287: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/1min', ... (7 bytes)) +1732486287: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/5min', ... (7 bytes)) +1732486287: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/15min', ... (7 bytes)) +1732486287: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/1min', ... (4 bytes)) +1732486287: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/5min', ... (4 bytes)) +1732486287: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/15min', ... (4 bytes)) +1732486287: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/1min', ... (4 bytes)) +1732486287: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/5min', ... (4 bytes)) +1732486287: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/15min', ... (4 bytes)) +1732486287: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/stored', ... (2 bytes)) +1732486287: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/received', ... (2 bytes)) +1732486287: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/sent', ... (3 bytes)) +1732486287: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/store/messages/count', ... (2 bytes)) +1732486287: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/store/messages/bytes', ... (3 bytes)) +1732486287: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/subscriptions/count', ... (1 bytes)) +1732486287: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/shared_subscriptions/count', ... (1 bytes)) +1732486287: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/retained messages/count', ... (2 bytes)) +1732486287: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/dropped', ... (1 bytes)) +1732486287: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/received', ... (1 bytes)) +1732486287: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/sent', ... (3 bytes)) +1732486287: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/bytes/received', ... (1 bytes)) +1732486287: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/bytes/sent', ... (4 bytes)) +1732486287: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/bytes/received', ... (3 bytes)) +1732486287: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/bytes/sent', ... (5 bytes)) +1732486287: Client fems closed its connection. +1732486317: New connection from ::1:55324 on port 1883. +1732486317: New client connected from ::1:55324 as fems (p2, c1, k60, u'fems'). +1732486317: No will message specified. +1732486317: Sending CONNACK to fems (0, 0) +1732486317: Received SUBSCRIBE from fems +1732486317: $SYS/# (QoS 0) +1732486317: fems 0 $SYS/# +1732486317: Sending SUBACK to fems +1732486317: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/version', ... (24 bytes)) +1732486317: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/uptime', ... (11 bytes)) +1732486317: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/total', ... (1 bytes)) +1732486317: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/inactive', ... (1 bytes)) +1732486317: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/disconnected', ... (1 bytes)) +1732486317: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/active', ... (1 bytes)) +1732486317: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/connected', ... (1 bytes)) +1732486317: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/expired', ... (1 bytes)) +1732486317: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/1min', ... (4 bytes)) +1732486317: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/5min', ... (4 bytes)) +1732486317: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/15min', ... (4 bytes)) +1732486317: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/1min', ... (5 bytes)) +1732486317: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/5min', ... (5 bytes)) +1732486317: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/15min', ... (5 bytes)) +1732486317: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/1min', ... (4 bytes)) +1732486317: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/5min', ... (4 bytes)) +1732486317: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/15min', ... (4 bytes)) +1732486317: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/1min', ... (4 bytes)) +1732486317: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/5min', ... (4 bytes)) +1732486317: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/15min', ... (4 bytes)) +1732486317: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/1min', ... (5 bytes)) +1732486317: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/5min', ... (5 bytes)) +1732486317: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/15min', ... (5 bytes)) +1732486317: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/1min', ... (5 bytes)) +1732486317: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/5min', ... (5 bytes)) +1732486317: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/15min', ... (5 bytes)) +1732486317: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/1min', ... (7 bytes)) +1732486317: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/5min', ... (7 bytes)) +1732486317: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/15min', ... (7 bytes)) +1732486317: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/1min', ... (4 bytes)) +1732486317: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/5min', ... (4 bytes)) +1732486317: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/15min', ... (4 bytes)) +1732486317: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/1min', ... (4 bytes)) +1732486317: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/5min', ... (4 bytes)) +1732486317: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/15min', ... (4 bytes)) +1732486317: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/stored', ... (2 bytes)) +1732486317: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/received', ... (2 bytes)) +1732486317: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/sent', ... (3 bytes)) +1732486317: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/store/messages/count', ... (2 bytes)) +1732486317: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/store/messages/bytes', ... (3 bytes)) +1732486317: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/subscriptions/count', ... (1 bytes)) +1732486317: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/shared_subscriptions/count', ... (1 bytes)) +1732486317: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/retained messages/count', ... (2 bytes)) +1732486317: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/dropped', ... (1 bytes)) +1732486317: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/received', ... (1 bytes)) +1732486317: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/sent', ... (3 bytes)) +1732486317: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/bytes/received', ... (1 bytes)) +1732486317: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/bytes/sent', ... (4 bytes)) +1732486317: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/bytes/received', ... (3 bytes)) +1732486317: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/bytes/sent', ... (5 bytes)) +1732486317: Client fems closed its connection. +1732486347: New connection from ::1:34366 on port 1883. +1732486347: New client connected from ::1:34366 as fems (p2, c1, k60, u'fems'). +1732486347: No will message specified. +1732486347: Sending CONNACK to fems (0, 0) +1732486347: Received SUBSCRIBE from fems +1732486347: $SYS/# (QoS 0) +1732486347: fems 0 $SYS/# +1732486347: Sending SUBACK to fems +1732486347: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/version', ... (24 bytes)) +1732486347: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/uptime', ... (11 bytes)) +1732486347: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/total', ... (1 bytes)) +1732486347: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/inactive', ... (1 bytes)) +1732486347: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/disconnected', ... (1 bytes)) +1732486347: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/active', ... (1 bytes)) +1732486347: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/connected', ... (1 bytes)) +1732486347: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/expired', ... (1 bytes)) +1732486347: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/1min', ... (4 bytes)) +1732486347: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/5min', ... (4 bytes)) +1732486347: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/15min', ... (4 bytes)) +1732486347: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/1min', ... (5 bytes)) +1732486347: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/5min', ... (5 bytes)) +1732486347: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/15min', ... (5 bytes)) +1732486347: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/1min', ... (4 bytes)) +1732486347: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/5min', ... (4 bytes)) +1732486347: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/15min', ... (4 bytes)) +1732486347: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/1min', ... (4 bytes)) +1732486347: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/5min', ... (4 bytes)) +1732486347: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/15min', ... (4 bytes)) +1732486347: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/1min', ... (5 bytes)) +1732486347: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/5min', ... (5 bytes)) +1732486347: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/15min', ... (5 bytes)) +1732486347: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/1min', ... (5 bytes)) +1732486347: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/5min', ... (5 bytes)) +1732486347: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/15min', ... (5 bytes)) +1732486347: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/1min', ... (7 bytes)) +1732486347: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/5min', ... (7 bytes)) +1732486347: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/15min', ... (7 bytes)) +1732486347: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/1min', ... (4 bytes)) +1732486347: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/5min', ... (4 bytes)) +1732486347: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/15min', ... (4 bytes)) +1732486347: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/1min', ... (4 bytes)) +1732486347: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/5min', ... (4 bytes)) +1732486347: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/15min', ... (4 bytes)) +1732486347: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/stored', ... (2 bytes)) +1732486347: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/received', ... (2 bytes)) +1732486347: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/sent', ... (3 bytes)) +1732486347: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/store/messages/count', ... (2 bytes)) +1732486347: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/store/messages/bytes', ... (3 bytes)) +1732486347: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/subscriptions/count', ... (1 bytes)) +1732486347: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/shared_subscriptions/count', ... (1 bytes)) +1732486347: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/retained messages/count', ... (2 bytes)) +1732486347: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/dropped', ... (1 bytes)) +1732486347: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/received', ... (1 bytes)) +1732486347: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/sent', ... (3 bytes)) +1732486347: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/bytes/received', ... (1 bytes)) +1732486347: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/bytes/sent', ... (4 bytes)) +1732486347: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/bytes/received', ... (3 bytes)) +1732486347: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/bytes/sent', ... (5 bytes)) +1732486347: Client fems closed its connection. +1732486377: New connection from ::1:56826 on port 1883. +1732486377: New client connected from ::1:56826 as fems (p2, c1, k60, u'fems'). +1732486377: No will message specified. +1732486377: Sending CONNACK to fems (0, 0) +1732486377: Received SUBSCRIBE from fems +1732486377: $SYS/# (QoS 0) +1732486377: fems 0 $SYS/# +1732486377: Sending SUBACK to fems +1732486377: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/version', ... (24 bytes)) +1732486377: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/uptime', ... (11 bytes)) +1732486377: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/total', ... (1 bytes)) +1732486377: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/inactive', ... (1 bytes)) +1732486377: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/disconnected', ... (1 bytes)) +1732486377: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/active', ... (1 bytes)) +1732486377: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/connected', ... (1 bytes)) +1732486377: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/expired', ... (1 bytes)) +1732486377: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/1min', ... (4 bytes)) +1732486377: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/5min', ... (4 bytes)) +1732486377: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/15min', ... (4 bytes)) +1732486377: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/1min', ... (5 bytes)) +1732486377: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/5min', ... (5 bytes)) +1732486377: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/15min', ... (5 bytes)) +1732486377: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/1min', ... (4 bytes)) +1732486377: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/5min', ... (4 bytes)) +1732486377: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/15min', ... (4 bytes)) +1732486377: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/1min', ... (4 bytes)) +1732486377: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/5min', ... (4 bytes)) +1732486377: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/15min', ... (4 bytes)) +1732486377: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/1min', ... (5 bytes)) +1732486377: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/5min', ... (5 bytes)) +1732486377: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/15min', ... (5 bytes)) +1732486377: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/1min', ... (5 bytes)) +1732486377: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/5min', ... (5 bytes)) +1732486377: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/15min', ... (5 bytes)) +1732486377: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/1min', ... (7 bytes)) +1732486377: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/5min', ... (7 bytes)) +1732486377: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/15min', ... (7 bytes)) +1732486377: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/1min', ... (4 bytes)) +1732486377: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/5min', ... (4 bytes)) +1732486377: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/15min', ... (4 bytes)) +1732486377: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/1min', ... (4 bytes)) +1732486377: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/5min', ... (4 bytes)) +1732486377: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/15min', ... (4 bytes)) +1732486377: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/stored', ... (2 bytes)) +1732486377: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/received', ... (2 bytes)) +1732486377: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/sent', ... (3 bytes)) +1732486377: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/store/messages/count', ... (2 bytes)) +1732486377: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/store/messages/bytes', ... (3 bytes)) +1732486377: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/subscriptions/count', ... (1 bytes)) +1732486377: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/shared_subscriptions/count', ... (1 bytes)) +1732486377: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/retained messages/count', ... (2 bytes)) +1732486377: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/dropped', ... (1 bytes)) +1732486377: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/received', ... (1 bytes)) +1732486377: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/sent', ... (3 bytes)) +1732486377: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/bytes/received', ... (1 bytes)) +1732486377: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/bytes/sent', ... (4 bytes)) +1732486377: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/bytes/received', ... (3 bytes)) +1732486377: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/bytes/sent', ... (5 bytes)) +1732486377: Client fems closed its connection. +1732486407: New connection from ::1:39494 on port 1883. +1732486407: New client connected from ::1:39494 as fems (p2, c1, k60, u'fems'). +1732486407: No will message specified. +1732486407: Sending CONNACK to fems (0, 0) +1732486407: Received SUBSCRIBE from fems +1732486407: $SYS/# (QoS 0) +1732486407: fems 0 $SYS/# +1732486407: Sending SUBACK to fems +1732486407: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/version', ... (24 bytes)) +1732486407: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/uptime', ... (11 bytes)) +1732486407: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/total', ... (1 bytes)) +1732486407: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/inactive', ... (1 bytes)) +1732486407: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/disconnected', ... (1 bytes)) +1732486407: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/active', ... (1 bytes)) +1732486407: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/connected', ... (1 bytes)) +1732486407: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/expired', ... (1 bytes)) +1732486407: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/1min', ... (4 bytes)) +1732486407: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/5min', ... (4 bytes)) +1732486407: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/15min', ... (4 bytes)) +1732486407: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/1min', ... (5 bytes)) +1732486407: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/5min', ... (5 bytes)) +1732486407: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/15min', ... (5 bytes)) +1732486407: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/1min', ... (4 bytes)) +1732486407: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/5min', ... (4 bytes)) +1732486407: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/15min', ... (4 bytes)) +1732486407: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/1min', ... (4 bytes)) +1732486407: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/5min', ... (4 bytes)) +1732486407: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/15min', ... (4 bytes)) +1732486407: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/1min', ... (5 bytes)) +1732486407: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/5min', ... (5 bytes)) +1732486407: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/15min', ... (5 bytes)) +1732486407: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/1min', ... (5 bytes)) +1732486407: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/5min', ... (5 bytes)) +1732486407: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/15min', ... (5 bytes)) +1732486407: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/1min', ... (7 bytes)) +1732486407: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/5min', ... (7 bytes)) +1732486407: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/15min', ... (7 bytes)) +1732486407: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/1min', ... (4 bytes)) +1732486407: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/5min', ... (4 bytes)) +1732486407: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/15min', ... (4 bytes)) +1732486407: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/1min', ... (4 bytes)) +1732486407: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/5min', ... (4 bytes)) +1732486407: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/15min', ... (4 bytes)) +1732486407: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/stored', ... (2 bytes)) +1732486407: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/received', ... (2 bytes)) +1732486407: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/sent', ... (3 bytes)) +1732486407: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/store/messages/count', ... (2 bytes)) +1732486407: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/store/messages/bytes', ... (3 bytes)) +1732486407: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/subscriptions/count', ... (1 bytes)) +1732486407: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/shared_subscriptions/count', ... (1 bytes)) +1732486407: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/retained messages/count', ... (2 bytes)) +1732486407: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/dropped', ... (1 bytes)) +1732486407: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/received', ... (1 bytes)) +1732486407: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/sent', ... (3 bytes)) +1732486407: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/bytes/received', ... (1 bytes)) +1732486407: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/bytes/sent', ... (4 bytes)) +1732486407: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/bytes/received', ... (3 bytes)) +1732486407: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/bytes/sent', ... (5 bytes)) +1732486407: Client fems closed its connection. +1732486437: New connection from ::1:56902 on port 1883. +1732486437: New client connected from ::1:56902 as fems (p2, c1, k60, u'fems'). +1732486437: No will message specified. +1732486437: Sending CONNACK to fems (0, 0) +1732486437: Received SUBSCRIBE from fems +1732486437: $SYS/# (QoS 0) +1732486437: fems 0 $SYS/# +1732486437: Sending SUBACK to fems +1732486437: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/version', ... (24 bytes)) +1732486437: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/uptime', ... (11 bytes)) +1732486437: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/total', ... (1 bytes)) +1732486437: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/inactive', ... (1 bytes)) +1732486437: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/disconnected', ... (1 bytes)) +1732486437: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/active', ... (1 bytes)) +1732486437: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/connected', ... (1 bytes)) +1732486437: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/expired', ... (1 bytes)) +1732486437: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/1min', ... (4 bytes)) +1732486437: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/5min', ... (4 bytes)) +1732486437: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/15min', ... (4 bytes)) +1732486437: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/1min', ... (5 bytes)) +1732486437: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/5min', ... (5 bytes)) +1732486437: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/15min', ... (5 bytes)) +1732486437: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/1min', ... (4 bytes)) +1732486437: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/5min', ... (4 bytes)) +1732486437: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/15min', ... (4 bytes)) +1732486437: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/1min', ... (4 bytes)) +1732486437: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/5min', ... (4 bytes)) +1732486437: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/15min', ... (4 bytes)) +1732486437: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/1min', ... (5 bytes)) +1732486437: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/5min', ... (5 bytes)) +1732486437: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/15min', ... (5 bytes)) +1732486437: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/1min', ... (5 bytes)) +1732486437: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/5min', ... (5 bytes)) +1732486437: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/15min', ... (5 bytes)) +1732486437: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/1min', ... (7 bytes)) +1732486437: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/5min', ... (7 bytes)) +1732486437: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/15min', ... (7 bytes)) +1732486437: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/1min', ... (4 bytes)) +1732486437: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/5min', ... (4 bytes)) +1732486437: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/15min', ... (4 bytes)) +1732486437: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/1min', ... (4 bytes)) +1732486437: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/5min', ... (4 bytes)) +1732486437: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/15min', ... (4 bytes)) +1732486437: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/stored', ... (2 bytes)) +1732486437: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/received', ... (2 bytes)) +1732486437: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/sent', ... (3 bytes)) +1732486437: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/store/messages/count', ... (2 bytes)) +1732486437: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/store/messages/bytes', ... (3 bytes)) +1732486437: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/subscriptions/count', ... (1 bytes)) +1732486437: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/shared_subscriptions/count', ... (1 bytes)) +1732486437: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/retained messages/count', ... (2 bytes)) +1732486437: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/dropped', ... (1 bytes)) +1732486437: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/received', ... (1 bytes)) +1732486437: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/sent', ... (3 bytes)) +1732486437: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/bytes/received', ... (1 bytes)) +1732486437: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/bytes/sent', ... (4 bytes)) +1732486437: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/bytes/received', ... (3 bytes)) +1732486437: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/bytes/sent', ... (5 bytes)) +1732486437: Client fems closed its connection. +1732486467: New connection from ::1:47976 on port 1883. +1732486467: New client connected from ::1:47976 as fems (p2, c1, k60, u'fems'). +1732486467: No will message specified. +1732486467: Sending CONNACK to fems (0, 0) +1732486467: Received SUBSCRIBE from fems +1732486467: $SYS/# (QoS 0) +1732486467: fems 0 $SYS/# +1732486467: Sending SUBACK to fems +1732486467: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/version', ... (24 bytes)) +1732486467: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/uptime', ... (11 bytes)) +1732486467: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/total', ... (1 bytes)) +1732486467: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/inactive', ... (1 bytes)) +1732486467: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/disconnected', ... (1 bytes)) +1732486467: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/active', ... (1 bytes)) +1732486467: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/connected', ... (1 bytes)) +1732486467: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/expired', ... (1 bytes)) +1732486467: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/1min', ... (4 bytes)) +1732486467: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/5min', ... (4 bytes)) +1732486467: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/15min', ... (4 bytes)) +1732486467: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/1min', ... (5 bytes)) +1732486467: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/5min', ... (5 bytes)) +1732486467: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/15min', ... (5 bytes)) +1732486467: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/1min', ... (4 bytes)) +1732486467: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/5min', ... (4 bytes)) +1732486467: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/15min', ... (4 bytes)) +1732486467: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/1min', ... (4 bytes)) +1732486467: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/5min', ... (4 bytes)) +1732486467: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/15min', ... (4 bytes)) +1732486467: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/1min', ... (5 bytes)) +1732486467: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/5min', ... (5 bytes)) +1732486467: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/15min', ... (5 bytes)) +1732486467: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/1min', ... (5 bytes)) +1732486467: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/5min', ... (5 bytes)) +1732486467: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/15min', ... (5 bytes)) +1732486467: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/1min', ... (7 bytes)) +1732486467: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/5min', ... (7 bytes)) +1732486467: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/15min', ... (7 bytes)) +1732486467: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/1min', ... (4 bytes)) +1732486467: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/5min', ... (4 bytes)) +1732486467: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/15min', ... (4 bytes)) +1732486467: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/1min', ... (4 bytes)) +1732486467: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/5min', ... (4 bytes)) +1732486467: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/15min', ... (4 bytes)) +1732486467: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/stored', ... (2 bytes)) +1732486467: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/received', ... (2 bytes)) +1732486467: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/sent', ... (3 bytes)) +1732486467: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/store/messages/count', ... (2 bytes)) +1732486467: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/store/messages/bytes', ... (3 bytes)) +1732486467: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/subscriptions/count', ... (1 bytes)) +1732486467: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/shared_subscriptions/count', ... (1 bytes)) +1732486467: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/retained messages/count', ... (2 bytes)) +1732486467: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/dropped', ... (1 bytes)) +1732486467: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/received', ... (1 bytes)) +1732486467: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/sent', ... (3 bytes)) +1732486467: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/bytes/received', ... (1 bytes)) +1732486467: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/bytes/sent', ... (4 bytes)) +1732486467: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/bytes/received', ... (3 bytes)) +1732486467: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/bytes/sent', ... (5 bytes)) +1732486468: Client fems closed its connection. +1732486498: New connection from ::1:45244 on port 1883. +1732486498: New client connected from ::1:45244 as fems (p2, c1, k60, u'fems'). +1732486498: No will message specified. +1732486498: Sending CONNACK to fems (0, 0) +1732486498: Received SUBSCRIBE from fems +1732486498: $SYS/# (QoS 0) +1732486498: fems 0 $SYS/# +1732486498: Sending SUBACK to fems +1732486498: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/version', ... (24 bytes)) +1732486498: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/uptime', ... (11 bytes)) +1732486498: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/total', ... (1 bytes)) +1732486498: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/inactive', ... (1 bytes)) +1732486498: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/disconnected', ... (1 bytes)) +1732486498: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/active', ... (1 bytes)) +1732486498: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/connected', ... (1 bytes)) +1732486498: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/clients/expired', ... (1 bytes)) +1732486498: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/1min', ... (4 bytes)) +1732486498: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/5min', ... (4 bytes)) +1732486498: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/received/15min', ... (4 bytes)) +1732486498: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/1min', ... (5 bytes)) +1732486498: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/5min', ... (5 bytes)) +1732486498: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/messages/sent/15min', ... (5 bytes)) +1732486498: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/1min', ... (4 bytes)) +1732486498: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/5min', ... (4 bytes)) +1732486498: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/dropped/15min', ... (4 bytes)) +1732486498: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/1min', ... (4 bytes)) +1732486498: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/5min', ... (4 bytes)) +1732486498: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/received/15min', ... (4 bytes)) +1732486498: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/1min', ... (5 bytes)) +1732486498: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/5min', ... (5 bytes)) +1732486498: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/publish/sent/15min', ... (5 bytes)) +1732486498: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/1min', ... (5 bytes)) +1732486498: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/5min', ... (5 bytes)) +1732486498: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/received/15min', ... (5 bytes)) +1732486498: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/1min', ... (7 bytes)) +1732486498: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/5min', ... (7 bytes)) +1732486498: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/bytes/sent/15min', ... (7 bytes)) +1732486498: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/1min', ... (4 bytes)) +1732486498: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/5min', ... (4 bytes)) +1732486498: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/sockets/15min', ... (4 bytes)) +1732486498: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/1min', ... (4 bytes)) +1732486498: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/5min', ... (4 bytes)) +1732486498: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/load/connections/15min', ... (4 bytes)) +1732486498: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/stored', ... (2 bytes)) +1732486498: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/received', ... (2 bytes)) +1732486498: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/messages/sent', ... (3 bytes)) +1732486498: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/store/messages/count', ... (2 bytes)) +1732486498: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/store/messages/bytes', ... (3 bytes)) +1732486498: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/subscriptions/count', ... (1 bytes)) +1732486498: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/shared_subscriptions/count', ... (1 bytes)) +1732486498: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/retained messages/count', ... (2 bytes)) +1732486498: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/dropped', ... (1 bytes)) +1732486498: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/received', ... (1 bytes)) +1732486498: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/messages/sent', ... (3 bytes)) +1732486498: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/bytes/received', ... (1 bytes)) +1732486498: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/publish/bytes/sent', ... (4 bytes)) +1732486498: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/bytes/received', ... (3 bytes)) +1732486498: Sending PUBLISH to fems (d0, q0, r1, m0, '$SYS/broker/bytes/sent', ... (5 bytes)) +1732486498: Client fems closed its connection.