Skip to content

September 9, 2011

1

PHP Crontab Timeline Generator

by Jeff

First, the goods: http://jeffgeiger.com/cron/  (Source available for download from that page.)

This little app parses your crontab and generates a gantt chart of the task time line.  It uses the twzCronChart class.  I basically took their example and modified it to:

  • Accept input via an html textarea.
  • Parse out the comments and blank lines.
  • Show a corresponding list of which cron line corresponds to which “Task”.

I’ll update this post if I make more changes.

Read more from Linux, PHP
1 Comment Post a comment
  1. Pedro
    Sep 16 2011

    Amazing man!

    Reply

Leave a Reply