Add FreeBSD Kernel Stress Test, http://www.holm.cc/stress.
This commit is contained in:
parent
8f39afad4b
commit
9c901c0692
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=24816
1 changed files with 9 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/projects.sgml,v 1.174 2005/05/03 19:07:19 rwatson Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/projects.sgml,v 1.175 2005/06/01 21:45:59 murray Exp $">
|
||||
<!ENTITY title "FreeBSD Development Projects">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %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.</li>
|
||||
|
||||
<li><a name="kernelstresstest"
|
||||
href="http://www.holm.cc/stress/">Kernel Stress Test Suite</a>. 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.</li>
|
||||
|
||||
</ul>
|
||||
|
||||
<a name="devicedrivers"></a>
|
||||
|
|
Loading…
Reference in a new issue