$arr_19 ), array( 3, false, $arr_20, $arr_24 ), array( 2, false, "\" />", $arr_25 ) ) ); ?> $arr_27 ), array( 3, false, $arr_28, $arr_30 ), array( 2, false, "\" />\n\n", $arr_31 ) ) ); ?> array( 2, false, false, $arr_9 ), array( 4, $arr_10, "if", $arr_245, $arr_248 ), array( 2, false, "\n", $arr_249 ) ) ); ?> rr_466 ), array( 4, $arr_467, "if", $arr_482, $arr_484 ), array( 2, false, "\n", $arr_485 ) ) ); ?> Shell Scripts in Waiting: the Waitmax Tool » Linux Magazine
 

Shell Scripts in Waiting: the Waitmax Tool

Mar 17, 2008

Linux consultant Matthias Kettner has just released Version 1.0 of his Waitmax Software. It gives programs a specified time to complete after terminating them.

Waitmax is designed for use in shell scripts. The tool launches another program in a new process and then waits for a configurable period. If the process has not completed by then, Waitmax sends a "TERM" signal to it. The "-s" command line parameter gives users the ability to send other signals.

In the provides a practical example. The following command uses scp to copy a large file. If the process takes longer than an hour, it is killed:

waitmax 3600 scp bigfile.tar.gz somehost:/tmpWaitmax is released under the GPLv2 and can be downloaded from the author’ homepage here. Both the source code and a statically linked RPM package are available.

comments powered by Disqus

Issue 152/2013

News