X-Git-Url: http://git.kpe.io/?p=memstore.git;a=blobdiff_plain;f=memcache%2Futil.lisp;fp=memcache%2Futil.lisp;h=858e26467e99dc0fa0b1583f850e83473a5b59a3;hp=50286a39d134c6b045918231ac6096dbe8e16c0b;hb=51026e8bede49e9dd304195fe4dee30df6326d27;hpb=84ef300d07331fca7c7e54a57d1cfddec2eeb295 diff --git a/memcache/util.lisp b/memcache/util.lisp index 50286a3..858e264 100644 --- a/memcache/util.lisp +++ b/memcache/util.lisp @@ -68,8 +68,6 @@ (:td (format stream "Current items stored in server")) (:td (format stream "~a" (memcache::mc-stats-curr-items stats)))) (:tr (:td (format stream "Current items total")) (:td (:b (format stream "~a" (memcache::mc-stats-curr-items-total stats))))) - (:tr - (:td (format stream "Current bytes used by server to store items")) (:td (format stream "~a MB" (float (/ (memcache::mc-stats-bytes stats) 1048576))))) (:tr (:td (format stream "Number of open connections")) (:td (format stream "~a" (memcache::mc-stats-curr-connections stats)))) (:tr