mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 18:35:46 +02:00
chore: remove DbSlice mutex and add ConditionFlag in SliceSnapshot (#4073)
* remove DbSlice mutex * add ConditionFlag in SliceSnapshot * disable compression when big value serialization is on * add metrics --------- Signed-off-by: kostas <kostas@dragonflydb.io>
This commit is contained in:
parent
7ccad66fb1
commit
267d5ab370
20 changed files with 185 additions and 119 deletions
|
@ -2346,6 +2346,7 @@ void ServerFamily::Info(CmdArgList args, const CommandContext& cmd_cntx) {
|
|||
append("total_net_output_bytes", reply_stats.io_write_bytes);
|
||||
append("rdb_save_usec", m.coordinator_stats.rdb_save_usec);
|
||||
append("rdb_save_count", m.coordinator_stats.rdb_save_count);
|
||||
append("big_value_preemptions", m.coordinator_stats.big_value_preemptions);
|
||||
append("instantaneous_input_kbps", -1);
|
||||
append("instantaneous_output_kbps", -1);
|
||||
append("rejected_connections", -1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue