home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / vms / 20808 < prev    next >
Encoding:
Text File  |  1993-01-12  |  3.2 KB  |  95 lines

  1. Newsgroups: comp.os.vms
  2. Path: sparky!uunet!stanford.edu!kronos.arc.nasa.gov!butch!rapnet!news
  3. From: mores@eavax.sanders.lockheed.com (David C. Mores)
  4. Subject: Re: help on SET WATCH?
  5. Message-ID: <1993Jan12.201711.10733@Rapnet.Sanders.Lockheed.Com>
  6. Lines: 82
  7. Sender: news@Rapnet.Sanders.Lockheed.Com (USENET News System)
  8. Reply-To: mores@eavax.sanders.lockheed.com (David C. Mores)
  9. Organization: Lockheed Sanders, Inc.
  10. References:  <11JAN199318354679@loyola.edu>
  11. Date: Tue, 12 Jan 93 20:17:11 GMT
  12.  
  13.  
  14. --
  15. From the DECUServe System:
  16.  
  17.                  <<< EISNER::DUA0:[NOTES$LIBRARY]VMS.NOTE;2 >>>
  18.                          -< VMS and bundled utilities >-
  19. ================================================================================
  20. Note 600.0                      SET WATCH utility                      2 replies
  21. EISNER::LEDERMAN "Bart Z. Lederman"                  62 lines  24-JUL-1989 14:07
  22. --------------------------------------------------------------------------------
  23.  
  24.     There has been some discussion in various places on DECUServe,
  25.     including note 591 in this conference, about the SET WATCH facility.
  26.     This is a very useful, but undocumented, utility.  As a start on
  27.     documenting it, I pulled out the CLD using VERB, made some tests
  28.     and some other investigations, and wrote a very brief help text.
  29.     I extracted the SET module from SYS$HELP:HELPLIB.HLB, put in the
  30.     text, and put the SET module back.  I also did a DIFFERENCE/SLP
  31.     on the original and edited SET modules, and the following is that
  32.     difference list.
  33.     
  34. - 5610
  35. 2 WATCH
  36.   SET WATCH/CLASS={class type} FILE
  37.  
  38.   is an unsupported command which reports information about the files
  39.   you access.  The option FILE is the only currently valid option, and
  40.   must be included in the command line.  The qualifier /CLASS is the
  41.   only valid qualifier and must be supplied.
  42.  
  43.   You can stop watching with
  44.  
  45.   SET WATCH/CLASS=NO{class type} FILE or
  46.   SET WATCH/CLASS=NONE FILE
  47. 3 ALL
  48.   [NO]ALL
  49.  
  50.   Sets all classes on.
  51. 3 ATTRIBUTES
  52.   [NO]ATTRIBUTES
  53.  
  54.   Shows all file attribute operations including reading  
  55.   information about an existing file (creation date, size,  
  56.   protection, ACLs, journalling, etc.). 
  57. 3 CONTROL_FUNCTION
  58.   [NO]CONTROL_FUNCTION
  59.  
  60.   No information available.
  61. 3 DIRECTORY_OPERATIONS
  62.   [NO]DIRECTORY_OPERATIONS
  63.  
  64.   All directory scans, directory enter or delete, etc.
  65. 3 DUMP
  66.   [NO]DUMP
  67.  
  68.   Dumps the FIB of each file accessed.
  69. 3 ATTACHED
  70.   [NO]ATTACHED
  71.  
  72.   No information available.  Probably not implemented.
  73. 3 MAJOR_FUNCTION
  74.   [NO]MAJOR_FUNCTION
  75.  
  76.   File Access, Deaccess, Lookup, Modify, etc.  No FIB dump.
  77. 3 NONE
  78.  
  79.   Turns watching off.
  80. 3 QUOTA_OPERATIONS
  81.   [NO]QUOTA_OPERATIONS
  82.  
  83.   Assumed to show file space quota operations.  Not tested here.
  84. /
  85.  
  86.  
  87. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  88. David C. Mores            Principal Systems Specialist             Keep it short
  89. Lockheed Sanders, Inc.    Nashua, NH                               and sweet.
  90. Internet E-mail: mores@rapnet.sanders.lockheed.com                 do da do da
  91. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  92.  
  93. "Sometimes I think that the surest sign that intellegent life exists elsewhere
  94. in the universe is that none of it has tried to contact us." -Calvin
  95.