"fill out the block");
b.add_u64(l_bluestore_write_small_new, "bluestore_write_small_new",
"Small write into new (sparse) blob");
+
+ b.add_u64(l_bluestore_txc, "bluestore_txc", "Transactions committed");
logger = b.create_perf_counters();
g_ceph_context->get_perfcounters_collection()->add(logger);
}
throttle_wal_ops.get(txc->ops);
throttle_wal_bytes.get(txc->bytes);
+ logger->inc(l_bluestore_txc);
+
// execute (start)
_txc_state_proc(txc);
return 0;
l_bluestore_write_small_wal,
l_bluestore_write_small_pre_read,
l_bluestore_write_small_new,
+ l_bluestore_txc,
l_bluestore_last
};