1 84-07-19 check_sst_size
2
3 Syntax: check_sst_size -control_args
4
5
6 Function: displays the sizes of the SST header, AST hash table and
7 each of the 4 pools that are found in sst_seg along with the total
8 size of the sst_seg.
9
10 Control arguments:
11 -4k N
12 specifies that the 4k AST pool is to have N entries.
13
14 -16k N
15 specifies that the 16k AST pool is to have N entries.
16
17 -64k N
18 specifies that the 64k AST pool is to have N entries.
19
20 -256k N
21 specifies that the 256K AST pool is to have N entries.
22
23 -pathname STR, -pn STR
24 specifies that the configuration deck with a pathname of STR is to
25 be used.
26
27
28 Notes:
29 If any one of the -4k, -16k, -64k or -256k control arguments are not
30 used, a configuration deck will be used to supply the missing values.
31
32 The configuration deck, if needed, is found with the user's search
33 rules if the -pathname option is not used on the command line.