Microsoft Virtualization Discussions

Get dedup ratio/info

malte_rudolf
3,632 Views

Hi,

is it possible to get the deduplication ratio and info for specific volumes using the toolkit? I did not find a way.

Thanks.


Cheers,

Malte

1 ACCEPTED SOLUTION

cknight
3,632 Views

Hello, Malte.  Try this:


PS C:\> Get-NaSis /vol/vol0


LastOperationBegin : Thu Aug 12 23:00:00 EDT 2010
LastOperationEnd   : Thu Aug 12 23:01:47 EDT 2010
LastOperationError :
LastOperationSize  : 9142968320
PercentageSaved    : 7
Progress           : idle for 12:16:39
Schedule           : auto
SizeSaved          : 754331648
SizeShared         : 422871040
State              : enabled
Status             : idle
Type               : regular

View solution in original post

2 REPLIES 2

cknight
3,633 Views

Hello, Malte.  Try this:


PS C:\> Get-NaSis /vol/vol0


LastOperationBegin : Thu Aug 12 23:00:00 EDT 2010
LastOperationEnd   : Thu Aug 12 23:01:47 EDT 2010
LastOperationError :
LastOperationSize  : 9142968320
PercentageSaved    : 7
Progress           : idle for 12:16:39
Schedule           : auto
SizeSaved          : 754331648
SizeShared         : 422871040
State              : enabled
Status             : idle
Type               : regular

malte_rudolf
3,632 Views

This looks good. Excellent - thanks!

Public