profiling.engine table
The profiling.engine table stores general profiling statistics information.
The following table describes the columns in the profiling.engine
table.
Column name | Constraints | Data type | Description |
---|---|---|---|
STARTTIME |
Not NULL |
Timestamp |
Time when profiling started. |
LASTUPDATE |
Not NULL |
Timestamp |
Last time profiling statistics were updated. |
THREADSINUSE |
Not NULL |
Integer |
Number of active threads in the core polling engine. |
BATCHESQUEUED |
Not NULL |
Integer |
Number of batches that should be running but for which there are no threads available. |
AVGBATCHTIME |
Not NULL |
Integer |
Average time in milliseconds to process each batch of work. |