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