Re[2]: Determining frequency of use of Quick screens
Phil Taber
prta@lubrizol.com
Thu, 07 May 98 08:15:41 -0500
Chris,
I understand the function of the set file command on the *.qkc but why do you
need the set file for the directory? And is the directory the directory
containing the QKC files or the directory containing Powerhouse files?
I would look it up but do not have VMS manuals readily available and help does
not have information on set file/acl.
Thanks,
Phil Taber
PSC Solutions
______________________________ Reply Separator _________________________________
Subject: RE: Determining frequency of use of Quick screens
Author: <Chris.Sharman%ccagroup.co.uk@interlockp.lubrizol.com> at LZ-INTERNET
Date: 5/7/98 11:38 AM
>On a VAX PowerHouse system with 2000+ screens we want to determine which
>screens are used most frequently. Does anyone have a way of doing this without
>modifying the screens?
>
>We know we could put an INITIAL procedure into each and every screen that would
>log whenever a screen was called, but we want to be able to do this without
>recompiling 2000 screens. Any suggestions?
The VMS solution would be to use security auditing to log all file accesses on
those files:
$ set file/acl=(audit=security,access=read+success) *.qkc
$ set file/acl=(audit=security,opt=default,access=read+success) mypowerhouse.dir
These will be written into the audit log, which you can analyse with $ anal/aud
I don't know of any other way of doing it offhand.
______________________________________________________________________
Chris Sharman Chris.Sharman@CCAgroup.co.uk
CCA Stationery Ltd, Eastway, Fulwood, Preston, Lancashire, PR2 9WS.
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Subscribe: "subscribe powerh-l" in message body to majordomo@lists.swau.edu
Unsubscribe: "unsubscribe powerh-l" in message to majordomo@lists.swau.edu
powerh-l@lists.swau.edu is gatewayed one-way to bit.listserv.powerh-l
This list is closed, thus to post to the list, you must be a subscriber.
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Subscribe: "subscribe powerh-l" in message body to majordomo@lists.swau.edu
Unsubscribe: "unsubscribe powerh-l" in message to majordomo@lists.swau.edu
powerh-l@lists.swau.edu is gatewayed one-way to bit.listserv.powerh-l
This list is closed, thus to post to the list, you must be a subscriber.