Home | Previous Page | Next Page   Administrative Utilities > The onstat Utility >

Output Header

All onstat output includes a header. The onstat - option displays only the output header and is useful for checking the database server mode. The header takes the following form:

Version--Mode (Type)--(Checkpnt)--Up Uptime--Sh_mem Kbytes
Version
Is the product name and version number
Mode
Is the current operating mode.
(Type)
If the database server uses High-Availability Data Replication, indicates whether the type is primary or secondary

If the database server is not involved in data replication, this field does not appear. If the type is primary, the value P appears. If the type is secondary, the value S appears.

(Checkpnt)
Is a checkpoint flag

If it is set, the header might display two other fields after the mode if the timing is appropriate:

(CKPT REQ)
Indicates that a user thread has requested a checkpoint
(CKPT INP)
Indicates that a checkpoint is in progress. During the checkpoint, access is limited to read only. The database server cannot write or update data until the checkpoint ends
Uptime
Indicates how long the database server has been running
Sh_mem
Is the size of database server shared memory, expressed in kilobytes

A sample header for the database server follows:

Dynamic Server Version 10.00.UC1--On-Line--Up 15:11:41--9216 Kbytes
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]