Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!sri-unix!ctnews!pyramid!decwrl!ucbvax!UKANVAX.BITNET!JOHN From: JOHN@UKANVAX.BITNET Newsgroups: comp.os.vms Subject: Getting Load Indicators Message-ID: <8704252204.AA22806@ucbvax.Berkeley.EDU> Date: Fri, 24-Apr-87 09:39:00 EDT Article-I.D.: ucbvax.8704252204.AA22806 Posted: Fri Apr 24 09:39:00 1987 Date-Received: Sun, 26-Apr-87 22:27:57 EDT Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 22 Keywords: Performance Indicators, Load Indicators, F$GETSYI, DCL I am trying to find some basic load indicators on a system from DCL. I don't see much in F$GETSYI that would help, or am I overlooking it? I am interested in things like: % CPU IDLE PAGE FAULT RATE HARD PAGE FAULT RATE I/O OPERATIONS RATE % MEMORY USED NUMBER OF PROCESSES (INTERACTIVE and BATCH) etc.. Anyone know where to get at these easily? I would be willing to switch languages if it's easier to get at from MACRO or PASCAL or FORTRAN or C. Thanks, John A. Thywissen PS: going into MONITOR/RECORD for a while, exiting, and reading the RECORD file is *not* "easy". It's also not elegant.