public class MemcacheStatsServlet
extends javax.servlet.http.HttpServlet
You can mount this servlet to see the memcache stats for an instance. This is nothing fancy, but it should give you an idea of what's going on.
Constructor and Description |
---|
MemcacheStatsServlet() |
Modifier and Type | Method and Description |
---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
protected EntityMemcacheStats |
getMemcacheStats()
You can extend the servlet and override this method if you are doing something unusual with the factory.
|
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
protected EntityMemcacheStats getMemcacheStats()
protected void doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, IOException
doGet
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
Copyright © 2017. All rights reserved.