Are there any tools that I can run on my server to monitor multiple Pylons applications?
I need to monitor the number of requests each application receives, how much memory each application is using, how much of the cpu is being used and other stats similar to those. I need to see the stats for each individual Pylons application.
All information needs to be stored in a database for me to retrieve later (preferably SQLite, PostgreSQL, or MySQL).
Thanks
*UPDATE*
It is a Unix server and it is running Ubuntu. It's using Nginx.
Each application must store its data in its own database for just the application.