数据仓库服务 GAUSSDB(DWS)-统计信息函数:pgxc_get_wal_speed()
pgxc_get_wal_speed()
描述:在CN上执行,获取每一个DN实例的wal生成速率以及备DN receive、write、flush、redo速率。该函数仅8.3.0及以上集群版本支持。
返回值类型:record
返回信息如下:
名称 |
类型 |
描述 |
---|---|---|
node_name |
text |
节点名称。 |
pid |
bigint |
线程PID号。 |
local_role |
text |
当前节点role。 |
peer_role |
text |
接收方role。 |
peer_state |
text |
接收方状态。 |
state |
text |
传输状态。 |
generate_speed |
bigint |
主DNwal生成速率,单位为byte/s。 |
receive_speed |
bigint |
备DN接受速率,单位为byte/s。 |
write_speed |
bigint |
备DN write速率,单位为byte/s。 |
flush_speed |
bigint |
备DN刷盘速率,单位为byte/s。 |
redo_speed |
bigint |
备DN redo速率,单位为byte/s。 |
1 2 3 4 5 6 |
SELECT * FROM pgxc_get_wal_speed(); node_name | pid | local_role | peer_role | peer_state | state | generate_speed | receive_speed | write_speed | flush_speed | apply_speed -----------+-----------------+------------+-----------+------------+-----------+----------------+---------------+-------------+-------------+------------- datanode1 | 140240389260824 | Primary | Secondary | Normal | Streaming | 0 | 0 | 0 | 0 | 0 datanode1 | 140240389262192 | Primary | Standby | Normal | Streaming | 0 | 0 | 0 | 0 | 0 (2 rows) |
- 数据仓库服务GaussDB(DWS)_SQL on Anywhere
- DWS安全_数据仓库服务安全_DWS数据安全管理_DWS安全保障_DWS安全策略
- 调用GaussDB(DWS) API接口_数据仓库服务调用API_如何调用API_在DWS中调用API
- DWS产品介绍_DWS产品优势_DWS功能_DWS使用场景_DWS是什么
- GaussDB(DWS)常用SQL_常用SQL命令_SQL语法
- DWS资源管理_GaussDB(DWS)资源管理作用_DWS资源管控
- GaussDB函数_GaussDB数据库函数_高斯数据库函数_华为云
- GaussDB数据库函数_GaussDB介绍_高斯数据库函数
- GaussDB(DWS)服务_什么是IoT数仓_如何使用IoT数仓
- GaussDB支持的函数_GaussDB函数类型解析_高斯数据库支持的函数-华为云