http://effbot.org/zone/django-memcached-view.htm
On 18 янв, 19:51, bfrederi <[EMAIL PROTECTED]> wrote: > I am using memcached as my backend for cache, but I am not sure how to > check the statistics on memcached, to see what it is actually doing. I > can tell it is working, but I want to see some actual stats on how > well it is working. I've heard there is a "stat" command for > memcached, and I tried doing this: > sudo memcached -d -u (user) -m 512 -l (ip) -p (port#) stats > and > sudo memcached -d -u (user) -m 512 -l (ip) -p (port#) stats detail on > and > sudo memcached -d -D -u (user) -m 512 -l (ip) -p (port#) *the -D > option failed > but I'm not sure how to use it correctly, or where the output goes > when I do. Any help on this would be greatly appreciated. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

