The Config program prints configuration properties to create client
or server property files. SPEC members may provide platform specific
classes to determine additional properties by executing vendor
specific native commands.

This is to aid the benchmarker in the generation of correct client and
server property files, to make it easier to report accurate consistent
information than to report inaccurate or inconsistent configuration
information, and thus to facilitate the process of SPEC review and
results publication.

Usage: java spec.reporter.vendor.Config [-v vendor] [-s server] [-p port] [-S SPECdir]
Create client & server property files to document a configuration
vendor - Specify OS & h/w, e.g. SolarisSparc
server - Name of server where benchmarks are installed.
         Default localhost
         If specified, creates server file instead of client file
port -   Server's http port number. Default 80
         If specified, creates server file instead of client file
SPECdir - Directory where SPEC software is installed, if not the
         current directory.
