1 02/26/85 print_tuning_parameters, ptp
2
3 Syntax as a command: ptp name1 ... nameN -control_args
4
5
6 Function: prints the current values of various tuning parameters
7 within the system. The values of most of these tuning parameters can
8 be changed by using the change_tuning_parameters command described
9 earlier in this section.
10
11
12 Arguments:
13 namei
14 is the name of a tuning parameter whose value is to be printed. It
15 can be either the long name or the short name of the parameter. If
16 no names are supplied, all tuning parameters that can be changed
17 while the system is running are printed.
18
19
20 Control arguments:
21 -all, -a
22 if no names are specified, prints all tuning parameters, including
23 those that are "special" and not alterable while the system is
24 running e.g. max_max_eligible which can only be changed by means
25 of a bootload.
26 -long, -lg
27 lists the short and long names of the parameters,as well as a
28 pointer to the location of the tuning parameters in ring zero.
29 -short, -sh
30 prints only the long name and the value of the parameters
31 default.
32
33
34 Access required: This command requires access to metering_gate_.
35
36
37 Notes: See the Multics System Maintenance Procedures manual, Order No.
38 AM81, for explanations of the tuning parameters.