On Mon, 14 Jul 2003, Jim Sibley wrote:

> I'm running some boot timings for multiple linux under vm. Is there a neat
> why to notify either vm or another linux machine that TCP/IP or a certain
> application has been started so I can get elapsed times?
>

Depending on your definition of "TCP/IP has been started" and your
distribution, you can run some custom code in the ifup processing, or
position a script from /etc/init.d to start at the appropriate moment.

You can notify your vm or other Linux machine either by ping (tcpdump is
one program you can use to detect it) or UDP: you can write a little
code to log the particular even, or fetch a small file with tftp: xinetd
can log the connection.

For that matter, xinetd can log any connection: attempting to connect to
any UDP port xinet is configured to listen to will do.

(thinking as I type).(thinking as I type).(thinking as I type).(thinking
as I type).(thinking as I type).(thinking as I type).(thinking as I
type).(thinking as I type).(thinking as I type).


> Regards, Jim
> Linux S/390-zSeries Support, SEEL, IBM Silicon Valley Labs
> t/l 543-4021, 408-463-4021, [EMAIL PROTECTED]
> *** Grace Happens ***
>

--


Cheers
John.

Join the "Linux Support by Small Businesses" list at
http://mail.computerdatasafe.com.au/mailman/listinfo/lssb
Copyright John Summerfield. Reproduction prohibited.

Reply via email to