Maybe the server is too old and does not understand "settings" arg?
what does echo "stats" | nc localhost 11211 | grep version say? On Tue, Apr 12, 2011 at 11:19 AM, OhadH <[email protected]> wrote: > I have installed memcached on Ubuntu machine using : > > sudo apt-get install memcached > > > I ran it using: > > > memcached -v -u root & > > Using nestat I made sure it is listening on 11211 (localhost) > > I have tried to do: > > echo "stats settings" | nc localhost 11211 > > End I got: > > ERROR > > > Can anyone help? I am trying to benchmark memcached with YCSB but I > need to make sure it is running ok first. According to the default > configurations the log file exists in /var/log/memcached.log but it is > an empty file. > > please help! > > >
