Chapter 2. Configuration
Monkey is configured using the old unix way: plain text files. The configuration files are located in the conf/ directory which have the following content:
monkey.conf: main configuration file which describe the basic setup as number of workers, TCP port, connection timeout, etc.
monkey.mime: each resource that's served to the client, has associated some information as name, size in bytes and 'mime type', the mime type tells the client which type of content the file contains