SQL Data File Activity Test
By periodically monitoring the I/O activity on each datafile on the Microsoft SQL server and observing the growth in size of the datafile, this test sheds light on the following:
- Datafiles that are experiencing I/O bottlenecks;
- Datafiles that are consuming too much disk space
Target of the test : A Microsoft SQL server
Agent deploying the test : An internal agent
Outputs of the test : One set of results for each database on the Microsoft SQL server instance being monitored
|
Measurement | Description | Measurement Unit | Interpretation |
---|---|---|---|
Write rate: |
Indicates the rate at which writes occurred on this datafile. |
Writes/Sec |
|
Data write rate: |
Indicates the rate at which data was written to this datafile. |
KB/Sec |
|
I/O stall writes: |
Indicates the total time taken to write to this datafile. |
Milliseconds/write |
A high value for this measure could indicate a bottleneck while writing to the datafile. By comparing the value of this measure across datafiles, you can identify the data file to which write operations are taking too long to complete. |
Read rate: |
Indicates the rate of reads from this datafile. |
Reads/Sec |
|
Data read rate: |
Indicates the rate at which data was read from this datafile. |
KB/Sec |
|
I/O stall reads: |
Indicates the total time taken to read from this datafile.
|
Milliseconds/read |
A high value for this measure could indicate a bottleneck while reading from the datafile. By comparing the value of this measure across datafiles, you can identify the datafile to which read operations are taking too long to complete. |
I/O stall: |
Indicates the total time taken for I/O to complete on this datafile. |
Milliseconds/IO |
A high value for this measure could indicate an I/O bottleneck on this datafile. |
Size on disk: |
Indicates the total size on disk of each datafile. |
MB |
This measure is used to determine the growth of the datafile. A low value is desired for this measure. A very high value, or a consistent increase in this value may adversely impact I/O operations. You may want to consider maintaining multiple datafiles of smaller sizes to improve I/O efficiency, and to speed up backup/restore operations. |