OceanBase logo

OceanBase

A unified distributed database ready for your transactional, analytical, and AI workloads.

Product Overview
DEPLOY YOUR WAY

OceanBase Cloud

The best way to deploy and scale OceanBase

OceanBase Enterprise

Run and manage OceanBase on your infra

TRY OPEN SOURCE

OceanBase Community Edition

The free, open-source distributed database

OceanBase seekdb

Open source AI native search database

Customer Stories

Real-world success stories from enterprises across diverse industries.

View All
BY USE CASES

Mission-Critical Transactions

Global & Multicloud Application

Elastic Scaling for Peak Traffic

Real-time Analytics

Active Geo-redundancy

Database Consolidation

Resources

Comprehensive knowledge hub for OceanBase.

Blog

Live Demos

Training & Certification

Documentation

Official technical guides, tutorials, API references, and manuals for all OceanBase products.

View All
PRODUCTS

OceanBase Cloud

OceanBase Database

Tools

Connectors and Middleware

QUICK START

OceanBase Cloud

OceanBase Database

BEST PRACTICES

Practical guides for utilizing OceanBase more effectively and conveniently

Company

Learn more about OceanBase – our company, partnerships, and trust and security initiatives.

About OceanBase

Partner

Trust Center

Contact Us

International - English
中国站 - 简体中文
日本 - 日本語
Sign In
Start on Cloud

OceanBase

A unified distributed database ready for your transactional, analytical, and AI workloads.

Product Overview
DEPLOY YOUR WAY

OceanBase Cloud

The best way to deploy and scale OceanBase

OceanBase Enterprise

Run and manage OceanBase on your infra

TRY OPEN SOURCE

OceanBase Community Edition

The free, open-source distributed database

OceanBase seekdb

Open source AI native search database

Customer Stories

Real-world success stories from enterprises across diverse industries.

View All
BY USE CASES

Mission-Critical Transactions

Global & Multicloud Application

Elastic Scaling for Peak Traffic

Real-time Analytics

Active Geo-redundancy

Database Consolidation

Comprehensive knowledge hub for OceanBase.

Blog

Live Demos

Training & Certification

Documentation

Official technical guides, tutorials, API references, and manuals for all OceanBase products.

View All
PRODUCTS
OceanBase CloudOceanBase Database
ToolsConnectors and Middleware
QUICK START
OceanBase CloudOceanBase Database
BEST PRACTICES

Practical guides for utilizing OceanBase more effectively and conveniently

Learn more about OceanBase – our company, partnerships, and trust and security initiatives.

About OceanBase

Partner

Trust Center

Contact Us

Start on Cloud
编组
All Products
    • Databases
    • iconOceanBase Database
    • iconOceanBase Cloud
    • iconOceanBase Tugraph
    • iconInteractive Tutorials
    • iconOceanBase Best Practices
    • Tools
    • iconOceanBase Cloud Platform
    • iconOceanBase Migration Service
    • iconOceanBase Developer Center
    • iconOceanBase Migration Assessment
    • iconOceanBase Admin Tool
    • iconOceanBase Loader and Dumper
    • iconOceanBase Deployer
    • iconKubernetes operator for OceanBase
    • iconOceanBase Diagnostic Tool
    • iconOceanBase Binlog Service
    • Connectors and Middleware
    • iconOceanBase Database Proxy
    • iconEmbedded SQL in C for OceanBase
    • iconOceanBase Call Interface
    • iconOceanBase Connector/C
    • iconOceanBase Connector/J
    • iconOceanBase Connector/ODBC
    • iconOceanBase Connector/NET
icon

OceanBase Database

