|
Measures reported by IfxDbSpaceTest
A dbspace is a logical unit used to store databases, tables, logical log files and physical log files. It contains one or more chunks physically.This test reports the space details of a dbspace.
The measures made by this test are as
follows:
| Measurement |
Description |
Measurement
Unit |
Interpretation |
| Total_size |
The total size of a particular Dbspace |
Pages
|
  |
| Free_space |
The amount of unused space in a particular Dbspace
|
Pages
|
If one of your dbspaces runs out of space, some applications could stop working.
|
| Pct_used |
The percentage of space used in a Dbspace
|
Percent
|
  |
| Num_chunks |
The total number of chunks present in a specific Dbspace
|
Number
|
  |
| Disk_reads |
The rate at which data pages were read from the disk
|
Pages/Sec
|
  |
| Disk_writes |
The rate at which data pages were read from the disk
|
Pages/Sec
|
  |
|