Jdesk / memcached

Automatically exported from code.google.com/p/memcached
0 stars 0 forks source link

Memcached Should have a stat that exposes the command line variable for max conns #206

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
telnet to memcached
issue a stats command
you can't see max_connections 

having max_connections is very important when you write monitoring scripts 
because you want to be able to calculate a percentage of in use connections. 
While its possible to hardcode this value in monitoring scripts its best for 
this data to be exposed rather than hard coded.

Original issue reported on code.google.com by a...@google.com on 8 Jun 2011 at 12:35

GoogleCodeExporter commented 9 years ago
type "stats settings"

Original comment by dorma...@rydia.net on 8 Jun 2011 at 12:39