"SequenceActivity" Data Collector
For a detailed discussion of these metrics, see ProTop Real-Time - Sequences (/).
To set up an alert on a metric listed here, make note of the Data Collector name at the top of this page, the Alertable Metric and Data Type from the table below and visit Alert Configuration.
| Alertable Metric | ProTop RT Label | Data Type | Description |
| tt_seqAct | (temptable name) | ||
| seqAct | Activity | num | Indicates how much this sequence is used |
| seqCurr | Current | num | Current value of the sequence |
| seqCycle | Cycle | char | After reaching the maximum value, should the sequence start over with the initial value |
| seqIncr | Increment | num | Value of the sequence is the most recently used value plus the increment value |
| seqInit | Initial | num | First number in the sequence |
| seqMax | Maximum | num | Maximum value of the sequence number |
| seqMin | Minimum | num | Minimum value of the sequence number |
| seqName | Name | char | Name of the sequence |
| seqPct32 | PctMax32 | num | Percentage defined as the current value divided by (maximum value minus minimum value) for 32 bit sequences |
| seqPctMax | PctMax | num | Percentage defined as the current value divided by (maximum value minus minimum value) |