Can I ask why? The information presented is really very basic. There are more in depth tools to get, and record, this information.<p>Personally, I would rather get system information from outside the running webapp.
A related project that I find very useful is django-memcache-status:<p><a href="https://github.com/bartTC/django-memcache-status" rel="nofollow">https://github.com/bartTC/django-memcache-status</a><p>Update: though of course these both use the same hack to work (overriding admin.site.index_template) so they won't work at the same time.
I'd love to see this work with django-admin-bootstrapped: <a href="https://github.com/riccardo-forina/django-admin-bootstrapped" rel="nofollow">https://github.com/riccardo-forina/django-admin-bootstrapped</a>.<p>I wonder if it'll be compatible with a future official update of the admin, though.