LINUX.IE, website of the Irish Linux Users' Group
Tux rules!

   
Home
New Users
Articles
Download
Projects
Community
Vendors

  Print Version
Email to...
 
Archives:


planetILUG

Recent News

News Archive


Join the
ILUG
on FaceBook


Join the
ILUG
on LinkedIn


Join the
ILUG SETI
Group



















 
 :: Mailing Lists

[ILUG] online timer prog (console)

[ILUG] online timer prog (console)

Kenn Humborg kenn at bluetree.ie
Mon Nov 29 14:50:30 GMT 1999


> Does anyone now of a simple timer program that i could run when
> pppd runs the ip-script and that I could check periodically to see how
> long I've been online. One that I could monitor with "watch", or that
> beeped the bell every X minutes would be handy. Or could this all be done
> in a script?

#!/bin/sh

STARTTIME=`date`

while [ -f /var/run/ppp0.pid ] ; do
   sleep 60
   echo -e '\a'Online since $STARTTIME > /dev/tty12
done

Start this in the background from /etc/ppp/ip-up.local.
I'm not 100% sure about the .pid file.  I'll check later
when I get home and post a correction if it's wrong.

Then hit Alt-F12 to see the output.

Later,
Kenn





More information about the ILUG mailing list
Read this without the formatting.
                                                                                                    

 

Hosted by HEAnet


Maintained by the ILUG website team. The aim of Linux.ie is to support and help commercial and private users of Linux in Ireland. You can display ILUG news in your own webpages, read backend information to find out how. Networking services kindly provided by HEAnet, server kindly donated by Dell. Linux is a trademark of Linus Torvalds, used with permission. No penguins were harmed in the production or maintenance of this highly praised website. Looking for the Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!
RSS Version
Powered by Dell