1 08/13/87 check_cpu_speed
 2 
 3 Syntax as a command:  check_cpu_speed {cpu_tags} {-control_args}
 4 
 5 
 6 Function:  performs a relative check of the speed of a currently
 7 running CPU on the system.
 8 
 9 
10 Arguments:
11 cpu_tags
12    are the tags of CPUs configured on the system.  If more than one is
13    supplied, the values must be separated by spaces.  The default is to
14    run on all CPUs listed by the list_proc_required command that are
15    currently marked as ON in the configuration deck.
16 
17 
18 Control arguments:
19 -brief, -bf
20    does not display information for a CPU that is found to be within
21    the acceptable speed window.
22 
23 -warn
24    displays a message on the operator's console when a CPU is found to
25    to be slower than the acceptable speed.
26 
27 
28 Access required:  This command requires access to
29 >sc1>admin_acs>set_proc_required.acs to run.  Use of the -warn control
30 argument requires access to phcs_.
31 
32 
33 Notes:  If the speed is found to be less than acceptable the program
34 will attempt to determine if it is because the associative memory or
35 the cache memory is off.  Your process is left running with the
36 original set of system CPUs.
37 
38 The command runs on a CPU outside of your original set of CPUs if the
39 CPU tag is given on the command line.