summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2007-09-18 09:25:02 +0000
committerdormando <dormando@rydia.net>2007-09-18 09:25:02 +0000
commit058050572dd7d34e7c3c52be0af3c5b47dd1fb6c (patch)
tree43e49581717678f244baf0aba9989f191c9e26bf /doc
parentb95946f45b9692aaeac2db70b69647c692a86f83 (diff)
downloadmemcached-058050572dd7d34e7c3c52be0af3c5b47dd1fb6c.tar.gz
Add missing stats descriptions to protocol.txt
Reported by Brian Aker on the ML. git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@609 b0b603af-a30f-0410-a34e-baf09ae79d0b
Diffstat (limited to 'doc')
-rw-r--r--doc/protocol.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/protocol.txt b/doc/protocol.txt
index aa71377..7716f9e 100644
--- a/doc/protocol.txt
+++ b/doc/protocol.txt
@@ -335,6 +335,8 @@ pid 32u Process id of this server process
uptime 32u Number of seconds this server has been running
time 32u current UNIX time according to the server
version string Version string of this server
+pointer_size 32 Default size of pointers on the host OS
+ (generally 32 or 64)
rusage_user 32u:32u Accumulated user time for this process
(seconds:microseconds)
rusage_system 32u:32u Accumulated system time for this process
@@ -363,6 +365,8 @@ bytes_written 64u Total number of bytes sent by this server to
network
limit_maxbytes 32u Number of bytes this server is allowed to
use for storage.
+threads 32u Number of worker threads requested.
+ (see doc/threads.txt)