From: Igor Fedotov Date: Thu, 3 May 2018 16:16:12 +0000 (+0300) Subject: test/fio: dump mempool on job completion X-Git-Tag: v14.0.1~1129^2~15 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=16a9a0db3dcb09be7629e35943ed77364f1ef871;p=ceph.git test/fio: dump mempool on job completion Signed-off-by: Igor Fedotov --- diff --git a/src/test/fio/fio_ceph_objectstore.cc b/src/test/fio/fio_ceph_objectstore.cc index 57bcb0f06c74..1d63e47d61e3 100644 --- a/src/test/fio/fio_ceph_objectstore.cc +++ b/src/test/fio/fio_ceph_objectstore.cc @@ -281,6 +281,11 @@ struct Engine { ostr << "FIO get_db_statistics "; f->flush(ostr); } + ostr << "Mempools: "; + f->open_object_section("mempools"); + mempool::dump(f); + f->close_section(); + f->flush(ostr); ostr << "Generate db histogram: "; os->generate_db_histogram(f);