]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
OSD: add latency data to DEQUEUE_OP_END event 65054/head
authorOguzhan Ozmen <oozmen@bloomberg.net>
Thu, 14 Aug 2025 18:42:52 +0000 (18:42 +0000)
committerOguzhan Ozmen <oozmen@bloomberg.net>
Thu, 14 Aug 2025 18:50:38 +0000 (18:50 +0000)
commit38c6eea939389705c842b47a4aaa854b108b8e40
treef7413ecf7a4b726746f52ca877b980bacc6797de
parentf36d2ed27ea83003ee2604b6e950ad107e858563
OSD: add latency data to DEQUEUE_OP_END event

At the start of the function (DEQUEUE_OP_BEGIN), latency is recorded to capture
the queue time before processing begins. Similarly, this change adds latency
reporting at the DEQUEUE_OP_END event to measure the elapsed time taken for
the operation's handling.

Signed-off-by: Oguzhan Ozmen <oozmen@bloomberg.net>
src/osd/OSD.cc