From 9c901c06923f208fe4cc323a7d0cccbe1392523c Mon Sep 17 00:00:00 2001 From: Murray Stokely Date: Sat, 11 Jun 2005 23:24:13 +0000 Subject: [PATCH] Add FreeBSD Kernel Stress Test, http://www.holm.cc/stress. --- en/projects/projects.sgml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/en/projects/projects.sgml b/en/projects/projects.sgml index ef1fc60bf9..273a88cbfc 100644 --- a/en/projects/projects.sgml +++ b/en/projects/projects.sgml @@ -1,6 +1,6 @@ - + %includes; ]> @@ -311,6 +311,14 @@ Access Control Lists, and Mandatory Access Control. These features are being integrated back into the base FreeBSD distribution, as well as being ported to other BSD-derived systems. +
  • Kernel Stress Test Suite. The + purpose of this stress test is to crash the system. The stress test + is composed of small test programs and scripts. Each test targets a + specific area of the kernel. The key concept of this test suite is + chaos. Each test sleeps for a random number of seconds before it + starts up in a random number of invocations.
  • +