Measures reported by TibDbGrowthTest
Periodic monitoring of the usage of the database is essential to ensure that the database is always adequately sized to handle current and future loads. The TibDbGrowthTest test monitors the usage of a managed Tibero database instance, and indicates if it requires resizing.
Outputs of the test : One set of results for each target database server being monitored.
The measures made by this test are as follows:
| Measurement |
Description |
Measurement Unit |
Interpretation |
| Total_size |
Indicates the total size of this database instance. |
MB |
|
| Used_space |
Indicates the amount of database space that has been currently utilized. |
MB |
|
| Free_space |
Indicates the amount of free space in this database instance currently. |
MB |
If the USE MAX size parameter of this test has been set to Yes, then the value of this measure will include the amount of allocated space that is still unused by the database and the amount of space that will be available to the database if more free space is added to it until its maximum size is reached.
If the USE MAX size parameter of this test has been set to No, then the value of this measure will only indicate the amount of allocated space that is still unused by the database. In this case, the database's growth capacity will be disregarded. |
| Used_percentage |
Indicates the percentage of database space that has been utilized. |
Percent |
If the USE MAX size parameter of this test has been set to No, then the value of this measure will be computed using the following formula:
Used space/Total size of database * 100
If the USE MAX size parameter of this test has been set to Yes, then the value of this measure will be computed using the following formula:
Used space/Maximum size upto which the database can grow * 100
Ideally, this value should be low. A value close to 100% is a cause for concern. |
| Free_percentage |
Indicates the percentage of free space in this database instance. |
Percent |
If the USE MAX size parameter of this test has been set to No, then the value of this measure will be computed using the following formula:
Free space/Total size of database * 100
If the USE MAX size parameter of this test has been set to Yes, then the value of this measure will be computed using the following formula:
Free space/Maximum size upto which the database can grow * 100
Ideally, this value should be high. A sudden/consistent decrease in the value of this measure could indicate excessive utilization of the database caused by a sporadic/steady increase in database activity. Very low free space in a database instance could significantly deteriorate its performance. Under such circumstances therefore, you might want to check the measures reported by the Oracle Datafile Growth test to figure out which datafile is consuming too much space. You might then want to resize the datafile. |
|