Hi,<br><br>I am having trouble using memcached-tool on my servers.&nbsp; I wanted to see what the cache usage is looking like, what the oldest items are in each class, etc.<br><br>When I attempt to do:<br><br>memcached-tool xx:11211 display
<br><br>the tool hangs.&nbsp; I then tried doing &#39;stats items&#39; manually on the server via telnet and found that:<br><br>#&gt; telnet xx 11211<br>Connected to xx.<br>Escape character is &#39;^]&#39;.<br>stats items<br>SERVER_ERROR output line too long
<br><br>Ordinary stats look on this server like this:<br><br>stats<br>STAT pid 6536<br>STAT uptime 3563834<br>STAT time 1185889637<br>STAT version 1.2.2<br>STAT pointer_size 32<br>STAT rusage_user 645.582145<br>STAT rusage_system 
1208.358414<br>STAT curr_items 84824<br>STAT total_items 3079990<br>STAT bytes 235690662<br>STAT curr_connections 4<br>STAT total_connections 6498721<br>STAT connection_structures 92<br>STAT cmd_get 6072218<br>STAT cmd_set 3079990
<br>STAT get_hits 3338129<br>STAT get_misses 2734089<br>STAT evictions 7<br>STAT bytes_read 9874558992<br>STAT bytes_written 12957883039<br>STAT limit_maxbytes 268435456<br>STAT threads 1<br>END<br><br>This is all running on FreeBSD 
6.2.<br><br>What can I do to get memcached-tool working?<br><br>Thanks,<br><br>Anthony Volodkin<br><br>