monWaitEventInfo

Description

Provides a textual description for every possible situation where a process is forced to wait within Adaptive Server.

NoteYou need not enable any configuration parameters for this monitoring table to collect data.

Columns

The columns for monWaitEventInfo are:

Name

Datatype

Attributes

Description

WaitEventID

smallint

Unique identifier for the wait event type

WaitClassID

smallint

Unique identifier for the wait event class

Description

varchar(50)

Null

Description of the wait event type

Join monWaitEventInfo with monProcessWaits or monSysWaits on the WaitEventID column to obtain the wait event descriptions listed in those tables.