Lines Matching refs:LOG2
384 open LOG2, ">>$LOGFILE2" or die "Can not open log file $LOGFILE2\n";
423 print LOG2 "\n";
425 print LOG2 "MONGO_MULTI_PROCESS ($processes processes) BENCHMARK RESULTS (time in sec.)\n";
427 print LOG2 "MONGO_SINGLE_PROCESS BENCHMARK RESULTS (time in sec.)\n";
429 print LOG2 " FILESYSTEM=$FILESYSTEM\n";
430 print LOG2 " parameters: files=$files, base_size=$median_file_size bytes, dirs=$dirs\n";
431 print LOG2 "--------------------------------------------------------------\n";
432 print LOG2 "Create\tCopy\tSlink\tRead\tStats\tRename\tDelete\n";
433 print LOG2 " time \ttime\ttime\ttime\ttime \t time \t time\n";
434 print LOG2 "--------------------------------------------------------------\n";
435 print LOG2 "$ares[1]\t$ares[2]\t$ares[3]\t$ares[4]\t$ares[5]\t$ares[6]\t$ares[7]\n";
436 print LOG2 "--------------------------------------------------------------\n";
437 print LOG2 "The size of files tree : \n";
438 print LOG2 " after create = $used1 kb\n";
439 print LOG2 " after copy = $used2 kb\n";
440 print LOG2 "\n";