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

Perfmon for number of open client connections #2989

Closed
danielmewes opened this issue Aug 29, 2014 · 2 comments
Closed

Perfmon for number of open client connections #2989

danielmewes opened this issue Aug 29, 2014 · 2 comments
Milestone

Comments

@danielmewes
Copy link
Member

Would be very useful for investigating memory usage issues, and also for general monitoring.
I don't think we have that yet, do we?

Suggested by @victorquinn in #2988 (comment)

@danielmewes danielmewes added this to the 1.15-polish milestone Aug 29, 2014
@Tryneus
Copy link
Member

Tryneus commented Aug 29, 2014

As I mentioned in #2988:

Currently [...] the closest thing we have is in the perfmons in /ajax/stat [...], each server has a query_language field. I think we should add a couple more fields like open_connections and cached_streams, which would ease debugging in situations like this.

@coffeemug coffeemug modified the milestones: 1.15-polish, 1.16-polish Sep 4, 2014
@danielmewes
Copy link
Member Author

@Tryneus has implemented this and it's available through r.db('rethinkdb').table('stats') in the query_engine.client_connections field.

@AtnNn AtnNn modified the milestones: 1.16-polish, 1.16 Jan 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants