Figure out which cron job chokes up your system in Linux
We will first execute the command ps -o pid,sess,cmd afx to figure out which cron job chokes up the system in Linux. The above command will print out the process tree of all the processes running the system.