summaryrefslogtreecommitdiffstats
path: root/benchmarks
Commit message (Collapse)AuthorAgeFilesLines
* Change Id->FreeBSD.obrien1999-08-2516-16/+16
|
* chmod -> ${CHMOD}mharo1999-08-222-18/+18
|
* chmod -> ${CHMOD}mharo1999-08-223-6/+6
| | | | chown -> ${CHOWN}
* turn-on rawioobrien1999-08-081-1/+2
|
* Greg Lehey's util for performance testing of low-level storage devicesobrien1999-08-085-0/+30
|
* Reroll the md5, the FTP site seems to have been updated as of 8/03/1999billf1999-08-085-4/+28
| | | | While I'm here, strip the binary and make this port respect CFLAGS.
* Fix WWW: typosfenner1999-08-011-1/+1
| | | | | Found by: not-yet-completed addition to port distfile checker suggested by Tim Vanderhoek
* Initial import of httperf version 0.6.steve1999-08-015-0/+63
| | | | | | | A tool for measuring webserver performance. PR: 12878 Submitted by: Will Andrews <andrews@technologist.com>
* Fix some portlint problems. echo -> ${ECHO}, fill in version requiredcpiazza1999-07-184-92/+44
| | | | and shorten DESCR.
* Upgrade to version 3.0jmz1999-07-075-62/+32
|
* Remove trailing spaces, and any periods that were hidden by them.hoek1999-06-281-1/+1
|
* Commit #3/4 to enforce caps, no period.hoek1999-06-261-1/+1
| | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-06-2613-13/+13
| | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each.
* TTCP is a benchmarking tool for determining TCP and UDP performancemharo1999-06-025-0/+55
| | | | | | | between two systems. I could never remember where to get it, others may find it useful to have in the ports collection too.
* Update to version 1.2.0.steve1999-05-034-10/+10
| | | | | PR: 11431 Submitted by: maintainer
* Prefix Websites With Www:hoek1999-05-026-7/+8
|
* update to 1.1mharo1999-04-266-8/+62
| | | | | PR: 11327 Submitted by: maintainer
* Enter polygraph, a benchmarking tool for Web proxies.billf1999-04-141-1/+2
|
* Polygraph is a benchmarking tool for Web proxies. Polygraphbillf1999-04-1410-0/+86
| | | | | | | | | | | distribution includes a high-performance client and server simulators. The simulators create a stream of HTTP requests that can be routed through a Web proxy. Studying proxy performance under various [stress] conditions is essential for performance tuning, evaluation of new algorithms, analysis of hardware configurations, and comparing available proxy products. PR: ports/10375 Submitted By: Dima Sivachenko <dima@Chg.RU>
* CATEGORIES was wrong (net came before benchmarks)billf1999-04-141-2/+2
|
* Add MLINK from netpipe.1 to NPtcp.1.jkoshy1999-03-031-1/+2
| | | | Requested by: Guy Helmer <ghelmer@scl.ameslab.gov>
* Activate netpipe.jkoshy1999-02-211-1/+2
|
* Import of NETPIPE, a self scaling network benchmark from AMES lab.jkoshy1999-02-215-0/+46
|
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofasami1999-02-032-4/+6
| | | | | | | | | | | | | | | | | | | bsd.port.mk rev. 1.304 for details on the change. The fix here is one of the following. (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining EXTRACT_* commands. (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously calling the "tar" command (i.e., arguments like "-xzf" are spelled out). (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS}, add ${EXTRACT_AFTER_ARGS} to the command line as well. (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS is set, define the other two too.
* Create one diff per file to patch.se1998-12-194-0/+54
|
* Create one diff per file to patch.se1998-12-194-0/+288
| | | | | | | Add suggested fix for "dc" test. PR: 7805 Submitted by: Guy Helmer <ghelmer@scl.ameslab.gov>
* Split into several files, one per file to patchse1998-12-192-258/+2
|
* Import of nttcpbillf1998-12-087-0/+257
| | | | | | | | | | This program is an up to date version of the ttcp program. It uses inetd (or simulates its behaviour) to start off the remote side program which will send/receive data. Both sides measure the time and number of bytes transfered. The local side will print the measures. The format of the output can be specified on the commandline. PR: ports/8546
* Fix minor bug in which the reported throughput would be incorrect if theobrien1998-12-051-1/+4
| | | | | | | test block size were changed from 1024 bytes. Submitted by: Chad R. Larson <chad@freeway.dcfinc.com> Obtained from: ports@freebsd.org
* Don't use DISTFILES when you have only one file to fetch.billf1998-12-012-12/+10
| | | | | | | | | | | I eliminated DISTFILES and PKGNAME by just using EXTRACT_SUFX. On a funnier note, the MASTER_SITE didn't like us sending our e-mail address as "president@whitehouse.gov" to get around it's "no-root" login policy. So I had to change this to "portsuser@FreeBSD.org". 530- SIR, how'bout using a NSA machine instead? 530 Goodbye.
* Don't try to do anything fancy and copy stuff under ${WRKDIR} so this worksasami1998-12-011-10/+7
| | | | with a read-only ports tree.
* Remove *.orig files from the pgms directory so this deinstall's cleanly.steve1998-09-262-2/+4
|
* Remove the share/doc/xengine directory on deinstall.steve1998-09-261-0/+1
|
* Take the manpages out of pkg/PLIST and put them in MAN1.steve1998-09-162-2/+3
|
* Remove manpages from pkg/PLISTobrien1998-08-135-29/+0
|
* Grammar, spelling, and usage police. This commit brought to you bymph1998-08-057-13/+15
| | | | the letters "B" and "C". And some Chinese symbols as well.
* RUN_DEPENDS on gnuplot: DBS uses gnuplot to create its graphs.jkoshy1998-08-041-1/+3
|
* Enable DBS.jkoshy1998-08-011-1/+2
|
* A distributed benchmarking system for TCP networks.jkoshy1998-08-0111-0/+203
|
* Making x11 category more useful project part 1: take out "x11" ofasami1998-07-271-2/+2
| | | | | | ports that are mere users of X. Partial list submitted by: Josh Gilliam <josh@quick.net>
* Another batch of "Add homepage." for benchmarks through converters.hoek1998-07-252-5/+6
|
* Activate hint.ghelmer1998-06-151-1/+2
|
* Activate nbench.tg1998-03-271-1/+2
|
* Import nbench port. nbench are BYTE magazine's native benchmarks.tg1998-03-277-0/+70
| | | | | | | | Don't ask me how this differs from bytebench, but it seems to be different enough to warrant a seperate port. PR: 5330 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
* Maintainers e-mail address changedandreas1998-02-072-3/+3
| | | | Submitted by: kazu@jp.freebsd.org
* Remove bad MASTER_SITE and add proper version required line.jseger1997-11-261-4/+3
|
* Install manpages with good permissions.pst1997-08-171-4/+5
|
* Fetch from the real MASTER_SITE, since there were troubles with thefenner1997-08-093-9/+51
| | | | | | | previous one. Make portlint happy while we're at it. Also add @dirrm's to PLIST. Found by: distfile checker & portlint
* Update to 2.1pl3fenner1997-07-274-23/+8
| | | | Found by: distfile checker
* Perhaps this time I can get it right; remove two files that werefenner1997-05-281-2/+0
| | | | created when I ran the benchmark on my local machine.
OpenPOWER on IntegriCloud