home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / p / ping020.zip / PING.DOC < prev    next >
Text File  |  1992-12-04  |  3KB  |  81 lines

  1.            PING: send pings to specified hosts and waits for an echo
  2.                         ver 0.20 - (c) BCMI 1992
  3.  
  4. ***FREEWARE*** you may copy and share this program as long as no money is
  5.                involved (except for media and shipping expenses)
  6.  
  7.  Object:
  8.  
  9.      - PING is an MHS gateway that sends dummy messages (pings) to
  10.        a list of target hosts and waits for an echo.
  11.  
  12.      - PING holds statistical data for each target host: average
  13.        delay between sending the ping and receiving the echo, and number
  14.        of hops between the pinging host and the target host.
  15.  
  16.      - PING warns the MHS administrator if no echo is received from a
  17.        target host after four times the average echo delay for this host.
  18.  
  19.        PING was developped to enhance MHS host communication reliability
  20.        by detecting when a distant host is down.
  21.  
  22.  
  23.  Syntax:
  24.  
  25.        Install PING as an MHS gateway with the PGINST batch file, and
  26.        run PING manually to display statistical information.
  27.  
  28.        To install PING as an MHS gateway, invoke the PGINST batch with
  29.        the name(s) of the MHS host(s) you want to test automatically.
  30.        For example "PGINST FARHOST" will install the PING gateway and
  31.        test host FARHOST.
  32.  
  33.        To add or delete hosts to be tested once PING has been installed,
  34.        run the MHS directory manager and add or delete hosts names in the
  35.        "Gateway commands" field for the PING gateway.
  36.  
  37.        Here is an example of a statistical output displayed when manually
  38.        invoking the PING program (after the gateway has been installed and
  39.        run at least once):
  40.  
  41.                 Host name        : FARHOST
  42.                 Last ping sent   : Fri Sep 11 16:38:53 1992
  43.                 Average delay    : 36 minutes
  44.                 Hops (one way)   : 2
  45.                 Warning threshold: 3 hours
  46.  
  47.  
  48.        The PING gateway can be used in conjunction with the MHS Scheduler
  49.        from Infinite Technologies or other equivalent utilities, to be
  50.        invoked for example once a day. In such case, make sure that the
  51.        PING gateway has a threshold of 1 message.
  52.  
  53.  
  54.  Files:
  55.        PING.EXE copied in MHS/MAIL/GATES/PING/PUBLIC as INPOST.EXE
  56.        PING.EXE copied in MHS/EXE
  57.        PING.DAT created in MHS/MAIL/PUBLIC by the gateway
  58.  
  59.  
  60.  Internals:
  61.  
  62.        A dummy user routing is created to route echoes to the gateway.
  63.        PING has only been tested with MHS 1.5 hosts.
  64.        Host CSERVE does not echo any ping (stealth hub?)...
  65.  
  66.  
  67.  Changes:
  68.        Version 0.20: added support for FS/VOL in MV variable
  69.        Version 0.10: initial release
  70.  
  71.  Author:
  72.        François Bergeon
  73.        BCMI
  74.        3 rue des Sports
  75.        27380 Charleval FRANCE
  76.        MHS: FBERGEON @ GROUPMNT
  77.  
  78.  
  79.  Thanks to:
  80.        Brett Warthen (Infinite Technologies) for the idea...
  81.