[jump to content][No Software Patents] Tools (new) : Looking into a tool [ Home | Scylla+Charybdis old home | Tools (old) | Tools (new) | FAQ | Downloads ]
      Name                    Last modified       Size  Description

[DIR] Parent Directory 27-Jul-2010 02:22 - [DIR] tino/ 27-Jul-2010 02:22 - [TXT] ANNOUNCE 10-Jan-2009 08:18 1k [TXT] COPYRIGHT.CLL 10-Jan-2009 07:01 3k [TXT] ChangeLog 10-Jan-2009 07:33 1k [TXT] DESCRIPTION 10-Jan-2009 07:01 1k [TXT] Makefile 10-Jan-2009 07:06 4k [TXT] Makefile.md5 10-Jan-2009 07:06 1k [TXT] Makefile.tino 10-Jan-2009 07:01 1k [TXT] PUBLISH 10-Jan-2009 07:01 1k [TXT] README 10-Jan-2009 07:01 1k [TXT] VERSION 10-Jan-2009 08:16 1k [TXT] checkrun.c 10-Jan-2009 08:16 6k

$Header: /CVSROOT/checkrun/README,v 1.1 2009-01-10 06:01:11 tino Exp $

Compile:
	make
	sudo make install

Usage:
	checkrun [options] program [args...]
	To print help, see: checkrun -h

Returns:
	36 on argument errors
	return code of the forked program (possibly killed).
	37 if it was unable to kill the program.

About:
	see DESCRIPTION

Source:
	http://www.scylla-charybdis.com/tool.php/checkrun

Something like following example script runs on one of my linux based
routers, because the (internal) network card sometimes stalls due to
lost interrupts on a too high traffic load:

while :
do
	checkrun -qqdna. ping 1.2.3.4
	ifconfig eth0 down
	ifconfig eth0 up
done

-Tino <webmaster@scylla-charybdis.com>
$Log: README,v $
Revision 1.1  2009-01-10 06:01:11  tino
added