Monitoring extents using PROSTRCT STATISTICS
- Last Updated: January 14, 2019
- 2 minute read
- OpenEdge
- Version 13.0
- Documentation

You can use the PROSTRCT STATISTICS utility to monitor extents. The utility displays database block usage statistics about extents for each storage area, including:
- Number of data blocks used
- Number of total blocks used
The command to monitor extents using PROSTRCT STATISTICS is:
|
Using the statistics provided, you can then calculate the percentage of space used in each storage area using this formula:
Percentage used of a storage area = number of data blocks * 100 / number of total blocks
If the percentage of space used in a storage area is more than 80%, then you should add more extents to the area.
Here is an example of the PROSTRCT STATISTICS report on the Order area of the
sports database. Notice the bold text highlighting the number of data blocks
and the number of total blocks.
|
You can then calculate the percentage of space used in the Order area with this formula:
838 * 100 / 848 = 99%
Because the percentage of space used in the Order area is more than 80%, you need to add more extents to the area.