• Home
  • History
  • Annotate
Name
Date
Size
#Lines
LOC

..--

READMED23-Nov-2023814 3821

map5.cD23-Nov-20231.6 KiB7961

mongo.plD23-Nov-202314.6 KiB512329

mongo_compare.cD23-Nov-20234.5 KiB225172

mongo_read.cD23-Nov-20231 KiB5838

mongo_slinks.cD23-Nov-20232.1 KiB9966

reiser_fract_tree.cD23-Nov-202315.8 KiB503347

run_mongoD23-Nov-2023622 3727

summ.cD23-Nov-2023395 2821

test.shD23-Nov-20232.9 KiB11063

README

1 
2        MONGO.PL BENCHMARK.
3 
4 To run mongo benchmark please use the next :
5 
6 # run_mongo <device> <processes>
7 
8 Where :
9 <device>    - test device
10 <processes> - number of processes
11 
12 The benchmark will be performed on given device with
13 reiserfs and ext2. Then results will be compared.
14 
15 The results directory : ./results
16 The comparision *.html and *.txt files in ./results/html
17 
18 Warning : All info will be erased on device.
19 
20 ------------------------------------------------------
21 
22 Mongo.pl description :
23 
24   mongo.pl <filesystem> <device> <test_dir> <log> <processes>
25 
26   for example :
27   mongo.pl reiserfs /dev/hda5 /testfs log 1
28 
29 Be careful :
30   /dev/hda5 - test device and all info on it will be erased.
31   It should be at least 500 Mb in size.
32 
33   /testfs - mount-point directory
34 
35   log - name prefix for results file.
36 
37 
38