The syscdrrecv_stats table
contains statistics about the receive manager. The receive manager
is a set of service routines between the receive queues and Datasync.
| Column | Type | Description |
|---|---|---|
| source | integer | The source server (cdrid) |
| txncnt | integer | Number of transactions from this source |
| pending | integer | The transaction currently pending on this source |
| active | integer | The transaction currently active on this source |
| maxpending | integer | Maximum pending transactions on this source |
| maxactive | integer | Maximum active transactions on this source |
| avg_pending | float | Average pending transactions on this source |
| avg_active | float | Average active transactions on this source |
| cmtrate | float | Average commit rate from this source |