|
Measures reported by IfxLogicalLogTest
The logical logs are one of the most important resources of the database server. Your database server will be blocked if they become full because they could not be backed up. You might also lose transactions in the case of a failure, if your logical logs have not been backed up. Thus, observing the behaviour of the logical logs is essential. This test collects and reports measures related to the logical logs.
The measures made by this test are as
follows:
| Measurement |
Description |
Measurement
Unit |
Interpretation |
| Total_size |
The total size of all logical log files |
Pages
|
  |
| Total_free_space |
The total space available in all logical log files
|
Pages
|
 
|
| Pct_used_space |
The percentage of space used in all logical log files
|
Percent
|
  |
| Curr_log_file_size |
The size of the log file currently in use
|
Pages
|
  |
| Curr_log_free_space |
The space available in the current log file
|
Pages
|
  |
| Pct_curr_log_used_space |
The percentage of space used in the current log file
|
Percent
|
  |
| Logical_log_buff_records |
The rate at which transaction log records were written to the logical log buffer
|
Records/Sec
|
  |
| Logical_log_buff_writes |
The rate at which log pages were written to the logical log buffer
|
Pages/Sec
|
  |
| Logical_log_writes |
The rate at which logical log buffers were written to the logical log files
|
Writes/Sec
|
  |
|