Memory Usage Query Perf | where CounterName == "% Committed Bytes In Use" | where TimeGenerated > ago(15m) | where Computer == "TK-vm1" | summarize avg = avg(CounterValue) by Computer | where avg > 90 Disk Space Query Perf | where ObjectName == "LogicalDisk" and CounterName == "% Free Space" | summarize FreeSpace = min(CounterValue) by Computer, InstanceName | where strlen(InstanceName) == 2 and InstanceName contains ":" | where FreeSpace < 95 | sort by FreeSpace asc | render barchart kind=unstacked
@kundanmishra4780 Жыл бұрын
Great
@poojarashmi14002 жыл бұрын
Even after followed each step I am not getting any email related to disk space. I need your help exactly followed steps that you mentioned in the video
@rehanraza63028 ай бұрын
Was it resolved?? How did you manage then?
@poojarashmi14002 жыл бұрын
Can you paste the disk space query here
@hemanthkh2 жыл бұрын
how to check the traffic in VM
@listeve Жыл бұрын
Can you send me a copy of the Disk Usage Query?
@techknowledge-tusharsvlog Жыл бұрын
the first comment on this video is form me, that has the query.
@listeve Жыл бұрын
@@techknowledge-tusharsvlogI got it. Thanks. I am getting this message: No results found from the specified time range Try selecting another time range What am I missing? I do have "Insights" enabled on my VM.
@apitest57272 жыл бұрын
need scripts
@techknowledge-tusharsvlog2 жыл бұрын
pls. find the scripts in the comments
@krishnavasu8277 ай бұрын
Share your mobile number for teaching azure sir
@techknowledge-tusharsvlog7 ай бұрын
thanks for considering me for tutor. there are plenty of tutorial on you tube. if you are interested in paid training. you can try scott Duffy / Allan Rodrgues courses on udemy. initially even i learnt from their videos