PROUTIL IOSTATS qualifier
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
PROUTIL IOSTATS qualifier
Provides current I/O statistics for an active database.
Syntax
|
Parameters
- db-name
- Specifies the active database where you are running database I/O statistics.
The statistics provided by PROUTIL IOSTATS include buffered, unbuffered, and logical I/O database operations. The statistics are cumulative from database startup, or from the last time the statistics were cleared with PROUTIL ZEROSTATS. For more information resetting the statistics, see PROUTIL ZEROSTATS qualifier.
Example
The following output is a sample display of PROUTIL IOSTATS:
|
- FILE
- Displays the name of the file for the statistics displayed. The file types can include: database files (.db extensions), Before-image files (.bi extensions), After-image files (.ai extensions), and application data extents (.dn extensions).
- BUFFERED
- Displays the number of buffered reads and writes to the database file for the associated row.
- UNBUFFERED
- Displays the number of unbuffered reads and writes to the database file for the associated row.
- LOGICAL
- Displays the number of client requests for database read and write operations for the associated row.
Notes
- The statistics are cumulative and are reset at database open or when PROUTIL ZEROSTATS is executed.
- IOSTATS is available only on multi-user databases.
- IOSTATS provides a useful alternative to PROMON when you are only interested in statistics on your database extents.
- You can use IOSTATS to determine if your files are opened in buffered or unbuffered mode.