Statistics Information

The StatisticsInfo section in the output XML file contains statistics information about the backup job performance.

Parent Tag

Parameter

Description

StatisticsInfo

Parent tag that encapsulates information about the job statistics.

 

AverageDuration

Average duration of a backup job session.

 

LastPointSize

Size of the latest restore point created by the backup job (in bytes).

 

TotalSize

Total size of all restore points created by the backup job (in bytes).

Example

<?xml version="1.0" encoding="UTF-8"?>
<ExecutionResult ExitCode='0' Version='6.1.0.349'>
 <Data>
   <JobInfo>
     <StatisticsInfo AverageDuration='00:13:20.8690000' LastPointSize='775529472' TotalSize='775529472' />
   </JobInfo>
</ExecutionResult>