1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 6d24f2138b
Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56)
3 years ago
..
.gitignore Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
Makefile Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
README Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
boxmuler.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
create-files.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
fs-bench-test.sh Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
fs-bench-test2.sh Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
modaltr.sh Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
random-access-del-create.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
random-access.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
random-del-create.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago

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 $