...
The structured variable is not a common part of application configuration. It must be created before using. Its name "SV._System_DBMDbPerf" and structure are important. The structure should be following:
| Item name | Value type | Description |
|---|---|---|
| Database | Text | Name of Database object or DbManager process. |
| ConNrTrans | Integer | The number of transactional connects. |
| CurrRqTrans | Integer | The number of queue items for transaction connects. |
| MaxRqTrans | Integer | Maximum number of items in a transaction queue. |
| ConNrAuto | Integer | Number of automatic connects. |
| CurrRqAuto | Integer | The number of queue items for automatic connects. |
| MaxRqAuto | Integer | Maximum number of items in an automatic queue. |
| ConNrBrowse | Integer | The number of browser connects. |
| CurrRqBrowse | Integer | The number of queue items for browser connects. |
| MaxRqBrowse | Integer | Maximum number of items in a browser queue. |
| HandleCnt | Integer | Number of handles and uncommitted operations. |
| AbortCnt | Integer | Number of transactional operations aborted due to timeout (see DB_TRANS_OPEN). |
The definition of object SD._System_DBMDbPerf should be used as a definition of structure for the structured variable SV._System_DBMDbPerf.
...