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.

_______________________________________________
Mailing list: https://launchpad.net/~graphite-dev
Post to     : graphite-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~graphite-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to