Determining frequency of use of Quick screens

Chris.Sharman@ccagroup.co.uk Chris.Sharman@ccagroup.co.uk
Thu, 07 May 1998 11:38:14 GMT


>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.