-
-
Notifications
You must be signed in to change notification settings - Fork 411
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[💡 FEATURE REQUEST]: KV. Ability to see memory statistics #1412
Comments
Hey @gam6itko 👋🏻
|
The main thing that I need is to have info about what is happening in KV.
Actually i don't need profiling things like "request per minute" or else. This was written more as an example. I understand that the RR is not a Redis and I will be happy with the possible minimum of functionality |
Nice 👍🏻 |
I found a way to calculate a memory consumption (that's not so trivial, since we have to calculate the data size, not the pointers size) of the in-memory driver. |
Moving to the |
Plugin
KV
I have an idea!
I use KV memory driver via spiral/roadrunner-bridge. It works but I don't know what happens there.
I need a tool to see statistic about
I suppose it should be some set of RPC methods that can be connected from a birddog or a console command (spiral/roadrunner-bridge)
EDIT:
ref: #1635
The text was updated successfully, but these errors were encountered: