public interface SummaryStats
Modifier and Type | Method and Description |
---|---|
Optional<Duration> |
averageRunTime()
Specifies the average run time of all successful backup runs.
|
Optional<Duration> |
fastestRunTime()
Specifies the time taken for a fastest successful backup run so far.
|
long |
numCanceledRuns()
Specifies the number of runs that were canceled.
|
long |
numFailedRuns()
Specifies the number of runs that failed to finish.
|
long |
numRunningRuns()
Specifies the number of runs that are still running.
|
long |
numSlaViolations()
Specifies the number of runs having SLA violations.
|
long |
numSuccessfulRuns()
Specifies the number of runs that finished successfully.
|
Optional<Duration> |
slowestRunTime()
Specifies the time taken for a slowest successful backup run so far.
|
long |
totalBytesReadFromSource()
Specifies the total amount of data read from the source (so far).
|
long |
totalLogicalBackupSizeBytes()
Specifies the size of the source object (such as a VM) protected by this
task on the primary storage after the snapshot is taken.
|
long |
totalPhysicalBackupSizeBytes()
Specifies the total amount of physical space used to store the protected
object after being reduced by change-block tracking, compression and
deduplication.
|
Duration |
totalRunTime()
The total run time taken by all successful backup runs.
|
long numRunningRuns()
long numCanceledRuns()
long numFailedRuns()
long numSlaViolations()
long numSuccessfulRuns()
Optional<Duration> averageRunTime()
Optional<Duration> fastestRunTime()
Optional<Duration> slowestRunTime()
Duration totalRunTime()
Duration
long totalBytesReadFromSource()
long totalLogicalBackupSizeBytes()
long totalPhysicalBackupSizeBytes()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.