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
Description
Languages
C 96.8%
M4 1.8%
Meson 1%
Shell 0.3%
Makefile 0.1%