PG_SESSION_IOSTAT
PG_SESSION_IOSTAT视图8.1.2版本中已废弃,为兼容历史版本功能保留该视图,当前版本查询无效。可使用PGXC_WLM_SESSION_STATISTICS视图查看所有CN上正在执行的作业的负载管理信息。
| 名称 | 类型 | 描述 |
|---|---|---|
| query_id | bigint | 作业ID。 |
| mincurriops | integer | 该作业当前io在各DN中的最小值。 |
| maxcurriops | integer | 该作业当前io在各DN中的最大值。 |
| minpeakiops | integer | 在作业运行时,作业io峰值中,各DN的最小值。 |
| maxpeakiops | integer | 在作业运行时,作业io峰值中,各DN的最大值。 |
| io_limits | integer | 该作业所设GUC参数io_limits。 |
| io_priority | text | 该作业所设GUC参数io_priority。 |
| query | text | 作业。 |
| node_group | text | 作业所属用户对应的逻辑集群。 |