← Back to team overview

graphite-dev team mailing list archive

[Question #236634]: Graphing average disk service time value

 

New question #236634 on Graphite:
https://answers.launchpad.net/graphite/+question/236634

I'm curious if there's any way to graph average disk service time from two metrics:
- some.<host>.<disk>.ms_spend_reading (# of milliseconds spent reading)
- some.<host>.<disk>.num_reads (# of reads completed)
(https://www.kernel.org/doc/Documentation/iostats.txt)
I need to calculate a new value:
some.<host>.<disk>.avg_svc_time = some.<host>.<disk>.ms_spend_reading / some.<host>.<disk>.num_reads
Can this be done in Graphite?

-- 
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.