Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!columbia!rutgers.rutgers.edu!ucla-cs!zen!ucbvax!MITRE-BEDFORD.ARPA!mhg From: mhg@MITRE-BEDFORD.ARPA (Mark H. Granoff) Newsgroups: comp.os.vms Subject: Re: process counting package Message-ID: <8707201232.AA20085@mitre-bedford.ARPA> Date: Mon, 20-Jul-87 08:32:49 EDT Article-I.D.: mitre-be.8707201232.AA20085 Posted: Mon Jul 20 08:32:49 1987 Date-Received: Tue, 21-Jul-87 04:50:21 EDT References: <8707190324.AA22888@mitre-bedford.ARPA> Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 26 >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. I beleive that INSTALL will tell you how many times an (installed) image was accessed. Use 'LIST/FULL device:filename' in command mode, or 'device:filename /LIST/FULL' if not in command mode. Along with other information about image privileges, you'll get a line called 'Image Entry Count' (or something like that). That's the number of times the image was fired up. +---------------------------------------------------------------------+ | Mark H. Granoff Member of the Technical Staff | +---------------------------------------------------------------------+ | USMAIL: The MITRE Corporation | ARPAnet: mhg @ mitre-bedford.ARPA | | Burlington Rd. M/S B015 |-----------------------------------| | Bedford, MA 01730 | A T & T: (617) 271 - 7030 | +--------------------------- Disclaimer ------------------------------+ |The views expressed herein are my own and do not necessarily reflect | | those of my employer. | +---------------------------------------------------------------------+ | Unix commands are based on the principle of intuitive complexity. | +---------------------------------------------------------------------+