eG Monitoring
 

Measures reported by TibDatFileIoTest

If a Tibero datafile is able to process I/O requests to it quickly, it is a sign of the good health of the Tibero database server. On the other hand, any slowdown in IOPS could indicate a serious processing bottleneck on the server, probably caused by a poor indexing engine or badly structured tables in a datafile. Administrators should hence continuously track the I/O requests to every datafile on the Oracle database server, and measure the time taken by that datafile to process the requests. For this purpose, you can run the TibDatFileIoTest test!

This test auto-discovers the datafiles on the Tibero database server and reports the time taken by each datafile to process I/O requests. In the process, I/O processing bottlenecks can be detected and the datafiles affected can be identified.

Outputs of the test : One set of results for every datafile on the target database server.

The measures made by this test are as follows:

Measurement Description Measurement Unit Interpretation
Read_rate Indicates the rate at which this datafile was read during the last measurement period. Reads/sec A scenario in which more than 50% of blocks are being read from a single datafile could signify a problem.
Write_rate Indicates the rate at which disk blocks were written to this datafile during the last measurement period. Writes/sec A scenario in which more than 50% of blocks are being written to a single datafile could signify a problem. Too much activity to a specific datafile can result in reduced database performance. To improve performance, consider balancing I/O across disks, and reorganize tables across tablespaces to reduce activity to a specific datafile.
Total_io Indicates the percentage of total I/O operations on the database server that were handled by this datafile. Percent Disk reads and writes are expensive operations and all I/Os should be balanced across the different data files of the database for optimal performance. This metric reports the percentage of all I/O of the database that are happening on each of the data files of the Tibero database. This metric allows the database administrator to determine which is/are the hot data file(s) (e.g., which data file is handling 80% of the total I/O).
Avg_io_time Indicates the average time taken by the I/O operations on the database server that were handled by this datafile. Seconds A high value could indicate a processing bottleneck with the datafile. Compare the value of this measure across datafiles to identify that datafile to which the read/write requests take too long to be serviced.
Avg_read_time Indicates the average time taken for disk block reads from this datafile during the last measurement period. Seconds/read A very high value of this measure could indicate a bottleneck when processing disk block write requests to a particular datafile. Compare the value of this measure across files to accurately identify that datafile from which block of data was read most slowly.
Avg_write_time Indicates the average time taken for disk block writes from this datafile during the last measurement period. Seconds/write A very high value of this measure could indicate a bottleneck when processing disk block write requests to a particular datafile. Compare the value of this measure across files to accurately identify that datafile to which block of data was written most slowly.