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

Add timing info with something like statsd #1

Open
yuvipanda opened this issue Mar 2, 2016 · 5 comments
Open

Add timing info with something like statsd #1

yuvipanda opened this issue Mar 2, 2016 · 5 comments

Comments

@yuvipanda
Copy link

Allows us to form a more clear idea of how this behaves under various loads. python-statsd makes it pretty easy to include, and easy to not use when you do not need it.

@minrk
Copy link
Owner

minrk commented Mar 2, 2016

sounds great!

@yuvipanda
Copy link
Author

I wonder if we should actually build this into CHP itself... These are useful when systems are running anyway.

@minrk
Copy link
Owner

minrk commented Mar 2, 2016

I'm not familiar enough with it to say, but that may make sense. Just track things like:

  • http req/sec
  • http response time (?)
  • ws bytes/sec
  • ws connect/sec
  • active ws connections

for CHP. We could consider the same for JupyterHub:

  • logins/sec
  • auth API accesses
  • Running users
  • Spawn timers

@yuvipanda
Copy link
Author

+1. It would be immensely useful. I'll file bugs on both CHP and JupyterHub.

On Wed, Mar 2, 2016 at 12:10 PM, Min RK notifications@github.com wrote:

I'm not familiar enough with it to say, but that may make sense. Just
track things like:

  • http req/sec
  • http response time (?)
  • ws bytes/sec
  • ws connect/sec
  • active ws connections

for CHP. We could consider the same for JupyterHub:

  • logins/sec
  • auth API accesses
  • Running users
  • Spawn timers


Reply to this email directly or view it on GitHub
#1 (comment).

Yuvi Panda T
http://yuvi.in/blog

@minrk
Copy link
Owner

minrk commented Mar 2, 2016

Perfect, thanks. This is the first I'm hearing of statsd, and I already have a ton of ideas of things to track.

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

2 participants