GLOBAL_IO_WAIT_INFO
显示所有节点I/O管控的实时统计信息,如表1所示。
| 名称 | 类型 | 描述 |
|---|---|---|
| node_name | text | 节点名称。 |
| device_name | text | 节点挂载的数据磁盘名称。 |
| read_per_second | double precision | 读完成每秒次数。 |
| write_per_second | double precision | 写完成每秒次数。 |
| write_ratio | double precision | 写磁盘占总的I/O使用的比例。 |
| io_util | double precision | 每秒I/O所占CPU总时间的百分比。 |
| total_io_util | integer | 过去三次I/O所占CPU总时间的等级(取值为0~6)。 |
| tick_count | integer | 更新磁盘I/O信息的周期,固定为1秒,每次读取数据前都会被清零。 |
| io_wait_list_len | integer | I/O请求线程等待队列的大小,若为0,则表示当前没有I/O被管控。 |