Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!rutgers!ucla-cs!zen!ucbvax!MITRE.ARPA!art From: art@MITRE.ARPA (Art McClinton) Newsgroups: comp.os.vms Subject: Re: process counting package Message-ID: <8707291346.AA01325@mitre.arpa> Date: Wed, 29-Jul-87 09:46:30 EDT Article-I.D.: mitre.8707291346.AA01325 Posted: Wed Jul 29 09:46:30 1987 Date-Received: Sun, 2-Aug-87 04:31:33 EDT References: <3660@watdcsu.waterloo.edu> Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The MITRE Corp., Washington, D.C. Lines: 37 Sorry if this one has already been answered. I just returned from vacation and turned back on my subscription to info-vax. I have previously installed programs to get simple usage counts. Once a program is installed, the INSTALL>SHOW command can be used to get the number of times that the program has been accessed since the last system boot. This will then accomplish the determination of the which program is accessed most frequently. Image accounting will give more information but will use alot of disk space. * *---Art * *Arthur T. McClinton Jr. ARPA: ART@MITRE.ARPA *Mitre Corporation MS-Z305 Phone: 703-883-6356 *1820 Dolley Madison Blvd Internal Mitre: ART@MWVMS or M10319@MWVM *McLean, Va. 22102 DECUS DCS: MCCLINTON * =-=- This note is in response to yours which follows -=-= >Does there exist within VMS the capability to count ther number of times a >compiler is invoked for instance? I am trying to ascertain which is the most >frequently used of our 4 statistics packages on our 750. Perhaps a better way would be to use standard VMS accounting. It can account for each image invoked. Just do SET ACCOUNTING/ENABLE=IMAGE. Then you can use standard ACCOUNTING commands to examine/analyze the data. The command to turn it off is (naturally) SET ACCOUNTING/DISABLE=IMAGE. BEWARE: This produces LOTS of accounting records. Don't leave it enabled for a long period of time, particularly if you are short of disk space. Doug