Skip to content
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

Why there is no monitoring method #805

Closed
githublaohu opened this issue Dec 3, 2016 · 7 comments
Closed

Why there is no monitoring method #805

githublaohu opened this issue Dec 3, 2016 · 7 comments

Comments

@githublaohu
Copy link

Want to pass monitoring statistics related information。

Found that redis-py did not have this method

@MrKiven
Copy link

MrKiven commented Dec 3, 2016

how about redis_client.info() ?

@githublaohu
Copy link
Author

Info( ) statistics are not comprehensive, monitoring need to provide more detailed information to monitor the use of redis

chinaese?
用汉语交流可以好。

@miketheman
Copy link

What other statistics would you expect to see beyond what redis info returns?

@githublaohu
Copy link
Author

Such as read/write ratio, hot spot data

@miketheman
Copy link

I don't think either of these is something that the redis database would provide, and would be curious to know if the maintainer(s) would be interested in calculated values for read/write ratio from some sort of extended info command.

I doubt "hot spot" would ever be included in this library, as it would require some state to be stored to determine this.

@AngusP
Copy link
Contributor

AngusP commented Jan 24, 2017

Support for MONITOR was PR'd ages ago in #194, would now need review before it could be merged as things have changed and there's a conflict

@gyermolenko
Copy link
Contributor

Aforementioned PR was merged, so the issue is outdated now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants