I am working on application which fetch Performance counter from application hosted on azure portal and i got values of all counter except SplitIOPerSec , it shows me always Zero
What should be reason for that and what it indicates? , I have used following WMI query to fetch it
SELECT SplitIOPerSec FROM win32_perfformatteddata_perfdisk_physicaldisk
That seems to be a valid query; perhaps the counter is genuinely always zero?
From the documentation here: http://technet.microsoft.com/en-us/library/cc776376(WS.10).aspx
The Azure infrastructure is intentionally opaque, but I would hazard a guess that in a shared infrastructure system like Azure disk writes will be highly optimized. Any fragmentation won’t be visible to tenants like us!