Version: 3.1, Package name: iogen-3.1 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description iogen is an i/o generator. It forks child processes that each run a mix of reads and writes. The idea is to generate heavily fragmented files to make the hardware suffer as much as possible. This tool has been used to test filesystems, drivers, firmware and hardware devices. It is by no means meant as a performance measuring tool since it tries to recreate the worst case scenario i/o. |
Filesize: 7.18 KB |
Version History (View Complete History) |
|
2019-07-12 14:50:18 by Stuart Henderson | Files touched by this commit (845) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2016-03-11 12:43:45 by Stuart Henderson | Files touched by this commit (2) |
Log message: move to github, opensource.conformal.com is going away. from dhill. also, use source files on github rather than as files in the ports tree. |
2011-06-23 16:50:30 by Christian Weisgerber | Files touched by this commit (137) |
Log message: Cope with bsd.man.mk changes and install source man pages. While here, also update some PLISTs, fix PREFIX use, etc. ok landry@ |
2010-10-20 09:23:04 by Christian Weisgerber | Files touched by this commit (25) |
Log message: ports that preformat man pages with mandoc via bsd.man.mk don't need groff |
2010-10-19 01:43:05 by Marc Espie | Files touched by this commit (132) |
Log message: USE_GROFF=Yes |
2010-09-02 02:22:24 by Jasper Lievisse Adriaanse | Files touched by this commit (3) |
Log message: - fix homepages/master site |
2008-01-04 10:48:38 by Marc Espie | Files touched by this commit (187) |
Log message: tweak FAKE_FLAGS semantics to saner defaults. |
2007-09-15 15:14:03 by Michael Erdely | Files touched by this commit (110) |
Log message: Remove surrounding quotes in COMMENT-*/PERMIT_*/IGNORE |
2007-05-18 08:48:16 by Marco Peereboom | Files touched by this commit (1) |
Log message: Add timeout parameter for io run. |
2007-04-16 11:46:31 by Marco Peereboom | Files touched by this commit (1) |
Log message: Modify iogen to terminate all children when either data corruption or data loss occurs. This trigers a major version bump. |
2007-02-28 14:48:12 by David Gwynne | Files touched by this commit (1) |
Log message: fix on macppc where comparing a char to -1 doesnt have the desired effect. ok robert@ marco@ |
2007-02-08 15:35:12 by Marco Peereboom | Files touched by this commit (1) |
Log message: The text pattern (the default) could not be selected. Fixed now. |
2007-02-07 07:43:03 by Marco Peereboom | Files touched by this commit (1) |
Log message: Add some more IO patterns that do breaky-breaky. Make IO patterns more flexible. |
2007-02-06 12:25:05 by Marco Peereboom | Files touched by this commit (1) |
Log message: Add bit patterns with -P option. |
2006-03-25 09:26:52 by Marco Peereboom | Files touched by this commit (1) |
Log message: man page nit from Michael Knudsen <e at molioner dot dk> ok jmc |
2005-12-08 09:50:39 by Marco Peereboom | Files touched by this commit (1) |
Log message: Oops forgot to bump makefile. |
2005-12-07 09:46:15 by Marco Peereboom | Files touched by this commit (1) |
Log message: Was meant as version 1.05 but bernd beat me to it. |
2005-12-07 04:55:47 by Bernd Ahlers | Files touched by this commit (1) |
Log message: Add WANTLIB and bump PKGNAME accordingly. |
2005-12-06 14:26:42 by Peter Valchev | Files touched by this commit (1) |
Log message: i am on drugs, immediately undo oops.. |
2005-12-06 14:22:58 by Peter Valchev | Files touched by this commit (1) |
Log message: you need to bump the PKGNAME, marco... |
2005-12-06 13:56:07 by Marco Peereboom | Files touched by this commit (2) |
Log message: Add man page to ports infrastructure. Done by jolan@ |
2005-12-06 12:34:52 by Marco Peereboom | Files touched by this commit (1) |
Log message: Add better description. Prompted by ian@ |
2005-12-06 12:03:42 by Marco Peereboom | Files touched by this commit (1) |
Log message: Make output prettier. |
2005-12-06 11:56:25 by Marco Peereboom | Files touched by this commit (1) |
Log message: iogen was crashing due to lack of escape chars in Makefile. Bad me for testing the wrong version. |
2005-12-06 10:38:58 by Marco Peereboom | Files touched by this commit (1) |
Log message: Use Makefile VERSION in code. From jolan@ Add RCS tag. memcmp should not report stderror. |