Diagnostic frequency (-diagFrequency)
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Use Diagnostic frequency (-diagFrequency) to specify the duration or interval
(in number of seconds) after which the subsequent diagnostic events of the same type
should be reported. This parameter limits the reporting frequency.
| Operating system and syntax | UNIX / Windows |
-diagFrequency
n
|
||
|---|---|---|---|---|
| Use with | Maximum value | Minimum value | Single-user default | Multi-user default |
| Database Server | – | 0 | – | 0 |
- n
- An integer greater than 0, specifying the number of seconds to limit the reporting frequency. The default value is set to 0, which indicates that the limited reporting functionality is disabled, and the diagnostic data is collected each time a diagnostic event occurs.
The
-diagFrequency startup parameter limits the reporting frequency for the
following diagnostic events:- Lock table overflow
- BI stall
- System error
-diagFrequency parameter applies
to subsequent diagnostic event occurrences of the same type. There is no distinct
-diagFrequency value for any of the three diagnostic events,
and the same value applies to all. However, the -diagFrequency
value applies individually to each diagnostic event. For example, lock table
overflow and BI stall events may occur at the same frequency, but any subsequent
occurrences of these events will occur at the -diagFrequency value
when reporting diagnostic information about the same event. Note: When explicitly reporting diagnostic data through PROMON,
the
To change the-diagFrequency parameter value does not limit the frequency
at which the data can be requested.
-diagFrequency parameter while the database is running, you can use the
following options:- Option 10 of the Diagnostic Data Collection menu of PROMON—For more information, see Diagnostic Data Collection menu.
- Adjust Startup Parameters display of PROMON—For more information, see Modify database startup parameters online using PROMON.
- _DbParams VST—For more information, see Database startup parameters file status (_DbParams).