Rough and ready timing using Python
When performing a Sysadmin or DevOps role, it’s inevitable that you’ll be writing up a script at some point to automate a task, such as running installers or retrieving files. One part of writing up a script, no matter how large, is that you’ll need to test it to make sure that everything is working as expected, which includes the time it takes for the script to run.