blob: 629f2079e35a6d1a8c529e42690baacf86174565 [file] [log] [blame]
robbiew6926d632001-09-25 18:57:41 +00001fs_inod
2
3 Rapidly creates and deletes files through
4 multiple processes running in the background.
5 The user may specify the number of subdirectories
6 to create, the number of files to create (per
7 subdirectory), and the number of times to repeat
8 the creation/deletion cycle.
9
10fs_perms
11
12 Regression test for Linux filesystem permissions.
13
robbiew53f7b8b2001-12-19 17:28:26 +000014fsx-linux
15
16 Filesystem stress test developed by Apple Computer, Inc.
17
robbiew6926d632001-09-25 18:57:41 +000018growfiles
19
20 This program will grow a list of files.
21 Each file will grow by grow_incr before the same
22 file grows twice. Each file is open and closed before next file is opened.
23
24lftest
25 The purpose of this test is to verify the file size limitations of a filesystem.
26 It writes one buffer at a time and lseeks from the beginning of the file to the
27 end of the last write position. The intent is to test lseek64.
28
29linktest
30
31 Regression test for max links per file
32
33openfile
34
35 Creates files and opens simultaneously
36
37proc01
38
39 Recursively reads all files within /proc filesystem.
40
41rwtest
42
43 A wrapper for doio and iogen.
44
45 doio - a general purpose io initiator with system call and
46 write logging. See doio.h for the structure which defines
47 what doio requests should look like.
48
49 Currently doio can handle read,write,reada,writea,ssread,
50 sswrite, and many varieties of listio requests.
51 For disk io, if the O_SSD flag is set doio will allocate
52 the appropriate amount of ssd and do the transfer - thus, doio
53 can handle all of the primitive types of file io.
54
55 iogen - a tool for generating file/sds io for a doio process