GLOBAL_FILE_REDO_IOSTAT
GLOBAL_FILE_REDO_IOSTAT displays statistics about redo logs (WALs) on nodes in the database.
| Name | Type | Description |
|---|---|---|
| node_name | name | Node name |
| phywrts | bigint | Number of times writing into the WAL buffer |
| phyblkwrt | bigint | Number of blocks written into the WAL buffer |
| writetim | bigint | Duration of writing into Xlog files (unit: μs) |
| avgiotim | bigint | Average duration of writing into Xlog files (unit: μs). avgiotim = writetim/phywrts |
| lstiotim | bigint | Duration of the last writing into Xlog files (unit: μs) |
| miniotim | bigint | Minimum duration of writing into Xlog files (unit: μs) |
| maxiowtm | bigint | Maximum duration of writing into Xlog files (unit: μs) |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.