Cron – Audit CPU and memory usage for cron jobs

cpu-usagecronmemorymonitoringperformance-monitoring

I have a system that runs a lot of cronjobs. It seems that one of these crons is consuming excessive amounts of CPU and memory on occasion.

Is there an easy way to audit CPU and memory usage of cron jobs?

Best Answer

Have you looked at sar/sadc?

Related Topic