diff --git a/modules/console.cc b/modules/console.cc index eb7595f3a..1c1f346cf 100644 --- a/modules/console.cc +++ b/modules/console.cc @@ -1680,6 +1680,10 @@ try << " " << bytes(database) << std::endl; + out << std::left << std::setw(28) << std::setfill('_') << "row cache size " + << " " << db::usage(cache(database)) + << std::endl; + out << std::left << std::setw(28) << std::setfill('_') << "live data size " << " " << db::property(database, "rocksdb.estimate-live-data-size") << std::endl;