You can telnet to memcached and run the `stats` command.  That'll tell
you overall hits and misses (plus other info).  If you're using
Django's page caching middleware, you'll see 2 hits per page because
Django caches both headers and page content.  The page load you should
see 2 misses.  Then all subsequent page loads you should see the hits
counter increase.

-Rob

On Feb 13, 2:41 am, Alessandro Ronchi <alessandro.ron...@soasi.com>
wrote:
> I am not sure django is getting a page from memcached. Is there a way to
> check it?
>
> Thanks in advance,
>
> --
> Alessandro Ronchi
>
> http://www.soasi.com
> SOASI - Sviluppo Software e Sistemi Open Source
>
> http://hobbygiochi.com
> Hobby & Giochi, l'e-commerce del divertimento

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to