Skip to main content
Version: v1.7.x

xuguDB Database Monitoring

Collect and monitor common performance metrics of the xugu database. Supports xuguDB.v12.

Configuration Parameters

Parameter NameDescription
Monitoring HostThe IPv4, IPv6, or domain name of the monitored target. ⚠️ Do not include protocol headers (e.g., https://, http://).
Task NameThe name that identifies this monitoring task. The name must be unique.
PortThe port exposed by the database, default is 5138.
Query TimeoutThe timeout for SQL queries when no response is received, in milliseconds. Default is 3000 ms.
Database NameThe database instance name, optional.
UsernameDatabase connection username.
PasswordDatabase connection password.
URLDatabase connection URL, optional. If configured, the database name, username, password and other parameters in the URL will override the above settings.
Collection IntervalThe interval for periodically collecting monitoring data, in seconds. The minimum configurable interval is 30 seconds.
Enable DetectionWhether to probe and check availability before adding monitoring. The add/modify operation proceeds only if the probe succeeds.
DescriptionAdditional notes and descriptions for this monitoring, where users can add remarks.

Collected Metrics

Metric Set: Session Information

Metric NameUnitDescription
Idle_ConnectionN/AIdle connections
Active_ConnectionsN/AActive connections
Connection_being_createdN/AConnections being created
Null_Read_ConnectionN/AEmpty read connections
Complete_data_input_connectionN/AConnections with completed data input
OtherN/AOthers

Metric Set: Memory Information

Metric NameUnitDescription
G_MEMMBGlobal memory consumption
CATA_MEMMBCATALOG memory consumption
TRAN_MEMMBTransaction memory consumption
NET_MEMMBUser connection memory consumption
TASK_MEMMBTask thread memory consumption
MSG_MEMMBInternal communication message memory consumption
LOCK_MEMMBLocal lock memory consumption
GLOCK_MEMMBGlobal lock memory consumption
DLCHK_MEMMBDeadlock detection memory consumption
MODI_MEMMBChange log memory consumption
PROC_MEMMBProcedure execution engine memory consumption

Metric Set: Disk Information

Metric NameUnitDescription
DISK_READ_NUMTimesNumber of disk block read operations
DISK_WRITE_NUMTimesNumber of disk block write operations
DISK_READ_BYTESMBNumber of bytes read from disk
DISK_WRITE_BYTESMBNumber of bytes written to disk