We have a series of applications that we host on services such as Heroku which are able to scale up and down on demand.
What we would like to acheive is a management tool that determines how much load a specific application is under so it can auto scale the app on a needs basis.
What are the best ways of figuring out application load in a way that we can then easily act on this data?