Get system variables and performance metrics
Documentation Index
Fetch the complete documentation index at: https://wukong.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
in_msgs - Sort by received message countout_msgs - Sort by sent message countin_bytes - Sort by received bytesout_bytes - Sort by sent bytes| Status Code | Description |
|---|---|
| 200 | Successfully retrieved system variables |
| 500 | Internal server error |
| Metric | Description | Normal Range | Alert Threshold |
|---|---|---|---|
| CPU Usage | Server CPU utilization percentage | < 70% | > 80% |
| Memory Usage | Server memory consumption | < 80% | > 90% |
| Connections | Current active connections | Based on config | Near maximum |
| Slow Consumers | Number of slow processing connections | < 5% | > 10% |
| Metric | Description | Monitoring Focus |
|---|---|---|
| Message Receive Rate | Messages received per second | Sudden increases or decreases |
| Message Send Rate | Messages sent per second | Ratio to receive rate |
| Byte Transfer Rate | Network transfer speed | Bandwidth usage |
| HTTP Request Stats | API call frequency and response time | Hot APIs and performance bottlenecks |