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.2.5

    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.2.5
    iconOceanBase Database
    SQL - V 4.2.5
    Databases
    • OceanBase Database
    • OceanBase Cloud
    • OceanBase Tugraph
    • Interactive Tutorials
    • OceanBase Best Practices
    Tools
    • OceanBase Cloud Platform
    • OceanBase Migration Service
    • OceanBase Developer Center
    • OceanBase Migration Assessment
    • OceanBase Admin Tool
    • OceanBase Loader and Dumper
    • OceanBase Deployer
    • Kubernetes operator for OceanBase
    • OceanBase Diagnostic Tool
    • OceanBase Binlog Service
    Connectors and Middleware
    • OceanBase Database Proxy
    • Embedded SQL in C for OceanBase
    • OceanBase Call Interface
    • OceanBase Connector/C
    • OceanBase Connector/J
    • OceanBase Connector/ODBC
    • OceanBase Connector/NET
    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-27 03:14:13  Updated
    Share
    What is on this page
    Purpose
    Columns
    Sample query
    References

    folded

    Share

    Note

    This view was introduced in OceanBase Database V4.2.5.

    Purpose

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

    Columns

    Column
    Type
    Nullable?
    Description
    CON_ID NUMBER NO The ID of the tenant.
    GROUP_ID NUMBER NO The ID of the consumer group.
    SVR_IP VARCHAR2(46) NO The IP address of the OBServer node.
    SVR_PORT NUMBER(38) NO The port number of the OBServer node.
    STATISTIC# NUMBER NO The sequence number of the statistical item.
    NAME VARCHAR2(64) NO The name of the statistical item.
    CLASS NUMBER NO The class of the statistical item.
    VALUE NUMBER NO The value of the statistical item.
    VALUE_TYPE VARCHAR2(16) NO The type of the value, which can be a cumulative or assigned value.
    STAT_ID NUMBER NO The ID of the statistical item.

    Sample query

    Query the statistical items of resource groups on the current OBServer node in the current tenant.

    obclient [SYS]> SELECT * FROM SYS.V$OB_RES_MGR_SYSSTAT  WHERE ROWNUM < 10;
    

    The query result is as follows:

    +--------+----------+----------------+----------+------------+-----------------------+-------+----------+------------+---------+
    | CON_ID | GROUP_ID | SVR_IP         | SVR_PORT | STATISTIC# | NAME                  | CLASS | VALUE    | VALUE_TYPE | STAT_ID |
    +--------+----------+----------------+----------+------------+-----------------------+-------+----------+------------+---------+
    |   1004 |        0 |  xx.xx.xx.xx   |     2882 |          0 | rpc packet in         |     1 |   179289 | ADD_VALUE  |   10000 |
    |   1004 |        0 |  xx.xx.xx.xx   |     2882 |          1 | rpc packet in bytes   |     1 | 53809721 | ADD_VALUE  |   10001 |
    |   1004 |        0 |  xx.xx.xx.xx   |     2882 |          2 | rpc packet out        |     1 |   183590 | ADD_VALUE  |   10002 |
    |   1004 |        0 |  xx.xx.xx.xx   |     2882 |          3 | rpc packet out bytes  |     1 | 40636459 | ADD_VALUE  |   10003 |
    |   1004 |        0 |  xx.xx.xx.xx   |     2882 |          4 | rpc deliver fail      |     1 |        0 | ADD_VALUE  |   10004 |
    |   1004 |        0 |  xx.xx.xx.xx   |     2882 |          5 | rpc net delay         |     1 | 14490224 | ADD_VALUE  |   10005 |
    |   1004 |        0 |  xx.xx.xx.xx   |     2882 |          6 | rpc net frame delay   |     1 |   146779 | ADD_VALUE  |   10006 |
    |   1004 |        0 |  xx.xx.xx.xx   |     2882 |          7 | mysql packet in       |     1 |      783 | ADD_VALUE  |   10007 |
    |   1004 |        0 |  xx.xx.xx.xx   |     2882 |          8 | mysql packet in bytes |     1 |    25446 | ADD_VALUE  |   10008 |
    +--------+----------+----------------+----------+------------+-----------------------+-------+----------+------------+---------+
    9 rows in set (0.007 sec)
    

    References

    GV$OB_RES_MGR_SYSSTAT

    Previous topic

    V$OB_QUERY_RESPONSE_TIME_HISTOGRAM
    Last

    Next topic

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