I want to run some long running tasks. Basically generating reports for courses with large amount of users. I am trying to see how system performs (memory and time) as the number of records grow and how many queries are made to the DB?
In production environment you might get it with New Relic but are there any options available in local dev setup?