home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / unix / riscbsd / 1_1_contri / usd / 11_notes / 4_4 < prev    next >
Encoding:
Text File  |  1986-05-27  |  1.2 KB  |  47 lines

  1. .\"    @(#)4.4    6.1 (Berkeley) 5/26/86
  2. .\"
  3. .se "Statistics"
  4.  
  5.     The notesfile system keeps statistics on where notes and responses
  6. originate, the number of network accesses, duplications and orphaned 
  7. responses.
  8. Combined with the use of the log maintained by the notesfile
  9. networking software,
  10. monitoring notesfile traffic is
  11. quite easy.
  12.  
  13.     The -s option specifies that only a summary is to be produced,
  14. skipping the individual reports.
  15. Wildcard constructs with '*', '?', '[', and ']' are
  16. recognized by nfstats.
  17. Invoke the statistics program with:
  18.  
  19.         nfstats [ -s ] topic1 [ ... ]
  20.  
  21. Typical output is:
  22.  
  23. .KS
  24. .nf
  25. .ls 1
  26.              rbenotes on uiucdcs at  6:24 pm  May  7, 1982
  27. .ta 1.5i 2.25i 3.0i
  28.     NOTES    RESPS    TOTALS
  29. Local Reads         359    115    474
  30. Local Written       53    55    108
  31. Networked in        0    0    0
  32. Networked out       0    0    0
  33. Network Dropped     0    0    0
  34. .TA
  35. Network Transmissions: 0   Network Receptions: 0
  36. Orphaned Responses Received: 0    Entries into notesfile: 109
  37. Total time in notesfile:   66.57 minutes  Average Time/entry:   0.61 minutes
  38. Created at 10:04 pm  May  5, 1982, Used on 3 days
  39. .ls
  40. .fi
  41. .KE
  42.  
  43.     A combined set of statistics is produced at the end of listings
  44. of more than one notesfile.
  45. The statistics are largely self explanatory.
  46.  
  47.