PragmaTwice commented on code in PR #2513:
URL: https://github.com/apache/kvrocks/pull/2513#discussion_r1739593698
##########
src/server/server.cc:
##########
@@ -1136,12 +1141,13 @@ void Server::GetStatsInfo(std::string *info) {
string_stream << "sync_full:" << stats.fullsync_count << "\r\n";
string_stream << "sync_partial_ok:" << stats.psync_ok_count << "\r\n";
string_stream << "sync_partial_err:" << stats.psync_err_count << "\r\n";
+ string_stream << "evicted_clients:" << stats.stat_evictedclients << "\r\n";
auto db_stats = storage->GetDBStats();
string_stream << "keyspace_hits:" << db_stats->keyspace_hits << "\r\n";
string_stream << "keyspace_misses:" << db_stats->keyspace_misses << "\r\n";
- {
+ {https://www.anyknew.com/go/10112884
Review Comment:
hmm
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]