android13/external/ltp/testcases/kernel/fs/fs-bench
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
Makefile initial 2024-06-22 20:45:49 +08:00
README initial 2024-06-22 20:45:49 +08:00
boxmuler.c initial 2024-06-22 20:45:49 +08:00
create-files.c initial 2024-06-22 20:45:49 +08:00
fs-bench-test.sh initial 2024-06-22 20:45:49 +08:00
fs-bench-test2.sh initial 2024-06-22 20:45:49 +08:00
modaltr.sh initial 2024-06-22 20:45:49 +08:00
random-access-del-create.c initial 2024-06-22 20:45:49 +08:00
random-access.c initial 2024-06-22 20:45:49 +08:00
random-del-create.c initial 2024-06-22 20:45:49 +08:00

README

Programs for File system stress test.

All of programs are distributed under GPL 2 license
by Hironobu SUZUKI <hironobu@h2np.net>

HOW TO TEST
------------

1: Type "make"

	# cd
	# tar zxvf fs-bench.tar.gz
	# cd fs-bench
	# make

2: Change directory to terget file system and do-it!
	(I always use one-HDD/one-partition for fs stress test.)

	# mount -t jfs /dev/hdc1 /jfs
	# cd /jfs
	# ~/fs-bench/test.sh 2>&1 | tee ~/fs-bench/jfs-test


NOTE
-----

The size of files that are created for stress test is not fixed.  The
file size are determined by probabilistic algorithm, box-muler
algorithm.

number
of files
  ^
  |       ****
  |      *    *
  |     *      *
  |    *        *
  |  **          **
  |**              **
  +-------------------> file size
  min               max


------
$Id: README,v 1.1 2004/11/18 20:23:05 robbiew Exp $