Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.

Added client/server specific memcached connection counts #9

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

jasondcamp
Copy link

Currently, we run memcached on servers that serve to multiple machines, and also runs a local client software that makes queries outbound to local or other memcached servers. mctop does not differentiate between an incoming request to the memcached instance, or an outgoing request from the client. I've added the optional flag -c or --detailed-calls which also provides a breakdown of the calls by client or server, enabled sorting of these columns, and added an option -i or --ip-address that allows the user to specify which ip memcached is listening on (by default it uses the local gateway ip address).

This has been very helpful to us in troubleshooting issues to make sure we're focusing on the proper keys, I thought it might be useful for others. I'm happy to make changes or adjustments if necessary.

Jason

@ickymettle
Copy link
Contributor

Thanks for the contribution Jason, i'm still poking around these changes which are great. I've got a couple ideas for features we've been talking about internally that fit nicely with the work you've done so I might merge this onto a feature branch and we can collaborate if you're keen. Will keep this thread updated.

@gvarisco
Copy link

Jason, great work. I'm gonna merge these patches onto a branch and test this feature. Great! ;)

@jasondcamp
Copy link
Author

Awesome, let me know if there's anything I can do to help. Thanks!

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

Successfully merging this pull request may close these issues.

3 participants