Crontab -> Readable Report
Select a system crontab file (the system crontab format: five schedule fields, user, command) and upload it. The parser will produce a readable report showing: run time (humanized), user, command, and options/comments.
Sample cron snippet (the parser will ignore commented lines):
0 1 * * * root /var/www/khmtt_admin/cgi-bin/khmtt_check_categories.pl 1> /var/www/khmtt_admin/logs/CheckCategories.log 2>&1
*/30 * * * * root /var/www/khmtt_admin/cgi-bin/ReleaseStartListHolds.pl 1> /dev/null 2>&1
# 0 0 * * 0 root /var/www/khmtt/cgi-bin/Scripts/BackupSQL.sh 1> /var/www/khmtt/logs/AllbackupDB.log 2>&1
