]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore/bluefs: Add write op count metrics. 50245/head
authorJoshua Baergen <jbaergen@digitalocean.com>
Thu, 16 Feb 2023 16:51:56 +0000 (09:51 -0700)
committerJoshua Baergen <jbaergen@digitalocean.com>
Mon, 27 Feb 2023 17:08:31 +0000 (10:08 -0700)
commitb4ad3840c513a15a5828418b5a733ed959390845
tree92937cfda738a27af722678a2d16f54e06ab94cf
parent94699750e2153341ae55dd492525e2ed5d483974
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>
src/os/bluestore/BlueFS.cc
src/os/bluestore/BlueFS.h