UNSOLVED

franzt

updated

10 years ago

F

franzt

3 Posts

0

1417

July 15th, 2016 07:00

VBA getting New Bytes with mminfo

Hello Networker specalists,

I am trying to get a report from mminfo of the data written from VBA to DataDomain on a backup.

This infomation is shown in the Networker Management Console (8.2) after a sucessfull backup in the Column "New Bytes" (see below)2016-07-15_16h20_50.jpg

I want to get this information via mminfo, and have tryed a lot, but I always just get the complete size of the VM:

Query VMWare Backup Appliance target size with mminfo

Also the infomation that the 3rd value from ss data domain dedup statistics contains this information seams to be wrong for me if I compare it with "New Bytes" from the NMC:

DataDomain Dedup information in mminfo

mminfo -q "vmname=xxxVMNAMExxx" -r ssid

mminfo -q "ssid=4219762205" -S

returns:

ss data domain dedup statistics: "v1:1468298779:21542198736:67272270:55459763";

And there should be 2241MB as result (5th VM from screenshot) 55459763/1024^2 = 52,89MB

Any idears how to get New Bytes with mminfo?