SQL - V4.4.2

    Download PDF

    OceanBase logo

    The Unified Distributed Database for the AI Era.

    Follow Us
    Products
    OceanBase CloudOceanBase EnterpriseOceanBase Community EditionOceanBase seekdb
    Resources
    DocsBlogLive DemosTraining & CertificationTicket
    Company
    About OceanBaseTrust CenterLegalPartnerContact Us
    Follow Us

    © OceanBase 2026. All rights reserved

    Cloud Service AgreementPrivacy PolicySecurity
    Contact Us
    Document Feedback
    1. Documentation Center
    2. OceanBase Database
    3. SQL
    4. V4.4.2
    iconOceanBase Database
    SQL - V 4.4.2
    SQL
    KV
    • V 4.6.0
    • V 4.4.2
    • V 4.3.5
    • V 4.3.3
    • V 4.3.1
    • V 4.3.0
    • V 4.2.5
    • V 4.2.2
    • V 4.2.1
    • V 4.2.0
    • V 4.1.0
    • V 4.0.0
    • V 3.1.4 and earlier

    V$OB_RES_MGR_SYSSTAT

    Last Updated:2026-04-02 06:23:58  Updated
    share
    What is on this page
    Purpose
    Columns
    Sample query
    References

    folded

    share

    Note

    • For OceanBase Database V4.3.x, this view is introduced in V4.3.5.
    • For OceanBase Database V4.2.x, this view is introduced in V4.2.5.

    Purpose

    The V$OB_RES_MGR_SYSSTAT view displays the statistics of resource groups in the current tenant on the current OBServer node.

    Columns

    Column
    Type
    Nullable?
    Description
    CON_ID bigint(20) NO Tenant ID
    GROUP_ID bigint(20) NO Resource group ID
    SVR_IP varchar(46) NO IP address of the node
    SVR_PORT bigint(20) NO Port of the node
    STATISTIC# bigint(20) NO Statistics ID
    NAME varchar(64) NO Statistics name
    CLASS bigint(20) NO Statistics category
    VALUE bigint(20) NO Statistics value
    VALUE_TYPE varchar(16) NO Value type: cumulative or assigned
    STAT_ID bigint(20) NO Statistics ID

    Sample query

    The following example queries the statistics of resource groups on the current OBServer node in the current tenant.

    obclient [oceanbase]> SELECT * FROM oceanbase.V$OB_RES_MGR_SYSSTAT LIMIT 10;
    

    The sample result is as follows:

    +--------+----------+----------------+----------+------------+-----------------------+-------+------------+------------+---------+
    | CON_ID | GROUP_ID | SVR_IP         | SVR_PORT | STATISTIC# | NAME                  | CLASS | VALUE      | VALUE_TYPE | STAT_ID |
    +--------+----------+----------------+----------+------------+-----------------------+-------+------------+------------+---------+
    |      1 |        0 |  xx.xx.xx.xx   |     2882 |          0 | rpc packet in         |     1 |   13010269 | ADD_VALUE  |   10000 |
    |      1 |        0 |  xx.xx.xx.xx   |     2882 |          1 | rpc packet in bytes   |     1 | 3084188226 | ADD_VALUE  |   10001 |
    |      1 |        0 |  xx.xx.xx.xx   |     2882 |          2 | rpc packet out        |     1 |    7984551 | ADD_VALUE  |   10002 |
    |      1 |        0 |  xx.xx.xx.xx   |     2882 |          3 | rpc packet out bytes  |     1 | 2404425894 | ADD_VALUE  |   10003 |
    |      1 |        0 |  xx.xx.xx.xx   |     2882 |          4 | rpc deliver fail      |     1 |          0 | ADD_VALUE  |   10004 |
    |      1 |        0 |  xx.xx.xx.xx   |     2882 |          5 | rpc net delay         |     1 |   23766006 | ADD_VALUE  |   10005 |
    |      1 |        0 |  xx.xx.xx.xx   |     2882 |          6 | rpc net frame delay   |     1 |     241049 | ADD_VALUE  |   10006 |
    |      1 |        0 |  xx.xx.xx.xx   |     2882 |          7 | mysql packet in       |     1 |         69 | ADD_VALUE  |   10007 |
    |      1 |        0 |  xx.xx.xx.xx   |     2882 |          8 | mysql packet in bytes |     1 |      13871 | ADD_VALUE  |   10008 |
    |      1 |        0 |  xx.xx.xx.xx   |     2882 |          9 | mysql packet out      |     1 |        142 | ADD_VALUE  |   10009 |
    +--------+----------+----------------+----------+------------+-----------------------+-------+------------+------------+---------+
    10 rows in set (0.007 sec)
    

    References

    GV$OB_RES_MGR_SYSSTAT

    Previous topic

    V$OB_QUERY_RESPONSE_TIME_HISTOGRAM
    Last

    Next topic

    V$RSRC_PLAN
    Next
    What is on this page
    Purpose
    Columns
    Sample query
    References