You can retrieve the transfer statistics for snapshots of Volumes or Protection Groups. For volumes, use the
Get-
PfaVolumeSnapshotReplicationStatuscmdlet, and for protection groups, use the
Get-PfaProtectionGroupSnapshotReplicationStatus cmdlet. Both cmdlets have similar parameters.
PS> Get-PfaVolumeSnapshotReplicationStatus -Array $FlashArray -Name 'DEMO-VOL1.TEST'
For Protection Group snapshots:
PS> Get-PfaProtectionGroupSnapshotReplicationStatus -Array $FlashArray -Name 'PGDEMO-VOL1.TEST'
There are also other cmdlets that can give you information on the status of snapshots. Please refer to the PowerShell Help context for more information on these cmdlets.
Get-PfaAllSnapshotSpaceMetrics
Get-PfaProtectionGroupSnapshotSpaceMetrics
Get-PfaSnapshotSpaceMetrics
Get-PfaTotalSnapshotSpaceMetrics