Array Performance and Data Protection
1752576 Members
4234 Online
108788 Solutions
New Discussion

Re: CLI Command to verify Disk Usage & Compression

 
SOLVED
Go to solution
nick_furnell
Occasional Advisor

CLI Command to verify Disk Usage & Compression

I'm trying to run compression stats for Veeam on Nimble Volumes. Using iSCSI UNMAP between each test to clean up - but the reported GUI Used Space goes up. Trying to verify the best 'Veeam compression' option, to support my presentation which I am doing, on behalf of Nimble next week at VeeamOn.

Is there a CLI command to view Used disk space & compression ratios.. I am not convinced that the GUI is not updating correctly?

I am following:-

http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2057513

https://connect.nimblestorage.com/community/app-integration/blog/2014/03/28/space-reclamation-in-vsphere-55-with-nimble-storage

I'm running on ESXi 5.5 - and looked for on-line for any relevant CLI commands, but could only find a PowerCLI snap in on Nimble Connect but it wont install? https://connect.nimblestorage.com/thread/1277

Ultimately I want to recommend an optimum compression setting, then maybe use this script to standardise the jobs.

http://forums.veeam.com/powershell-f26/one-liner-to-update-all-jobs-to-optimal-t17908.html

Thank you

Nick

1 REPLY 1
apolman45
Advisor
Solution

Re: CLI Command to verify Disk Usage & Compression

Hi Nick,

I'm not sure I understand your question, but the following CLI command will give you compression statistics on the volume "test".


vol --info test | grep "Volume compression"

Let me know if this answers your question!


Thanks,

Arne