[–] mik4el 13y ago ↗ Nice, anyone tested? [–] sepeth 13y ago ↗ Me here. The only thing you need to do is that adding one line to INSTALLED_APPS. [–] fatiherikli 13y ago ↗ Plug and play. [–] [deleted] 13y ago ↗ (comment deleted) [–] dangoldin 13y ago ↗ I'm also interested in what the overhead would be. I imagine it will only run the monitors when the admin page is open. [–] sepeth 13y ago ↗ I think that is the case. As far as I see, it extends admin/index.html template, and calls some templatetags. [–] vidar 13y ago ↗ Seems to work nicely with simple pip install.Might be nice to be able to link processes to log files ... [–] thromba 13y ago ↗ just tested it.look super cool.
[–] sepeth 13y ago ↗ Me here. The only thing you need to do is that adding one line to INSTALLED_APPS. [–] fatiherikli 13y ago ↗ Plug and play. [–] [deleted] 13y ago ↗ (comment deleted)
[–] dangoldin 13y ago ↗ I'm also interested in what the overhead would be. I imagine it will only run the monitors when the admin page is open. [–] sepeth 13y ago ↗ I think that is the case. As far as I see, it extends admin/index.html template, and calls some templatetags.
[–] sepeth 13y ago ↗ I think that is the case. As far as I see, it extends admin/index.html template, and calls some templatetags.
[–] vidar 13y ago ↗ Seems to work nicely with simple pip install.Might be nice to be able to link processes to log files ...
[–] jonknee 13y ago ↗ A related project that I find very useful is django-memcache-status:https://github.com/bartTC/django-memcache-statusUpdate: 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.
[–] OMBUG 13y ago ↗ I get NoSuchProcess exceptions whenever I try to access the admin with it enabled. I love the idea though. [–] chrj 13y ago ↗ Usually you can inspect the frames of your stack trace and find out which program your are missing.
[–] chrj 13y ago ↗ Usually you can inspect the frames of your stack trace and find out which program your are missing.
[–] kmfrk 13y ago ↗ 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.
[–] mhurron 13y ago ↗ Can I ask why? The information presented is really very basic. There are more in depth tools to get, and record, this information.Personally, I would rather get system information from outside the running webapp. [–] JosephRedfern 13y ago ↗ 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.
[–] JosephRedfern 13y ago ↗ 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.
[–] clubhi 13y 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.
17 comments
[ 5.8 ms ] story [ 52.7 ms ] threadMight be nice to be able to link processes to log files ...
look super cool.
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.
I wonder if it'll be compatible with a future official update of the admin, though.
Personally, I would rather get system information from outside the running webapp.
Site a little sluggish? This provides a way of quickly checking to see if it's anything obvious.