You can use it to perform many tasks, including the following. * Benchmarking how much time it takes to generate content for your web application. * Web server and web application stressing. * Testing virtual domains configuration without the need to alter your local resolver. * Check if your redirects are working correctly emitting the right HTTP code. * Test if the HTTP compression is working and if it is actually serving pages faster. * Use it as a configuration-less HTTP server to share files.
17 lines
370 B
Makefile
17 lines
370 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2007/12/01 08:27:28 bartoszkuzma Exp $
|
|
#
|
|
|
|
DISTNAME= wbox-4
|
|
CATEGORIES= wip www
|
|
MASTER_SITES= http://www.hping.org/wbox/
|
|
|
|
MAINTAINER= bartosz.kuzma@gmail.com
|
|
HOMEPAGE= http://www.hping.org/wbox/
|
|
COMMENT= HTTP testing tool
|
|
|
|
WRKSRC= ${WRKDIR}/wbox
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/wbox ${PREFIX}/bin
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|