home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / research / 868 < prev    next >
Encoding:
Internet Message Format  |  1992-08-20  |  1.2 KB

  1. Path: sparky!uunet!olivea!hal.com!darkstar.UCSC.EDU!osr
  2. From: darrell@cse.ucsc.edu (Darrell Long)
  3. Newsgroups: comp.os.research
  4. Subject: Come on, send me your wtmp files!
  5. Message-ID: <170sicINN12c@darkstar.UCSC.EDU>
  6. Date: 20 Aug 92 19:42:04 GMT
  7. Organization: University of California, Santa Cruz
  8. Lines: 26
  9. Approved: comp-os-research@ftp.cse.ucsc.edu
  10. NNTP-Posting-Host: ftp.cse.ucsc.edu
  11. Originator: osr@ftp
  12.  
  13.  
  14. I sent out a note a day or so ago requesting folks to e-mail me their wtmp
  15. files.  So far, no response.  Hopefully news is broken and I'll get a flood
  16. of them soon...
  17.  
  18. So please, send me your wtmp file(s).  It'll take you a couple of seconds and
  19. will really aid my research.  We're trying to figure out how reliable hosts
  20. really are.  Using the wtmp files will give us acutal data instead of
  21. statistical estimates.
  22.  
  23. If you'd like to read about our work, have a look at ucsc-crl-91-06.ps.Z 
  24. "Estimating the Reliability of Hosts Using the Internet" available using 
  25. anonymous FTP from ftp.cse.ucsc.edu.
  26.  
  27. Here's an example of how to send the wtmp files:
  28.  
  29. ftp [1]% cd /var/adm
  30. ftp [2]% ls wtmp*
  31. wtmp    wtmp.0  wtmp.1  wtmp.2  wtmp.3  wtmp.4
  32. ftp [3]% foreach i (wtmp*)
  33. ? uuencode $i $i | mail -s "`hostname`: Sun 3/50" wtmp-data@cse.ucsc.edu
  34. ? end
  35.  
  36. Thanks in advance.
  37.  
  38. DL
  39.