forked from lighttpd/weighttp
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
38 lines (25 loc) · 773 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
weighttp - lightweight and simple webserver benchmarking tool
---------------------------------------------------------------
This rewrite is based on weighttp by Thomas Porzelt
git://git.lighttpd.net/weighttp
https://git.lighttpd.net/lighttpd/weighttp/
Contact code () gluelogic . com with comments or suggestions.
---------------------------------------------------------------
Please see http://weighttp.lighttpd.net/wiki for current info.
BUILD (autobuild)
=====
When running from git (should not be necessary when building from tar),
requires automake, autoconf and friends:
./autogen.sh
./configure
make
#sudo make install
BUILD (meson)
=====
meson setup --prefix /usr/local build
cd build
meson compile
#sudo meson install
USAGE
=====
$ weighttp -h