CommCellRestoreInfoStats
The CommCellRestoreInfoStats view provides statistical information about the restore jobs.
Column |
Description |
jobid |
The unique job ID of the restore job. |
destclientname |
The name of the client to which the data was recovered. |
idataagent |
The name of the iDataAgent that conducted the restore job. |
instance |
The instance name. |
backupset |
The backupset name. |
jobstatus |
The status of the job (Success, Killed, Failed, or Failed to Start). |
jobfailedreason |
The reason the restore job failed. |
starttimeunixsec |
The UNIX start date and time of the restore job. This time represents the number of seconds that have elapsed since 1970. |
endtimeunixsec |
The UNIX end date and time of the restore job. This time represents the number of seconds that have elapsed since 1970. |
starttime |
The date and time at which the restore job was started. This time appears in the time zone configured for the CommServe environment. |
endtime |
The date and time when the restore job was completed. This time appears in the time zone configured for the CommServe environment. |
durationunixsec |
The UNIX length of time for the restore operation to complete. This time represents the number of seconds that have elapsed since 1970. |
duration |
The length of time for the restore operation to complete. |
numfiles |
The number of files that were recovered. |
numbytescomp |
The amount of data (in compressed bytes) that was recovered. |
numbytesuncomp |
The amount of data (in uncompressed bytes) that was recovered. |
Last modified: 3/30/2021 4:02:35 PM