In a Netapp with a snapmirror relationship to another Netapp in 7-mode, what are my options of checking replication performance through Data Ontap? We upgraded the link and want to know how snapmirror performs after the change.
In a Netapp with a snapmirror relationship to another Netapp in 7-mode, what are my options of checking replication performance through Data Ontap? We upgraded the link and want to know how snapmirror performs after the change.
You can do it a few ways- first, check a
snapmirror status -l
command will tell you the completion time for the last snapmirror as well as the current progress in KB and current lag (which you can use to calculate the current speed).If you have all your traffic on a specific interface, you can use
ifstat
to measure its current speed, but that's measured in frames per second, not KB/s, and not everyone isolates their snapmirror traffic.