Skip to content

weighttp on github for easier collaboration - main repo still on lighttpd.net

License

Notifications You must be signed in to change notification settings

lpereira/weighttp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weighttp - a lightweight and simple webserver benchmarking tool
---------------------------------------------------------------

This rewrite is based on weighttp by Thomas Porzelt
  git://git.lighttpd.net/weighttp
  https://github.com/lighttpd/weighttp/

Contact code () gluelogic . com with comments or suggestions.

---------------------------------------------------------------

Please see http://weighttp.lighttpd.net/ for current info.

BUILD (autobuild)
=====

When running from git (should not be necessary when building from tar),
requires automake, autoconf and friends:

$ ./autogen.sh

Then:

$ ./configure
$ make

INSTALL (autobuild)
=======

$ make install
or
$ sudo make install

BUILD (waf)
=====

Make sure you have python installed, then:

$ ./waf configure
$ ./waf build

See ./waf --help for available configure options and other commands available.


INSTALL (waf)
=======

$ ./waf install
or
$ sudo ./waf install


USAGE
=====

$ weighttp -h

About

weighttp on github for easier collaboration - main repo still on lighttpd.net

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 94.6%
  • M4 2.6%
  • Python 2.3%
  • Other 0.5%