I would like to automate the estimation of monthly memory usage of all jobs performed by a given user in my cluster (SGE, ubuntu). I have seen there are many tools to compute the current memory usage for a particular user, but I want to calculate the CPU usage of the submitted jobs. Is this possible? Is there any tool to look into the history of submitted jobs and to find the memory they used?
Thanks