TDMQ for Pulsar allows you to monitor the topic resources created under your account, so that you can keep track of the status of your topics in real time and troubleshoot possible issues to ensure stable business operations.
This document describes how to view monitoring metrics and their descriptions in the TDMQ console.
Monitoring information display
Descriptions of monitoring metrics
Metric | Description |
---|---|
Production Speed (Messages/Sec) | Number of messages sent to the topic by producers per second in the selected time range. |
Consumption Speed (Messages/Sec) | Number of messages consumed by all consumers under the topic per second in the selected time range. |
Production Traffic (Byte/sec) | Data size of messages sent to the topic by producers per second in the selected time range. |
Consumption Traffic (Byte/sec) | Data size of messages consumed by all consumers under the topic per second in the selected time range. |
Total Message Size (Byte) | Size of heaped messages. |
Avg Message Size (Byte) | Average size of produced messages. |
Total Messages | Total number of produced messages. |
Producer Count | Number of producers producing messages to the topic. |
Subscriber Count | Number of subscribers to the topic. |
Was this page helpful?