17 comments

[ 5.8 ms ] story [ 52.7 ms ] thread
Nice, anyone tested?
Me here. The only thing you need to do is that adding one line to INSTALLED_APPS.
(comment deleted)
I'm also interested in what the overhead would be. I imagine it will only run the monitors when the admin page is open.
I think that is the case. As far as I see, it extends admin/index.html template, and calls some templatetags.
Seems to work nicely with simple pip install.

Might be nice to be able to link processes to log files ...

just tested it.

look super cool.

nice project. very useful...
I get NoSuchProcess exceptions whenever I try to access the admin with it enabled. I love the idea though.
Usually you can inspect the frames of your stack trace and find out which program your are missing.
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.

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.

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.