]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
PerfCounter: Make l_os_queue_lat contains the complete queue latency 5793/head
authorHaomai Wang <haomaiwang@gmail.com>
Thu, 3 Sep 2015 16:01:56 +0000 (00:01 +0800)
committerHaomai Wang <haomaiwang@gmail.com>
Tue, 8 Sep 2015 02:02:48 +0000 (10:02 +0800)
commit8c4323c579a5ffa731f3c43f06e56ac834f96f39
treefe2485d791850023b4bf2cf2a379c1eb42dda5fb
parent834842c27cb36da8ae141fbadde11bbe6fdcc128
PerfCounter: Make l_os_queue_lat contains the complete queue latency

We don't need l_os_queue_lat to only count the latency of op throttle, this
could be done by Throttle counter itself. We may concern the latency consumed
by FileJournal submit time.

Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
src/os/FileStore.cc
src/os/KeyValueStore.cc