Port details |
- http_load Multiprocessing http performance test client
- 20160309_1 www =8 20160309_1Version of this port present on the latest quarterly branch.
- Maintainer: marcel@herrbischoff.com
- Port Added: 2000-07-29 09:22:39
- Last Update: 2024-03-21 09:15:37
- Commit Hash: d9029f1
- People watching this port, also watch:: aspell, gettext, openssl, libxml2, libmcrypt
- License: BSD2CLAUSE
- WWW:
- https://www.acme.com/software/http_load/
- Description:
- http_load runs multiple http fetches in parallel, to test the throughput of
a web server.
However unlike most such test clients, it runs in a single process, so it
doesn't bog down the client machine. It can be configured to do https
fetches as well.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- http_load>0:www/http_load
- To install the port:
- cd /usr/ports/www/http_load/ && make install clean
- To add the package, run one of these commands:
- pkg install www/http_load
- pkg install http_load
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: http_load
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1511822962
SHA256 (http_load-09Mar2016.tar.gz) = 5a7b00688680e3fca8726dc836fd3f94f403fde831c71d73d9a1537f215b4587
SIZE (http_load-09Mar2016.tar.gz) = 17339
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_http_load
- USES:
- uidfix ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20160309_1 21 Mar 2024 09:15:37 |
Christian Weisgerber (naddy) |
www/*: Move man pages to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
20160309 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
20160309 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
20160309 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
20160309 27 Nov 2017 23:13:58 |
dbaio |
www/http_load: Update to 09Mar2016
Pass MAINTAINER'ship to submitter.
PR: 223916
Submitted by: marcel@herrbischoff.com |
20140814 15 Mar 2017 14:45:31 |
mat |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
20140814 20 Sep 2014 16:27:41 |
pawel |
- Update to version 14aug2014
- Add LICENSE
PR: ports/193514
Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru> |
20060312 07 Sep 2014 12:21:32 |
antoine |
Allow staging as a regular user |
20060312 29 Jan 2014 07:57:45 |
miwi |
- Stage support |
20060312 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
20060312 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
20060312 25 Sep 2006 10:54:49 |
garga |
- Update to 12mar2006 version
- Respect PREFIX
- Cleanup
PR: ports/102819 (based-on)
Submitted by: Hung-Je Lou <snese@csie.isu.edu.tw> |
20020104_2 25 Nov 2005 19:02:21 |
pav |
- Add SHA256 |
20020104_2 15 Jul 2005 21:51:10 |
pav |
- Add a patch that fixes -proxy argument
PR: ports/83427
Submitted by: Antony Mawer <gnats@mawer.org> |
20020104_1 10 Jul 2004 16:18:16 |
linimon |
Sigh. Remove testing artifact. |
20020104_1 10 Jul 2004 16:16:33 |
linimon |
Re-add the MAINTAINER line. In theory, it should not be necessary, but
there appears to be a bug in bsd.*.mk at the moment.
Pointed out by: Johan Pettersson <manlix at demonized to net> |
20020104_1 17 Mar 2004 18:29:46 |
trevor |
SIZEify. |
20020104_1 06 Feb 2004 13:12:53 |
trevor |
Use PLIST_FILES (bento-tested, marcus-reviewed). |
20020104_1 14 Dec 2003 05:17:54 |
silby |
Add a patch to the port which improves the -throttle option by
shrinking the receive socket buffer size to 2K.
The patch has been submitted to http_load's author for possible
inclusion in future versions of http_load. |
20020104 09 Dec 2003 08:17:09 |
silby |
Update http_load to 20020104 from 20010405; remove patch-idle as it has
been integrated into http_load. Also remove the maintainer, as the port
was quite out of date. |
20010405 21 Feb 2003 14:01:38 |
knu |
De-pkg-comment. |
28 Apr 2001 09:43:18 |
sobomax |
Correct DISTNAME (underscore between name and version has been replaced with
hyphen). Checksum is unchanged. |
27 Apr 2001 18:01:07 |
mi |
. Upgrade to the latest version. . Change the port versioning scheme from
the seemingly static 1.0 to one based on the date (the way author releases
it). . Enable the SSL (https) support by default (unless NO_OPENSSL is set).
. Use Makefile.bsd instead of patching the software's Makefile -- the new
Makefile.bsd is nearly twice smaller than the old patch-aa. . Add the
author-approved patch-idle, which allows to specify the timeout at run-time
(on command line), instead of at compile-time. |
08 Oct 2000 08:11:25 |
asami |
Convert category www to new layout. |
29 Jul 2000 23:38:40 |
kris |
Respect CC and CFLAGS |
29 Jul 2000 13:22:39 |
alex |
Add http_load 1.0, a load-tester for WWW servers. |