home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1994 March / Source_Code_CD-ROM_Walnut_Creek_March_1994.iso / compsrcs / misc / volume40 / netramet / part25 < prev    next >
Encoding:
Text File  |  1993-11-08  |  5.4 KB  |  137 lines

  1. Newsgroups: comp.sources.misc
  2. From: nevil@ccu1.aukuni.ac.nz (J Nevil Brownlee)
  3. Subject: v40i113:  netramet - Network Traffic Accounting Meter, Part25/25
  4. Message-ID: <1993Nov9.020819.19362@sparky.sterling.com>
  5. X-Md4-Signature: b0d648161a7c0d048eb6e3662cb40848
  6. Sender: kent@sparky.sterling.com (Kent Landfield)
  7. Organization: Sterling Software
  8. Date: Tue, 9 Nov 1993 02:08:19 GMT
  9. Approved: kent@sparky.sterling.com
  10.  
  11. Submitted-by: nevil@ccu1.aukuni.ac.nz (J Nevil Brownlee)
  12. Posting-number: Volume 40, Issue 113
  13. Archive-name: netramet/part25
  14. Environment: INET, UNIX, DOS
  15.  
  16. #! /bin/sh
  17. # This is a shell archive.  Remove anything before this line, then feed it
  18. # into a shell via "sh file" or similar.  To overwrite existing files,
  19. # type "sh file -c".
  20. # Contents:  netramet netramet/pc netramet/pc/NOTE
  21. #   netramet/release.note
  22. # Wrapped by kent@sparky on Wed Nov  3 15:43:13 1993
  23. PATH=/bin:/usr/bin:/usr/ucb:/usr/local/bin:/usr/lbin:$PATH ; export PATH
  24. echo If this archive is complete, you will see the following message:
  25. echo '          "shar: End of archive 25 (of 25)."'
  26. if test ! -d 'netramet' ; then
  27.     echo shar: Creating directory \"'netramet'\"
  28.     mkdir 'netramet'
  29. fi
  30. if test ! -d 'netramet/pc' ; then
  31.     echo shar: Creating directory \"'netramet/pc'\"
  32.     mkdir 'netramet/pc'
  33. fi
  34. if test -f 'netramet/pc/NOTE' -a "${1}" != "-c" ; then 
  35.   echo shar: Will not clobber existing file \"'netramet/pc/NOTE'\"
  36. else
  37.   echo shar: Extracting \"'netramet/pc/NOTE'\" \(207 characters\)
  38.   sed "s/^X//" >'netramet/pc/NOTE' <<'END_OF_FILE'
  39. X
  40. XPC Users Please Note:
  41. X
  42. XThis directory  contains files for the PC distribution. The file NeTraMet.zip
  43. Xshould be moved to a PC, where it can be unpacked and NeTraMet.exe built 
  44. Xusing Turbo Make and Turbo C.
  45. X
  46. END_OF_FILE
  47.   if test 207 -ne `wc -c <'netramet/pc/NOTE'`; then
  48.     echo shar: \"'netramet/pc/NOTE'\" unpacked with wrong size!
  49.   fi
  50.   # end of 'netramet/pc/NOTE'
  51. fi
  52. if test -f 'netramet/release.note' -a "${1}" != "-c" ; then 
  53.   echo shar: Will not clobber existing file \"'netramet/release.note'\"
  54. else
  55.   echo shar: Extracting \"'netramet/release.note'\" \(2594 characters\)
  56.   sed "s/^X//" >'netramet/release.note' <<'END_OF_FILE'
  57. X         Network Traffic Metering software now available
  58. X         -----------------------------------------------
  59. X
  60. XNeTraMet, the first implementation of the Internet Accounting
  61. XArchitecture (outlined in RFC 1272, "Internet Accounting Background")
  62. Xis now complete.  
  63. X
  64. XNeTraMet is an accounting meter which runs on a PC under DOS or a
  65. XSunOS Unix system.  It builds up packet and byte counts for traffic
  66. Xflows, which are defined by their end-point addresses.  Addresses can be
  67. Xethernet addresses, protocol addresses (IP, DECnet, EtherTalk or IPX)
  68. Xor 'detail' addresses (IP port numbers, etc), or any combination of
  69. Xthese.  The traffic flows to be observed are specified by a set of
  70. Xrules, which are downloaded to NeTraMet by a 'manager' program. Traffic
  71. Xflow data is collected via SNMP from NeTraMet by a 'collector' program.
  72. X
  73. XNeMaC, a combined manager and collector program, is supplied with
  74. XNeTraMet.  It downloads rules to meters, and collects data from them.
  75. XAlthough a meter may only have one manager, its data can be collected
  76. Xby several collectors, which do not have to be synchronised.  NeMac
  77. Xcan manage and collect data from an arbitrary number of meters.
  78. X
  79. XThe format of NeMaC's collected flow data files is very general; the
  80. Xcontents of data lines in the file is completely specified by the
  81. Xuser.  ASN.1 opaque objects are used to retrieve flow data so as to
  82. Xminimise the overheads in using SNMP for this purpose.
  83. X
  84. XNeTraMet is free software, and can be obtained by anonymous FTP from
  85. Xccu1.auckland.ac.nz. at any time between 0700 and 2000 GMT (traffic
  86. Xcharges to New Zealand - which we pay - are cheaper between 8 pm and
  87. X9 am).
  88. X
  89. XThe NeTraMet distribution files are in the directory iawg/NeTraMet.
  90. XThere are four of them:
  91. X
  92. X   Release.note        This file.
  93. X
  94. X   NeTraMet.man.ps.gz    Users' manual only, in Postscript,
  95. X               compressed with gzip.
  96. X
  97. X   NeTraMet.tar.gz    Full distibution file, including NeTraMet.man.ps,
  98. X               source and Make files for SunOS and Irix,
  99. X               executable files for PC.  Compressed with gzip.
  100. X
  101. X   NeTraMet.zip        Full PC source and Make files.  Archived
  102. X               with pkzip; use pkunzip -d to unpack.
  103. X    
  104. XNeTraMet provides a valuable tool for analysing network traffic flows,
  105. Xand should prove to be of interest to anyone interested in network monitoring,
  106. Xcapacity planning, performance measurement, etc.  You are invited to
  107. Xtry it on your network!
  108. X
  109. XUser comments and suggestions will be very welcome: please post these to the
  110. XInternet Accounting mailing list, accounting-wg@wugate.wustl.edu.  To
  111. Xjoin the mailing list, send a request to accounting-ml-request@
  112. Xwugate.wustl.edu.
  113. X
  114. END_OF_FILE
  115.   if test 2594 -ne `wc -c <'netramet/release.note'`; then
  116.     echo shar: \"'netramet/release.note'\" unpacked with wrong size!
  117.   fi
  118.   # end of 'netramet/release.note'
  119. fi
  120. echo shar: End of archive 25 \(of 25\).
  121. cp /dev/null ark25isdone
  122. MISSING=""
  123. for I in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 ; do
  124.     if test ! -f ark${I}isdone ; then
  125.         MISSING="${MISSING} ${I}"
  126.     fi
  127. done
  128. if test "${MISSING}" = "" ; then
  129.     echo You have unpacked all 25 archives.
  130.     rm -f ark[1-9]isdone ark[1-9][0-9]isdone
  131. else
  132.     echo You still must unpack the following archives:
  133.     echo "        " ${MISSING}
  134. fi
  135. exit 0
  136. exit 0 # Just in case...
  137.