]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore/bluefs: Add write op count metrics. 51776/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:00:13 +0000 (18:00 +0700)
commit5a79399b11cb8651104b68f4afd5f0f9c51c3cc5
treed6da81ecf6e99bb1efaadfc1deaf6d114e999a04
parenta6a81ce9c0163662ab8fe2bb992682115ee66d6c
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