Forum Discussion

mhab11's avatar
mhab11
Level 5
11 years ago

How do I verify my data size that will be replicated through VVR

I need to find a way to figure out the Mb/sec (Mb=Megabits) that will be replicated to my offsite and the pipe size I need in order to stay insync. I have been testing VVR and have all of my setting ...
  • mikebounds's avatar
    11 years ago

    To see what you are writing, use vxstat:

    If you think you are writing 4Mb/sec then you should see:

    On the primary site, 4Mb/sec going to SRL volume and an additional 4Mb/sec for the total of all the data volumes  and on the secondary site the SRL is only used to keep track of writes so there should be a small amount to SRL and 4Mb/sec to data volumes.

    Maybe you have your units mixed up and your network is correct at 10Mbits/sec, but your disk is writing 4Mbytes/sec.  

    vxstat reports in 512k block so multiply by 2048 to get Mbytes or multiply by 16384 to get Mbits.

    Mike