[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
disk monitoring queue length etc...
- To: hobbit (at) hswn.dk
- Subject: disk monitoring queue length etc...
- From: Peter Welter <peter.welter (at) gmail.com>
- Date: Fri, 9 Oct 2009 16:25:04 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type; bh=H+1BpJbxW1mr/vABRL0eJwssToITmufumuzAd9mlkpk=; b=LTKj2VxBdqcfnzFZt0NGDPl6GruISyAq/ouAwxHIOmTIx1ppfoMZeWdvEd5s5ANeuP eJYwJByCYTU7gDa1AspglqBW+VodOSuaoWGH41Fzn21hRDiL4ms8VPCUefWYSPhOapGE 3jZP6rRLttMhuanmviqGIcb9/sZJvB9dXEQh8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=B9PtpKfqRRlhi1Pemf7/drP0I0XNElOC347iLgmEcbxWj+1WGpJGViTEdnhyT+WVFP KkxpeTZqOB8xlyiu/543WSFPi9wLPoC/PD5G43wRVvSX/qw3PBiMe88AvIjc6Nl12D8c zHKLCcDzyiyThCHELx2r3paoiF/EUZrslcOfs=
I've searched many times on this list 'How to set up monitoring disk drives
in Windows'. However, I've never found a real solution. So, we have done
some scripting ourselved querying WMI and want to trend this output.
If I use the Totals (for all the disks) it is pretty straight forward. This
works as expected.
However, if I would like to trend to a specific disk, it becomes more
complex.
My test for disk C produces the following:
_DskQL:0
_DskRdQL:0
_DskWrQL:0
_DskBtsPerRd:17423
_DskBtsPerTr:11933
_DskBtsPerWr:11246
Now, what I would like to have is a rrd.file for each drive letter, in this
case drive_c.rrd, (just like the disk-test, all the disks are shown in one
graph but each disk has an rrd-file) but I do not know how to continue.
Drives under Windows can have any letter (C, D, ...Z) and I do not want to
fill in the entire alphabet in my hobbitserver.cfg, but perhaps this is the
only way to go without real programming.
But perhaps data trending, instead of status, would be a better approach.
But how should I do this? Any help much appreciated. If this works, I will
post the result on Xymonton.
Regards,
Peter