UNSOLVED

pazzoide76

updated

3 years ago

Closed

P

pazzoide76

1 Rookie

7 Posts

0

476

May 30th, 2023 01:00

verify the amount of data actually transferred with Data Domain replication

HI,
I have a question regarding Data Domain replication
I can't figure out what the Pre-comp Bytes Sent field got with the replication show stats command means.
Is the actual data transferred from one Datat Domain to another?
If that is not the field of the transferred data what is the field to look at?

Thank you

Greetings

  • 192

    0

    Posted June 19th, 2023 12:00

    You did have a look at the help from the replication command "replication show stats all"? As using the all, shows information a bit differently as it mentions "Network bytes sent to destination" compared to when only using "replication show stats". The numbers from "Post-comp Bytes Sent" from the "replication show stats" are the same as the "Network bytes sent to destination" from the "replication show stats all" command.

    SYNTAX
    replication show stats [ | tenant-unit | all]

    Display statistics for all replication pairs, a tenant unit, or a
    specific destination pair. Output format is based on replication type. In
    collection replication, the difference in values between Post-comp Bytes
    Sent and Post-comp Bytes Received is expected behavior. Role required:
    admin, limited-admin, security, user, backup-operator, none, tenant-user,
    tenant-admin.

    Output Definitions

    Network bytes sent to destination
    The number of physical bytes sent to the destination
    over the wire.

    Pre-compressed bytes written to source
    The number of bytes received by the source, including
    logical bytes associated with the file being replicated.

    Pre-compressed bytes sent to destination
    The number of bytes sent to the destination, including
    logical bytes associated with the file being replicated.

    Pre-compressed bytes remaining
    For directory replication only, this is the sum of file
    sizes remaining to be replicated for the context. Output
    includes the entire logical size of the current file
    being replicated. If a large file is being replicated,
    this number may take a lot of time to change. The number
    changes only after the current file finishes.

    Compression ratio
    The ratio of the value of logical bytes ingested to the
    source to physical bytes actually sent to the
    destination over the wire.

    Sync'ed-as-of time
    The time when the most recently replicated data on the
    destination was generated on the source. A value of
    Unknown appears during replication initialization.

    Parent topic: replication