Hi, I need to gather stats on a PHP script that runs from cron every sends out an email campaign. I did not code the script. It runs every 20 minutes and I want to be able to tell if it's sending out any emails and how much cpu and memory the script is using and for how long. This script seems to be using alot of resources - it's priority 19 - I am not sure how much that matters. What would be the best way to log or access existing logs on the server that would allow me to do this? Thank you, Aaron