Skip to main content

Instance List

The instance list screen gathers the nodes in a SingleStore cluster into a table, one per row. Because you can check the aggregator and leaf nodes together on one screen, it serves as the starting point for quickly scanning the overall cluster state and drilling straight into a problematic node.

Summary area

The area above the table shows the total node count and a breakdown by state.

ItemDescription
TotalTotal number of nodes being collected
CriticalNumber of nodes classified as critical
WarningNumber of nodes classified as warning
NormalNumber of nodes in a normal state

Node list table

Each row corresponds to one node. The default columns are as follows.

ItemDescription
StatusThe collection and state of the node
Server NameNode name (for example, 1-MA-150, LF-152). Click it to go to the corresponding Instance Monitoring
IPNode IP address
PortConnection port (default 3306)
DatabaseList of databases the node is responsible for
ROLENode role. MA (Master Aggregator), CA (Child Aggregator), Leaf
Cluster NameName of the cluster the node belongs to
Threads_runningNumber of running threads
QuestionsNumber of processed queries
innodb_buffer_pool_read_requestsNumber of buffer pool read requests
lock_wait_sessionsNumber of sessions waiting on a lock
Note

For SingleStore, when you install the DBX agent only on an aggregator node, it auto-detects leaf nodes through MV_NODES and the entire cluster appears in the list. You can quickly distinguish roles by the MA, CA, and LF prefixes in node names.

Working with the table

  • Column selection: You can add or hide the columns shown in the table.
  • Multi-view: Select multiple nodes to switch to a screen that compares them together.
  • After selecting a node, you can drill into the detail screen to examine its metrics and sessions in detail.

Data interpretation guide

CheckpointDescription
Sudden spike in Threads_running on a specific nodeSuspect load or contention concentrated on that node
Accumulating lock_wait_sessionsLock waits are occurring; trace the cause with Lock Tree
Metric deviation among Leaf nodesPossible data skew; check the layout in Partition