]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore/bluefs: Add write op count metrics. 51777/head
authorJoshua Baergen <jbaergen@digitalocean.com>
Thu, 16 Feb 2023 16:51:56 +0000 (09:51 -0700)
committerKonstantin Shalygin <k0ste@k0ste.ru>
Fri, 26 May 2023 11:01:54 +0000 (18:01 +0700)
commit4e437c206e53dfc34622e4dc7e81d88f02db0c10
tree60f8dbdd6f39fe4e49c295226805781cb8c013f4
parent93c7da3d7711da659df5e166a27298b9f99ffca0
os/bluestore/bluefs: Add write op count metrics.

There were already several metrics counting bytes written to the various
regions of bluefs but nothing counting ops.

Also add a sum of bytes written to match the read and new write count
metrics.

This provides more insight behind the cause of
https://tracker.ceph.com/issues/58530.

Signed-off-by: Joshua Baergen <jbaergen@digitalocean.com>
(cherry picked from commit b4ad3840c513a15a5828418b5a733ed959390845)
src/os/bluestore/BlueFS.cc
src/os/bluestore/BlueFS.h