Consultor Eletrônico



Kbase P15324: How to get IO information by file for a Progress database
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   14/02/2005
Status: Verified

GOAL:

How to get IO information by file for a Progress database

FACT(s) (Environment):

Progress 9.x
Progress 8.2x
Progress 8.3x

FIX:

There are 3 ways to collect IO statistics per file on a Progress database:

1. Using command line proutil <db-name> -C iostat
2. Using VST's accessing the table _ActIOFile
3. Using PROMON R&D, 2, 9
Running with 8.2X or 8.3X is necessary to enable VST's for the database if desired to use method 2. Please run the following command against the database to enable VST:
proutil <db-name> -C enablevst
This step is not necessary if running with Progress 9.X and forward.