mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-12 02:45:45 +02:00
feat: introduce transaction statistics in the info output (#2328)
1. How many transactions we processed by type 2. How many transactions we processed by width (number of unique shards). Signed-off-by: Roman Gershman <roman@dragonflydb.io>
This commit is contained in:
parent
1376295799
commit
bbe3d9303b
14 changed files with 179 additions and 82 deletions
|
@ -115,6 +115,8 @@ class BaseFamilyTest : public ::testing::Test {
|
|||
return service_->server_family().GetMetrics();
|
||||
}
|
||||
|
||||
void ClearMetrics();
|
||||
|
||||
void AdvanceTime(int64_t ms) {
|
||||
TEST_current_time_ms += ms;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue