home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Unix / network / system / netcons.2.0.README < prev    next >
Encoding:
Text File  |  1996-09-11  |  1.6 KB  |  49 lines

  1. TjL
  2. Timothy J. Luoma
  3. luomat@nerc.com
  4. 15 August 1996
  5.  
  6. netcons v 2.0
  7.  
  8. This is the second version of 'netcons' a script I wrote to give simple listings of current
  9. Internet connections. 
  10.  
  11. The first version was released only to the PPP under NeXTStep listserv earlier this week.  The
  12. only change in this version is that I have tested it for 5 days, found it to work quite well,
  13. and added a check for NNTP connections. 
  14.  
  15. 'netcons' basically does 1 of 3 things:
  16.     1) gives you the IP address of the machine you are on (netcons -I)
  17.     2) gives you a 'yes' if there are connections and 'no' if
  18.         there are not (netcons)
  19.     3) gives you a brief summary (in human readable format) of current local
  20.         and remote internet connections.
  21.  
  22. All of this work is done by parsing the feedback from the command 'netstat'.
  23.  
  24. These are currently the only types of connections which 'netcons' is smart enough
  25. to recognize (both incoming and outgoing):
  26.     POP3
  27.     ftp
  28.     login (which is actually 'rlogin' or 'login -r')
  29.     nntp
  30.     telnet
  31.  
  32. If anyone wants to send me the output of 'netstat' when they are performing some other
  33. operation (uucp, fax?  I dunno, this is all I do, so this is all it does so far).
  34.  
  35. Eventually I'll use this in my 'pppdown', to check and make sure there are no active
  36. connections before brining down PPP. 
  37.  
  38. I imagine that this will be most useful to people using dynamic PPP, but it may also be useful
  39. to those who want an easy way to monitor internet activity.
  40.  
  41. PLANNED:
  42.     As soon as I figure out how, I want to add checks for Web activity (ie are you loading
  43. a page right now, etc) but I don't know exactly how to do that yet.
  44.  
  45.     Send me comments/suggestions/whatever
  46.  
  47. TjL
  48.  
  49.