| Measurement |
Description |
Measurement
Unit |
Interpretation |
| Num_of_writes |
Indicates the rate at which writes occurred on this log file. |
Write/Sec |
The detailed diagnosis of this measure provides the query that caused the waits; you may want to fine-tune the queries to reduce the number of waits. |
| Num_of_bytes_written |
Indicates the rate at which data was written to this log file. |
Kb/Sec |
Ideally, the value for this measure should be low. If the value for this measure is high, use the detailed diagnosis of the |
| Io_stall_write |
Indicates the total time taken to write to this logfile. |
Milliseconds/write |
A high value for this measure could indicate a bottleneck while writing to the log file.By comparing the value of this measure across log files, you can identify the log file to which write operations are taking too long to complete. |
| Num_of_reads |
Indicates the rate of reads from this log file. |
Read/Sec |
|
| Num_of_bytes_read |
Indicates the rate at which data was read from this log file. |
Kb/Sec |
|
| Io_stall_read |
Indicates the time taken to read from this log file. |
Milliseconds/read |
A high value for this measure could indicate a bottleneck while reading from the log file.
By comparing the value of this measure across log files, you can identify the log file to which read operations are taking too long to complete. |
| Io_stall |
Indicates the total time taken for I/O to complete on this log file. |
Milliseconds/IOP |
A high value for this measure could indicate an I/O bottleneck on this log file. |
| Size_on_disk |
Indicates the total size on disk of each logfile. |
MB |
This measure is used to determine the growth of the logfile. |