Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-09-30 | Convert to buildlink2. | wiz | 1 | -1/+2 | |
2002-09-30 | Fix LTCONFIG_OVERRIDE target. Should fix shark bulk build failure. | wiz | 1 | -2/+2 | |
2002-09-20 | Use ROOT_{USER,GROUP} instead of hardcoding uid=gid=0. | jlam | 1 | -2/+2 | |
2002-09-17 | Update benchmarks/bonnie++ to 1.02c. Changes from version 1.01 include | jlam | 3 | -12/+13 | |
fixes to minor bugs and to one serious bug in reporting seek test results. | |||||
2002-09-17 | Sort. | jlam | 1 | -5/+5 | |
2002-09-12 | Standardize. | wiz | 2 | -6/+6 | |
2002-08-21 | Cosmetic nit: don't use -DFreeBSD - this is NetBSD! | simonb | 3 | -6/+39 | |
2002-08-09 | add missing header file. fixes recently noted compilation problems on | dmcmahill | 2 | -1/+14 | |
1.5.3/alpha. | |||||
2002-07-11 | Show usertime/systime/realtime/cpu-time-percentage. | simonb | 2 | -14/+48 | |
Add a -v option to show "byte/CPU sec" ala "ttcp -v". Change the -s option to -t (same as parameter to transmit as ttcp). Bump pkg version number. | |||||
2002-07-01 | Mark this package as only for NetBSD-1.6B or later. This still isn't | agc | 1 | -2/+2 | |
perfect, since I have problems building this on a 1.6B machine which does not have kttcp in the kernel. | |||||
2002-06-30 | Allow a "k", "m", or "g" suffix to be added to a byte count to | thorpej | 1 | -4/+37 | |
multiply it by 1024, 1024 * 1024, or 1024 * 1024 * 1024, respectively. | |||||
2002-06-30 | Also report speed in Megabits/sec (both 1024- and 1000-based Mega). | thorpej | 1 | -2/+6 | |
2002-06-30 | Remove "-c ..." from the usage. | thorpej | 1 | -4/+3 | |
2002-06-29 | Add and enable kttcp (hi jason!) | wiz | 1 | -1/+2 | |
2002-06-29 | This is only for NetBSD. | thorpej | 1 | -1/+3 | |
2002-06-29 | kttcp -- userland portion of the kttcp network throughput tester | thorpej | 5 | -0/+276 | |
2002-06-25 | moved randread from sysutils to benchmarks. | grant | 1 | -1/+2 | |
2002-06-25 | Initial import of readrand-0.1 (moved from sysutils). | grant | 5 | -0/+40 | |
Randread is a simple program to help benchmark random disk read performance. See http://randread.sourceforge.net/ for information. | |||||
2002-06-11 | address PR 17220 (portability issues on 64bit arch) | itojun | 2 | -5/+14 | |
2002-06-09 | we install `Bonnie' as `bonnie', update usage() accordingly. | grant | 2 | -1/+15 | |
2002-04-17 | Fix a typo. | thorpej | 1 | -1/+1 | |
2002-04-17 | Build nttcp. | thorpej | 1 | -1/+2 | |
2002-04-17 | A package for the NTTCP ("New TTCP") network performance measuring tool. | thorpej | 5 | -0/+57 | |
2002-04-16 | Update MASTER_SITES and HOMEPAGE, as noted by Ray Phillips. | wiz | 1 | -3/+4 | |
2002-04-05 | regen (hi jason!) | wiz | 1 | -2/+2 | |
2002-04-05 | Account for arm32 -> arm change. | thorpej | 1 | -3/+7 | |
2002-03-26 | reset CATDEPS under Linux | abs | 3 | -10/+15 | |
2002-02-25 | Use the default EXTRACT_CMD instead of a hand-crafted one, as the default | jlam | 1 | -2/+1 | |
is sufficient. | |||||
2002-01-22 | Undo last -- version was already bumped. | wiz | 1 | -2/+2 | |
2002-01-22 | belately bump version to 1.0nb1, for the bw_pipe fix | jdolecek | 1 | -2/+2 | |
2002-01-09 | Update bytebench to 4.1.0. Pkgsrc changes from the previous package include | jlam | 7 | -126/+138 | |
moving the state directory for bytebench to /var/benchmarks instead of trying to keep state in ${PREFIX}/share/bytebench. Distribution changes from version 3.6 include: * Double precision Whetstone instead of the old "double" benchmark. * Removal of some obsolete files. * "system" suite adds shell8. * perlbench and poll added as "exhibition" (non-index) benchmarks. * Minor change to fstime.c to fix overflow problems on fast machines. * A lot more operating system-oriented tests into the index. * Many tests rewritten to be more relevant for modern processors. * New baseline: SPARCstation 20-61 with 128 MB RAM, a SPARC Storage Array, and Solaris 2.3 | |||||
2001-12-07 | Add patches to config.sub so macppc is recognized | jmc | 3 | -1/+29 | |
2001-11-29 | Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in | hubertf | 1 | -2/+3 | |
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally. | |||||
2001-11-28 | Buildlinkify. | jlam | 3 | -10/+13 | |
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 63 | -55/+55 | |
2001-10-26 | As this script is called directly by the package Makefile, move it out | agc | 4 | -5/+5 | |
of the scripts directory, so that we don't confuse it with one of the automatically called scripts in bsd.pkg.mk | |||||
2001-09-22 | bump version to 1.0nb1 - the bw_pipe pipe descriptor fix | jdolecek | 1 | -2/+2 | |
2001-09-22 | fix the bw_pipe to actually apply cleanly | jdolecek | 2 | -5/+5 | |
2001-09-22 | bw_pipe.c: close pipe descriptors as appropriate | jdolecek | 2 | -1/+32 | |
2001-09-09 | Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of: | agc | 10 | -20/+20 | |
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value). | |||||
2001-07-28 | Forgot RCS ID. | thorpej | 2 | -2/+4 | |
2001-07-27 | Add netpipe. | thorpej | 1 | -1/+2 | |
2001-07-27 | A package for the NetPIPE performance measuring tool. | thorpej | 5 | -0/+48 | |
2001-07-18 | Remove empty trailing line. | wiz | 1 | -2/+1 | |
2001-07-18 | Add a dependency on perl, and fix the two installed perl scripts. Noted by | garbled | 1 | -1/+4 | |
Martin Weber in private email. | |||||
2001-07-17 | Enable bonnie++ | garbled | 1 | -1/+2 | |
2001-07-17 | Update postmark to 1.5. Also, fix the benchmark target to provide a little | garbled | 2 | -10/+11 | |
better benchmark without being too unreasonable on the disk requirements. Changelog: 1.14 - Automatically stop run if work files are depleted 1.5 - It was pointed out by many (most recently Michael Flaster) that the pseudo-random number generator was more pseudo than random. After a review of the literature and extensive benchmarking, I've replaced the previous PRNG with the Mersenne Twister. While an excellent PRNG, it retains much of the performance of the previous implementation. URL: http://www.math.keio.ac.jp/~matumoto/emt.html Also changed MB definition to 1024KB, tweaked show command | |||||
2001-07-16 | Add new pkg for bonnie++ 1.01. This is an enhanced version of bonnie | garbled | 6 | -0/+79 | |
based on the original. | |||||
2001-07-16 | Update this pkg to 2.06. There doesn't seem to be any changelog, nor any | garbled | 4 | -102/+30 | |
obvious changes, other than the addition of a -html option to generate html tables for results. | |||||
2001-07-16 | Update this pkg to 3.56. Changes are mostly bugfixes, available at: | garbled | 4 | -94/+158 | |
http://www.iozone.org/src/current/Changes.txt I have patched the source however, to allow use of the pread/prwite tests, via the -E extension mode. Also, the benchmark target has been fixed. |