Unsolved

This post is more than 5 years old

2 Intern

 • 

176 Posts

3284

January 3rd, 2014 19:00

Amount transferred during replication

Does Data Domain collect data on his replication?

Joe Despres

4 Operator

 • 

14.4K Posts

January 5th, 2014 08:00

replication show stats

or in case of ddboost

ddboost file-replication show stats

2 Intern

 • 

176 Posts

January 5th, 2014 10:00

I'm pretty much a noob when it comes to Data Domain...

Is this data kept in a Data Base on the DD unit?

Thanks!

4 Operator

 • 

14.4K Posts

January 5th, 2014 12:00

It is kept on DD, but I do not know in which format.

4 Operator

 • 

1.1K Posts

January 5th, 2014 18:00

yes, there is a database, but only engineering knows how to get in it.

1 Rookie

 • 

116 Posts

January 6th, 2014 06:00

HI Joe,

Is there specific data you are looking for concerning replication?

2 Intern

 • 

176 Posts

January 6th, 2014 06:00

Back ground ::--->  We have Avamar & DD replicating over  the same circuit...

I was able to identify how to collect amounts pushed over the wire for Avamar.  Daily and go back historically as well..

Using psql query(s).....

I would like to do two items on DD  ::--->

1::  Get historical Data for 2013 for amounts replicated..

2::  I want to setup a method (script) on the DD to generate the amounts replicated for the past 7 days..

This is needed for us to better manage bandwidth on the replication circuit(s)....

Thanks.........

Joe Despres

1 Rookie

 • 

116 Posts

January 6th, 2014 06:00

Joe,

It may be possible to use the following command to gather that data.

replication show detailed-history { | all}

                [duration {hr | min}] [interval {hr | min}]

Please be advised that Data Domain does not provide support for scripting though.

Top