TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Django System Monitor

61 pointsby fatiheriklialmost 12 years ago

7 comments

mhurronalmost 12 years ago
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.
评论 #5780536 未加载
jonkneealmost 12 years ago
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.
clubhialmost 12 years ago
Just incase anyone is wondering, psutil is the real magic behind these kind of projects. Those guys did a heroic job on making that app.
kmfrkalmost 12 years ago
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.
OMBUGalmost 12 years ago
I get NoSuchProcess exceptions whenever I try to access the admin with it enabled. I love the idea though.
评论 #5780452 未加载
mik4elalmost 12 years ago
Nice, anyone tested?
评论 #5780032 未加载
评论 #5780040 未加载
评论 #5780025 未加载
评论 #5780062 未加载
vanwilder77almost 12 years ago
works good! Awesome job