]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
librbd/rwl: track syncpoint's logentry number and write bytes
authorChangcheng Liu <changcheng.liu@aliyun.com>
Tue, 12 May 2020 09:47:47 +0000 (17:47 +0800)
committerChangcheng Liu <changcheng.liu@aliyun.com>
Wed, 20 May 2020 13:55:56 +0000 (21:55 +0800)
commit44bf5e27661329931bb4f21099d6c88f86d1d4cd
treef9c0a46e20fde78e5cb04ada85c81505f871dbd6
parent8097b5edc864a7abf0a1b5e57b22ff7e69061848
librbd/rwl: track syncpoint's logentry number and write bytes

The SyncPoint's logentry number and write bytes affect the
peformance of rwl cache a lot. It needs to be tracked by
perf couter for analysis.

Signed-off-by: Changcheng Liu <changcheng.liu@aliyun.com>
src/librbd/cache/ReplicatedWriteLog.cc
src/librbd/cache/rwl/SyncPoint.cc
src/librbd/cache/rwl/Types.h