Remove building with NOCRYPTO option
[minix.git] / external / bsd / bind / dist / bin / tests / startperf / README
blob0b8185b9b2cfd92c316c863ff8d73071262a1e32
1 These scripts generate a named.conf file with an arbitrary number of
2 small zones, for testing startup performance.
4 To generate a test server with 1000 zones each of which contains 5 A
5 records, run:
7    $ sh setup.sh 1000 5 > named.conf
9 Zones are generated with random names, and the zone files are created
10 in the subdirectory "zones".
12 Or, to generate a test server with 100 zones which all load from the same
13 generic file (smallzone.db):
15    $ sh setup.sh -s 100 > named.conf
17 The "number of records" argument is ignored if -s is used.