I use a PHP-script to copy attachments from IMAP-mailserver to a directory e.g. /files/.
How can i figure out how mutch time that is used to copy this files?
e.g. the PHP-script is set to run every 5 minutes with CronTAB (GET).
IMAP and webserver is same box.
Maybe I should stress-test the system by using 500 MB with files and run?
Any best practice of this?
cheers 🙂