# Monitors
EMQX Cloud provides monitoring metrics to view data such as TPS, number of connections, subscriptions, and topics in real time.
# Basic Information
The following monitoring metrics are included:
- Cluster status and running time
- Number of message sent per second
- Number of message received per second
- Number of connections
- Number of subscriptions
- Number of topics
# Clients
The clients list includes the following information:
- Client ID
- Username
- IP Address
- Keepalive
- Protocol
- Connect status
- Connected At
- Actions
# Subscriptions
The subscription list includes the client's subscribed topic details.
- Client ID
- Topic
- QoS
What’s on this page