apache / kvrocks

Apache Kvrocks is a distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol.
https://kvrocks.apache.org/
Apache License 2.0
3.47k stars 450 forks source link

Synchronization of slowlog and perflog #715

Open AvivPl opened 2 years ago

AvivPl commented 2 years ago

Search before asking

Motivation

As discussed on the KVRocks slack channel, It would be beneficial for performance debugging to force the two tools (slowlog and perflog) to sample the same commands and synchronize them on both perflog's and slowlog's lists.

Solution

No response

Are you willing to submit a PR?

git-hulk commented 2 years ago

Thanks @AvivPl for filling this. I think it's a good idea to synchronize perflog and showlog.