Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
README | D | 12-May-2024 | 814 | 38 | 21 | |
map5.c | D | 12-May-2024 | 1.6 KiB | 79 | 61 | |
mongo.pl | D | 12-May-2024 | 14.6 KiB | 512 | 329 | |
mongo_compare.c | D | 12-May-2024 | 4.5 KiB | 225 | 172 | |
mongo_read.c | D | 12-May-2024 | 1 KiB | 58 | 38 | |
mongo_slinks.c | D | 12-May-2024 | 2.1 KiB | 99 | 66 | |
reiser_fract_tree.c | D | 12-May-2024 | 15.8 KiB | 503 | 347 | |
run_mongo | D | 12-May-2024 | 622 | 37 | 27 | |
summ.c | D | 12-May-2024 | 395 | 28 | 21 | |
test.sh | D | 12-May-2024 | 2.9 KiB | 110 | 63 |
README
1 2 MONGO.PL BENCHMARK. 3 4To run mongo benchmark please use the next : 5 6# run_mongo <device> <processes> 7 8Where : 9<device> - test device 10<processes> - number of processes 11 12The benchmark will be performed on given device with 13reiserfs and ext2. Then results will be compared. 14 15The results directory : ./results 16The comparision *.html and *.txt files in ./results/html 17 18Warning : All info will be erased on device. 19 20------------------------------------------------------ 21 22Mongo.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 29Be 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