Kbase P63516: How to get timing statistics for running 4GL procedures?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  14/07/2005 |
|
Status: Unverified
GOAL:
How to get timing statistics for running 4GL procedures?
FACT(s) (Environment):
Use Statistics with Cross-reference(-yx) to collect procedures call statistics and write them to an output file. With this parameter you can monitor information to answer the questions:
-How many calls were made in a given period of time
-How long did a procedure spend executing
-How often was a procedure swapped to and from the temporary file ( SRT file )?
Progress places the default output for the -yx parameter, proc.mon, in your current working directory. However, you can specify a different output file by using the PROCMON environment variable. Simple set PROCMON to point to the file you want to use.