android13/external/ltp/testcases/kernel/fs/mongo
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
README initial 2024-06-22 20:45:49 +08:00
map5.c initial 2024-06-22 20:45:49 +08:00
mongo.pl initial 2024-06-22 20:45:49 +08:00
mongo_compare.c initial 2024-06-22 20:45:49 +08:00
mongo_read.c initial 2024-06-22 20:45:49 +08:00
mongo_slinks.c initial 2024-06-22 20:45:49 +08:00
reiser_fract_tree.c initial 2024-06-22 20:45:49 +08:00
run_mongo initial 2024-06-22 20:45:49 +08:00
summ.c initial 2024-06-22 20:45:49 +08:00
test.sh initial 2024-06-22 20:45:49 +08:00

README

       MONGO.PL BENCHMARK.

To run mongo benchmark please use the next :

# run_mongo <device> <processes>

Where :
<device>    - test device
<processes> - number of processes

The benchmark will be performed on given device with
reiserfs and ext2. Then results will be compared.

The results directory : ./results
The comparision *.html and *.txt files in ./results/html

Warning : All info will be erased on device.

------------------------------------------------------

Mongo.pl description :

  mongo.pl <filesystem> <device> <test_dir> <log> <processes>

  for example :
  mongo.pl reiserfs /dev/hda5 /testfs log 1

Be careful :
  /dev/hda5 - test device and all info on it will be erased.
  It should be at least 500 Mb in size.

  /testfs - mount-point directory

  log - name prefix for results file.