Hi,
This task was harder than i think or i do not know what i am doing(most likely).Basically i want to put up a nice dashboard(radial gauge) where it shows the disk space over time,or real-time.so if i had 200gb space and i have 30gb free would like to show that on the gauge and over time with progress whether that number goes up or down.cpuld be a percentage as well.i hope this makes sense.here is my WMI.conf file
[WMI:LocalPhysicalDiskInfo]
interval = 300
wql = select Name, FreeSpace, Size from Win32_LogicalDisk
disabled = 0
index = main
i guess the first question would be like,do i need additional WQL statements such as percentage disk space etc?
so this is my search query
index="main" sourcetype="wmi:localphysicaldiskinfo" Name="C:" |
and this is what i got in return![alt text][1]
and result would be something like this if it is not too much work.
![alt text][2]
Thanks in advance for all your help.
[1]: /storage/temp/219995-space.png
[2]: /storage/temp/219996-gauge.png
↧