Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 206 by [email protected]: Memcached Should have a stat that exposes
the command line variable for max conns
http://code.google.com/p/memcached/issues/detail?id=206
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.