Django System Monitor(github.com)
github.com
Django System Monitor
https://github.com/hakanzy/django-system-monitor/
17 comments
It's an easy way to keep an eye on things.
Site a little sluggish? This provides a way of quickly checking to see if it's anything obvious.
Site a little sluggish? This provides a way of quickly checking to see if it's anything obvious.
A related project that I find very useful is django-memcache-status:
https://github.com/bartTC/django-memcache-status
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.
https://github.com/bartTC/django-memcache-status
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.
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.
I'd love to see this work with django-admin-bootstrapped: https://github.com/riccardo-forina/django-admin-bootstrapped.
I wonder if it'll be compatible with a future official update of the admin, though.
I wonder if it'll be compatible with a future official update of the admin, though.
Nice, anyone tested?
Seems to work nicely with simple pip install.
Might be nice to be able to link processes to log files ...
Might be nice to be able to link processes to log files ...
Me here. The only thing you need to do is that adding one line to INSTALLED_APPS.
[deleted]
Plug and play.
just tested it.
look super cool.
look super cool.
works good! Awesome job
Personally, I would rather get system information from outside the running webapp.