# weighttp **Repository Path**: yaoweibin/weighttp ## Basic Information - **Project Name**: weighttp - **Description**: weighttp on github for easier collaboration - main repo still on lighttpd.net - **Primary Language**: C - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README weighttp - a lightweight and simple webserver benchmarking tool ----------------------------------------- Please see http://weighttp.lighttpd.net/ for current info. BUILD ===== Make sure you have libev* and python (for waf) installed, then: $ ./waf configure $ ./waf build See ./waf --help for available configure options and other commands available. INSTALL ======= $ ./waf install or $ sudo ./waf install USAGE ===== $ weighttp -h UNINSTALL ========= $ ./waf uninstall or $ sudo ./waf uninstall You can also chain commands: $ ./waf configure clean build install ---- * libev can be found in your distro's repository or at http://software.schmorp.de/pkg/libev.html