The sysbusm table provides information about the storage-manager configuration, storage-manager retry status, and active onbar-worker processes.
Column | Type | Description |
---|---|---|
id | INTEGER | ID of this storage-manager instance. |
name | CHAR(128) | Storage-manager name. |
worker | INTEGER | Number of onbar-worker processes. |
max_idle | INTEGER | The idle time-out value. If an onbar-worker has been idle the specified time, it is terminated. |
retries | INTEGER | Times to retry the backup or restore for a storage manager. |
pending | INTEGER | Number of pending onbar-worker processes. |
registered | INTEGER | Number of registered onbar-worker processes for this storage manager. |