summaryrefslogtreecommitdiffstats
path: root/fluent-bit/lib/monkey/INSTALL
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-24 09:54:23 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-24 09:54:44 +0000
commit836b47cb7e99a977c5a23b059ca1d0b5065d310e (patch)
tree1604da8f482d02effa033c94a84be42bc0c848c3 /fluent-bit/lib/monkey/INSTALL
parentReleasing debian version 1.44.3-2. (diff)
downloadnetdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.tar.xz
netdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.zip
Merging upstream version 1.46.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'fluent-bit/lib/monkey/INSTALL')
-rw-r--r--fluent-bit/lib/monkey/INSTALL52
1 files changed, 0 insertions, 52 deletions
diff --git a/fluent-bit/lib/monkey/INSTALL b/fluent-bit/lib/monkey/INSTALL
deleted file mode 100644
index 391318ed4..000000000
--- a/fluent-bit/lib/monkey/INSTALL
+++ /dev/null
@@ -1,52 +0,0 @@
- Monkey HTTP Server - Install
- ============================
-
- For optimum performance, I recommend that Monkey be compiled with GCC >=
- 2.95.3 and be running on a Linux OS with kernel >= 2.6.32 (minimum) and
- Kernel >= 3.9 preferred..
-
- Like every source program we must run 'configure' script and later
- 'make':
-
- #./configure
- # make
-
- Optionally, you have the option of 'make install', which will copy the main
- directory of monkey where it has been specified in the configure script.
-
- CONFIGURATION
- ===============
- monkey.conf is generated by ./configure (see above) and saved in conf/monkey.conf.
- In this configuration file you can set the default port, and settings such as workers,
- timeouts, default user directions, etc.
-
- Running Monkey
- ==============
-
- bin/monkey
-
- or
-
- bin/monkey -D (to run monkey in background mode)
-
- Optionally, you can specify the directory where the configuration files
- are found, this can be done the following way:
-
- bin/monkey -D -c conf/
-
- This argument (conf/) was thought of for those wishing to have Monkey
- running for various users, in distinctive Ports and it's own
- configuration files. For more information see 'conf/monkey.conf'.
-
- For more info try -h option.
-
- Testing Monkey
- ==============
-
-To see that Monkey is running, make a request from a browser, like lynx
-or netscape:
-
- # lynx 127.0.0.1:2001
-
- Note: In this example the '2001' corresponds to the connection port
- assigned on 'conf/monkey.conf'.