Knowledge Management

Anyone using (disk_queue_length) instead of %_disk_time for disk metrics???

spluzer
Communicator

Hey Splunkers,

Just wondering if anyone had some cool suggestions for better disk metrics

We are currently using %_disk_time (among others) for performance monitoring for our hosts

While it may be somewhat useful to know that drives are 100% busy, that fact in and of itself, is not as useful.

I would expect that drives holding data would be 100% busy because the drive is being read from or written to almost all of the time, especially on some of our more heavily used systems

Just from my own basic knowledge, that metric combined with “Average Disk Que Length”, would be more relevant. If a disk is busy almost all of the time, and there is a large queue, the disk might be a bottleneck, and require further investigation.

However, I imagine RAID configuration needs to be factored in (which I'm not sure about) -and I'm wondering how others are doing it. Any help is much appreciated

I'm currently playing around with it like this:

index=windows sourcetype="PerfmonMk:LogicalDisk"
| stats avg(Current_Disk_Queue_Length) as average by host instance
| search average>1
| sort - average

Tags (1)
0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...