Hi Im trying to retrieve cache stats though powerCLI using Get-EsxCli, but its not returning all values.
Is this a known problem ?
PowerCLI version VMware-PowerCLI-6.5.0-4624819. ( 6.5.0.234 )
OS Windows 10
vCenter 6.5.0 Build 4602587
VMware ESXi 6.5.0 4564106
PowerCLI C:\> Connect-VIServer vCenter
Name Port User
---- ---- ----
vCenter 443 sonny
PowerCLI C:\> $esxcli = Get-EsxCli -VMhost esx012 -V2
PowerCLI C:\> $esxcli.storage.vflash.cache.list.Invoke()
Name
----
vfc-2609293434-ly-cg-20_2
PowerCLI C:\> $esxcli.storage.vflash.cache.stats.get.Invoke(@{cachename = 'vfc-2609293434-ly-cg-20_2'; modulename = 'vfc'})
Cacheusagerateasapercentage : 99
Evict : {VMware.VimAutomation.ViCore.Impl.V1.EsxCli.EsxCliObjectImpl}
Meannumberofcacheblocksinuse : 214111
Read : {VMware.VimAutomation.ViCore.Impl.V1.EsxCli.EsxCliObjectImpl}
TotalfailedSSDIOs : 0
TotalfaileddiskIOs : 0
PowerCLI C:\>