Skip to content

Commit

Permalink
add table cache properties and is-write-stopped property
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewvon committed Jun 15, 2021
1 parent 816fb54 commit 23ba170
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion stats_table.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,10 @@ bool StatsTable::AddTable(rocksdb::DB * DBase,
{8, "rocksdb.live-sst-files-size"},
{9, "rocksdb.block-cache-capacity"},
{10,"rocksdb.block-cache-usage"},
{11,"rocksdb.block-cache-pinned-usage"}
{11,"rocksdb.block-cache-pinned-usage"},
{12,"rocksdb.table-cache-capacity"},
{13,"rocksdb.table-cache-usage"},
{14,"rocksdb.is-write-stopped"}
};

for (auto item : int_properties) {
Expand Down

0 comments on commit 23ba170

Please sign in to comment.