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=a78b79b063a808bec0f463db1bb9dc78ba832a46;hpb=881e2c561c5c9de3fe4bb962da256552fa03d796 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