mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 10:25:47 +02:00
chore(tiered): minor fixes + expose buffer allocation type stats (#3234)
* chore(tiered): minor fixes + expose buffer allocation type stats fixes small_bins deletion logic Fixes #3240 --------- Signed-off-by: Roman Gershman <roman@dragonflydb.io>
This commit is contained in:
parent
13169461ef
commit
b34d3ba6da
10 changed files with 104 additions and 38 deletions
|
@ -66,6 +66,8 @@ struct TieredStats {
|
|||
size_t total_cancels = 0;
|
||||
size_t total_deletes = 0;
|
||||
size_t total_defrags = 0;
|
||||
size_t total_registered_buf_allocs = 0;
|
||||
size_t total_heap_buf_allocs = 0;
|
||||
|
||||
size_t allocated_bytes = 0;
|
||||
size_t capacity_bytes = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue