Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

...

ID (HOBJ)

A unique identifier of the object of type Database within the DODM model.

NameA unique name of the object of type Database.
ID process

A unique identifier of the process within which the Database is located. In the case of DbManager instance processes, the same Database can be on several lines. 

Process

The name of the process from which the information about the Database comes. In the case of DbManager instance processes, the same Database can be on several lines.

* Connects

The number of connections to the SQL database in individual states.

Operations

The total number of operations (database actions) performed on the Database object by the DbManager process (since the start or since the last statistics reset).

Total Duration

The total duration of operations ( database actions) performed on the Database object by the DbManager process (since the start or since the last statistics reset).

Max Duration

Duration of the longest operation performed on the Database object by the DbManager process (since the start or since the last statistics reset).

Max Operation

The name of the longest operation performed on the Database object by the DbManager process (since the start or since the last statistics reset).

Max Comment

Comment on the longest operation (information about the sequence of calls within the ESL script).

Total QueuedTotal waiting time of messages in the queues of database tasks (since the start or since the last statistics reset).
Max QueuedDuration of the longest waiting time of messages in the queues of database tasks (since the start or since the last statistics reset).

The context menu offers other extended actions:

...

A view of database connections is provided by the Connects tab.

Image RemovedImage Added

For each database connection, its parameters and statistics are available:

ID

Identifier of connection within the Database object.

Name

Unique name of the connection within the DbManager process.

ID Database

A unique identifier of the object of Database type within the DODM model.

DatabaseA unique name of the object of Database type.
ID Process

A unique identifier of the process within which the Database is located. In the case of DbManager instance processes, the same Database can be on several lines. 

Process

The name of the process from which the information about the Database comes. In the case of DbManager instance processes, the same Database can be on several lines.

StateState of the connection.
Busy/Idle

Information on whether the connection is currently performing some activity (Busy) or is idle (Idle)

Busy/Idle TimeDuration of Busy/Idle state.
Busy DetailsBusy status details - details about the activity being performed.
Connect Type

Connection type:

  • NonTransact - non-transactional connection (shared)
  • Transact - transactional connection (exclusively assigned to the script by the DB_TRANS_OPEN action)
  • Browse - a non-transactional connection reserved for the Browser display (if such a connection is enabled in the configuration of the Database object by the Reserved browser connections parameter.

Note: A transactional connection that has a Normal status is suspicious.
If it is inactive for a longer time (Idle), it is an uncommitted transaction that do nothing (and potentially blocks other connections). If it is active for a longer time (Busy), this is a long-running database action that should be analyzed and ideally optimized (to shorten its duration).

Handles

The number of handles within the connection. Handles are created by the actions DB_CONNECT, PG_CONNECT, SQL_CONNECT, the action DB_TRANS_OPEN, and in transactional mode by every database action until the DB_TRANS_COMMIT or DB_TRANS_ROLLBACK is called.

WD Expired

If the connection is in a Busy state, then the number of times the watchdog interval has elapsed. This is 60 seconds by default, it can be set with the start parameter /KD.

...

ID Database

A unique identifier of the object of Database type within the DODM model.

DatabaseA unique name of the object of Database type.
ID Process

A unique identifier of the process within which the Database is located. In the case of DbManager instance processes, the same Database can be on several lines. 

Process

The name of the process from which the information about the Database comes. In the case of DbManager instance processes, the same Database can be on several lines.

Operation

The operation for which statistics are displayed. The operation is e.g. action in the script (e.g. DB(S)_READ) or , work with the browser (Browser Edit, Browser Control), automatic data refresh in the browser (Browser Autorefresh), or waiting for requests in service task queues (Queued time).

Count

The total number of operations of a specific type performed on the Database object by the DbManager process (since the start or since the last statistics reset).

Total Duration

The total duration of operations of a specific type performed on the Database object by the DbManager process (since the start or since the last statistics reset).

Max Duration

Duration of the longest operation of a specific type performed on the Database object by the DbManager process (since the start or since the last statistics reset).

Max Operation

The name of the longest operation of a specific type performed on the Database object by the DbManager process (since the start or since the last statistics reset).

Max Comment

Comment on the longest operation (information about the sequence of calls within the ESL script).

...