Porovnávané verzie

Kľúč

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

...

A view of Database type objects is available provided by the Databases tab:

Pre každú Databázu sú dostupné jej parametre a sumárna štatistika

For each Database, its parameters and summary statistics are available:

ID (HOBJ)Jednoznačný identifikátor objektu typu Databáza v rámci DODM modelu

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

NameJednoznačné meno objektu typu DatabázaA unique name of the object of type Database.
ID processJednoznačný identifikátor procesu, v rámci ktorého sa nachádza Databáza. V prípade inštančných procesov DbManager môže byť tá istá Databáza na viacerých riadkoch.
ProcessMeno procesu, z ktorého pochádzajú informácie o Databáze. V prípade inštančných procesov DbManager môže byť tá istá Databáza na viacerých riadkoch.

* Connects

Počty spojení na SQL databázu v jednotlivých stavoch.
OperationsCelkový počet operácií (databázových akcií) vykonaných na objekte Databáza procesom DbManager (od štartu alebo od posledného resetu štatistík).
Total DurationCelkové trvanie operácií (databázových akcií) vykonaných na objekte Databáza procesom DbManager (od štartu alebo od posledného resetu štatistík).
Max DurationTrvanie najdlhšej operácie vykonanej na objekte Databáza procesom DbManager (od štartu alebo od posledného resetu štatistík).
Max OperationNázov najdlhšej operácie vykonaných na objekte Databáza procesom DbManager (od štartu alebo od posledného resetu štatistík).
Max CommentKomentár k najdlhšej operácii (informácia o postupnosti volaní v rámci ESL skriptu).

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 actionsKontextové menu ponúka ďalšie rozšírené akcie:

  • Read <Database name> databases statistics: na záložku Database Statistics sa načítajú štatistiky o vybranom objekte typu Databázastatistics about the selected object of Database type are read on the Database Statistics tab.
  • Read <Database name> tables statistics: na záložku Table Statistics sa načítajú štatistiky o objektoch typu Tabuľka z vybraného objektu typu Databáza statistics about the selected object of Table type are read on the Table Statistics tab.
  • Reset <Database name> databases statistics: štatistiky o vybranom objekte typu Databáza budú vyčistené (nezvratne statistics about the selected object of Database type will be cleared (irreversibly).
  • Reset <Database name> tables statistics: štatistiky o o objektoch typu Tabuľka na vybranom objekte typu Databáza budú vyčistené (nezvratne).

Pohľad na databázové spojenia je dostupný v záložke Connects.

Image Removed

Pre každé databázové spojenie sú dostupné jeho parametre a štatistiky:

  •  statistics about the selected object of Table type will be cleared (irreversibly).


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

Image 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

IDIdentifikátor spojenia v rámci objektu Databáza.
NameJednoznačné meno spojenia v rámci procesu DbManager.
ID DatabaseJednoznačný identifikátor objektu typu Databáza v rámci DODM modelu.
DatabaseJednoznačné meno objektu typu Databáza.
ID ProcessJednoznačný identifikátor fyzického procesu, v rámci ktorého sa nachádza Databáza. V prípade inštančných procesov DbManager môže byť tá istá Databáza na viacerých riadkoch.
ProcessMeno procesu, z ktorého pochádzajú informácie o Databáze. V prípade inštančných procesov DbManager môže byť tá istá Databáza na viacerých riadkoch.
StateStav spojenia.
Busy/IdleInformácia, či spojenie práve vykonáva nejakú aktivitu (Busy), alebo je nečinné

(Idle)

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

Typ spojeniaConnection type:

  • NonTransact - non- netransakčné spojenie transactional connection (zdieľanéshared)
  • Transact - transakčné spojenie (výhradne pridelené skriptu akciou transactional connection (exclusively assigned to the script by the DB_TRANS_OPEN action)
  • Browse - netransakčné spojenie rezervované pre zobrazovač Browser (ak je takéto spojenie povolené v konfigurácii objektu Databáza parametrom Rezervovaných browser spojení.

Poznámka: Transakčné spojenia, ktoré majú stav Normal, sú podozrivé.
Ak sú dlhšie neaktívne (Idle), sú to necommitované transakcie, ktoré nič nerobia (a potenciálne blokujú iné spojenia). Ak sú dlhšie aktívne (Busy), jedná sa o dlho bežiacu databázovú akciu, ktorú je vhodné analyzovať a ideálne optimalizovať (skrátiť jej trvanie).

  • 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

Handles

Počty handlov v rámci spojenia. Handle vznikajú akciami DB_CONNECT, PG_CONNECT,   SQL_CONNECT, akciou the action DB_TRANS_OPEN a v transakčnom režime každou ďalšou akciou až do volania , and in transactional mode by every database action until the DB_TRANS_COMMIT alebo or DB_TRANS_ROLLBACK is called.

WD Expired

Ak je spojenie v stave Busy, tak počet, koľko krát uplynul watchdog interval. Tento je štandardne 60 sekúnd, dá sa nastaviť štartovacím parameterom /KD.

Pohľad na deskriptory operácií je dostupný v záložke Handles.

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.


A view of the handles is provided by the Handles tab.

Handles are internal structures of the DbManager process. They are created by Deskriptory operácií sú vnútorné štruktúry procesu DbManager. Vznikajú akciami DB_CONNECT, PG_CONNECT,   SQL_CONNECT, akciou  DB_TRANS_OPEN a v transakčnom režime každou ďalšou akciou až do volania , and in transactional mode by every other action until the call DB_TRANS_COMMIT alebo or DB_TRANS_ROLLBACK. Deskriptory operácií sú viazané na konkrétne databázové spojenie.

Image Removed

is called. Descriptors are bound to a specific database connection.

Image Added

For each handle, its parameters are availablePre každé handle operácií sú dostupné jeho parametre:

Identifikátor deskriptoraIdentifikátor spojenia v rámci ktorého bol deskriptor vytvorenýJednoznačné meno spojenia v rámci procesu DbManagerJednoznačný identifikátor objektu typu Databáza v rámci DODM modeluJednoznačné meno objektu typu DatabázaMeno procesu, z ktorého pochádzajú informácie o Databáze. V prípade inštančných procesov DbManager môže byť tá istá Databáza na viacerých riadkoch
ID

Identifier of the handle.

ID Connect

Identifier of the connection within which the descriptor was created.

Connect

Unique name of the connection within the DbManager process.

ID Database

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

Database
A unique name of the object of Database type.
ID Process
Jednoznačný identifikátor fyzického procesu, v rámci ktorého sa nachádza Databáza. V prípade inštančných procesov DbManager môže byť tá istá Databáza na viacerých riadkoch.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.

Handle Type

Typ deskriptoraDescriptor type:

  • Table - deskriptor tabuľky sa otvára z procesu D2000 HI cez zoznam tabuliek, v browseri alebo zo skriptu volaniami  table handle can be opened from process  D2000 HI through the list of database tables, in the Browser, or from script by using the actions DB_CONNECT, PG_CONNECT, SQL_CONNECT, SQL_PREPARE a na krátku dobu (počas trvania akcie) aj volaniami as well as for a short period of time (during an action) by calling DBS_* actions.
  • Transaction - deskriptor transakcie sa otvára volaním akcie transaction handle can be opened by the action DB_TRANS_OPEN.
  • ConnectString - deskriptor spojenia sa otvára volaním akcie connection handle is opened by the SQL_CONNECT, ak prvý parameter je connectStringDatabase - deskriptor databázy sa otvára volaním akcie if the first parameter of the action is connectString.
  • Database - database handle is opened by the action SQL_CONNECT, ak prvý parameter dbObjIdent je typu Databáza
TableNázov objektu typu Tabuľka alebo Databáza (v prípade, že Typ deskriptora=Transaction), ku ktorému sa deskriptor viaže
CommentKomentár k najdlhšej operácii (informácia o postupnosti volaní v rámci ESL skriptu).

Pohľad na skupinové štatistiky operácií v databázach je dostupný v záložke Database Statistics.

Image Removed

Pre každý objekt typu Databáza sú dostupné jeho skupinové štatistiky (zoskupené podľa typov databázových akcií):

ID DatabaseJednoznačný identifikátor objektu typu Databáza v rámci DODM modelu.
DatabaseJednoznačné meno objektu typu Databáza.
ID ProcessJednoznačný identifikátor fyzického procesu, v rámci ktorého sa nachádza Databáza. V prípade inštančných procesov DbManager môže byť tá istá Databáza na viacerých riadkoch.
ProcessMeno procesu, z ktorého pochádzajú informácie o Databáze. V prípade inštančných procesov DbManager môže byť tá istá Databáza na viacerých riadkoch.
OperationOperácia, pre ktorú je zobrazená štatistika. Operácia je napr. akcia v skripte (napr. DB(S)_READ) alebo práca s browserom (Browser Edit, Browser Control).
CountCelkový počet operácií konkrétneho typu vykonaných na objekte Databáza procesom DbManager (od štartu alebo od posledného resetu štatistík).
Total DurationCelkové trvanie operácií konkrétneho typu vykonaných na objekte Databáza procesom DbManager (od štartu alebo od posledného resetu štatistík).
Max DurationTrvanie najdlhšej operácie konkrétneho typu vykonanej na objekte Databáza procesom DbManager (od štartu alebo od posledného resetu štatistík).
Max CommentKomentár k najdlhšej operácii konkrétneho typu (informácia o postupnosti volaní v rámci ESL skriptu).

Pohľad na štatistiky tabuliek je dostupný v záložke Table Statistics.

Image Removed

Pre každý objekt typu Tabuľka sú dostupné jeho skupinové štatistiky (zoskupené podľa typov databázových akcií):

  • if the first parameter of the action (dbObjIdent) is of Database type.
Table

The name of the Table or Database object (if Descriptor Type=Transaction) to which the descriptor is bound

Comment

Comment on the descriptor creation (information about the sequence of calls within the ESL script).


A view of group statistics of operations in databases is provided by the Database Statistics tab.

Image Added

For each object of the Database type, its group statistics are available (grouped according to the types of database actions):

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), 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).


A view of table statistics is provided by the Table Statistics tab.

Image Added

For each object of the Tabletype, its group statistics are available (grouped according to the types of database actions):

Operácia, pre ktorú je zobrazená štatistika. Operácia je napr. akcia v skripte (napr. DB(S)_READ) alebo práca s browserom Celkový počet operácií konkrétneho typu vykonaných na objekte Tabuľka procesom DbManager (od štartu alebo od posledného resetu štatistíkCelkové trvanie operácií konkrétneho typu vykonaných na objekte Tabuľka procesom DbManager (od štartu alebo od posledného resetu štatistíkTrvanie najdlhšej operácie konkrétneho typu vykonanej na objekte Tabuľka procesom DbManager (od štartu alebo od posledného resetu štatistíkKomentár k najdlhšej operácii konkrétneho typu (informácia o postupnosti volaní v rámci ESL skriptu
ID TableA unique identifier of the object of Table type within the DODM model.
TableA unique name of the object of Table type.
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

ID TableJednoznačný identifikátor objektu typu Tabuľka v rámci DODM modelu.
TableJednoznačné meno objektu typu Tabuľka .
ID DatabaseJednoznačný identifikátor objektu typu Databáza, ktorý je rodičom Tabuľky.
DatabaseJednoznačné meno objektu typu Databáza.
ID ProcessJednoznačný identifikátor fyzického procesu, v rámci ktorého sa nachádza Databáza.
ProcessMeno procesu, z ktorého pochádzajú informácie o Databáze.
Operation

(Browser Edit, Browser Control).

Count

The total number of operations of a specific type performed on the Table 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 Table 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 Table 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).


Info
titleSúvisiace stránkyRelated pages:

DbManager - Ladenie a debugovanieTuning and Debugging