# MV\_GLOBAL\_STATUS

This view contains information on the global server status variables that are set on the cluster’s nodes.

Global variables which are not server status variables are found in the `mv_global_variables` view.

| Column name      | Description                                                                           |
| ---------------- | ------------------------------------------------------------------------------------- |
| `node_id`        | The ID of the node.                                                                   |
| `ip_addr`        | The IP address of the node.                                                           |
| `port`           | The port on which the node is listening.                                              |
| `node_type`      | The type of node: master aggregator (MA), child aggregator (CA), or leaf node (LEAF). |
| `variable_name`  | The name of the global variable.                                                      |
| `variable_value` | The value of the global variable.                                                     |

***

Modified at: December 12, 2023

Source: [/db/v9.1/reference/information-schema-reference/management/mv-global-status/](https://docs.singlestore.com/db/v9.1/reference/information-schema-reference/management/mv-global-status/)

(An index of the documentation is available at /llms.txt)
