DECUS SUBMISSION OF UTILITIES WRITTEN AND USED BY: Cray and Minicomputer Systems Support Computing Services Arizona State University Tempe, Arizona 85287 -------------------------------------------------------------------------------- [.ASU.BTREE] B-PLUS TREE PACKAGE ------------------------------------------------------- AUTHORS: Greg Wilson CREATION DATE: April 1989 PACKAGE DESCRIPTION: This is an B-PLUS TREE data structure package implemented on disk with an index file and a data file. ------------------------------------------------------------------------------- [.ASU.COM_KILLER] COM_KILLER AUTHORS: Brent Dunlock CREATION DATE: 04-APR-87 PROGRAM DESCRIPTION: This program lowers the base priority of terminal users that have spent too much of their time in COM state. At each interval it will lower their priority by one if they have spent MAX_CPUTIM percent of their time using the CPU. Also, if they have been found more than MAX_COM_STATE times in COM or COMO state they will be lowered. It will raise them back up to their authorized priority if they have used less than MAX_CPUTIM of their time using the CPU AND they are not currently in COM or COMO state. This is designed to discourage terminal users from executing jobs at their terminal that should really be done in a batch job. ------------------------------------------------------------------------------- [.ASU.WORKSET] WORKSET.PAS Authors: Derwin Skipp Creation Date: 8-Sep-1988 Program Description: Program to display process workset info ------------------------------------------------------------------------------- [.ASU.EMON] EMON Authors: Derwin Skipp Creation Date: 8-Sep-1988 Program Description: Emonitor is a collection of ethernet monitor programs used to identify and monitor ethernet devices on an ethernet network. It is composed of an interactive ethernet monitor for dynamic monitoring, an ethernet listener for collecting traffic statistics, a report module for producing reports from data collected by the ethernet listener, and a maintence module for maintaining the system data files. ------------------------------------------------------------------------------- [.ASU.QUEMON] QUEMON Authors: DERWIN SKIPP Creation Date: 18-July-1989 Program Description: Interactive Queue Monitor.