]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
objecter: add op latency stat and in-flight count
authoryuval Lifshitz <ylifshit@redhat.com>
Tue, 31 May 2022 15:40:30 +0000 (18:40 +0300)
committeryuval Lifshitz <ylifshit@redhat.com>
Tue, 7 Jun 2022 12:44:54 +0000 (15:44 +0300)
commit2c6a263892ecc24dc09765a385730c31cb5b7ea5
tree9936648e79118fe58b9819d901f764d077ff467d
parent9324b49ebbb979af5e6f4b137979b8372d3119c8
objecter: add op latency stat and in-flight count

this is done in order to better estimate the origin of the end-to-end
operation latency. and see how much of it is due to the objecter and how
much of it is due to the client that uses it (e.g. the RGW)

Signed-off-by: yuval Lifshitz <ylifshit@redhat.com>
src/osdc/Objecter.cc