Changeset 98 for drbl-green-benchmark


Ignore:
Timestamp:
Aug 11, 2009, 6:11:26 PM (15 years ago)
Author:
jazz
Message:
  • tiny update
Location:
drbl-green-benchmark
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • drbl-green-benchmark/diskfull-benchmark.sh

    r97 r98  
    4141  echo "[$i] 4. Running bonnie++ ...."
    4242  `date >> $log_file`
    43   mydsh "$i" "bonnie++" "bonnie++ -u root -d /root -s 2000"
     43  # force to run bonnie++ with 512MB RAM (-r), 1024MB (-s)
     44  mydsh "$i" "bonnie++" "bonnie++ -u root -d /root -r 512 -s 1024"
    4445  `date >> $log_file`
    4546  sleep 120
     
    5960  mydsh "$i" "make-allnoconf" "make -C /tmp/linux-2.6.30 allnoconfig"
    6061  `date >> $log_file`
    61   echo "[$i] 5. Running make -j 1 ...." >> $log_file
    62   echo "[$i] 5. Running make -j 1 ...."
     62  echo "[$i] 5. Running make -j 1 twice ...." >> $log_file
     63  echo "[$i] 5. Running make -j 1 twice ...."
    6364  `date >> $log_file`
    6465  mydsh "$i-1" "make-clean" "make clean -C /tmp/linux-2.6.30"
     
    6869  `date >> $log_file`
    6970  sleep 120
    70   echo "[$i] 6. Running make -j 2 ...." >> $log_file
    71   echo "[$i] 6. Running make -j 2 ...."
     71  echo "[$i] 6. Running make -j 2 triple ...." >> $log_file
     72  echo "[$i] 6. Running make -j 2 triple ...."
    7273  `date >> $log_file`
    7374  mydsh "$i-1" "make-clean" "make clean -C /tmp/linux-2.6.30"
     
    7980  `date >> $log_file`
    8081  sleep 120
    81   echo "[$i] 7. Running make -j 3 ...." >> $log_file
    82   echo "[$i] 7. Running make -j 3 ...."
     82  echo "[$i] 7. Running make -j 3 triple ...." >> $log_file
     83  echo "[$i] 7. Running make -j 3 triple ...."
    8384  `date >> $log_file`
    8485  mydsh "$i-1" "make-clean" "make clean -C /tmp/linux-2.6.30"
     
    9091  `date >> $log_file`
    9192  sleep 120
    92   echo "[$i] 8. Running make -j 4 ...." >> $log_file
    93   echo "[$i] 8. Running make -j 4 ...."
     93  echo "[$i] 8. Running make -j 4 triple ...." >> $log_file
     94  echo "[$i] 8. Running make -j 4 triple ...."
    9495  `date >> $log_file`
    9596  mydsh "$i-1" "make-clean" "make clean -C /tmp/linux-2.6.30"
  • drbl-green-benchmark/diskless-benchmark.sh

    r97 r98  
    4141  echo "[$i] 4. Running bonnie++ ...."
    4242  `date >> $log_file`
    43   mydsh "$i" "bonnie++" "bonnie++ -u root -d /root -s 2000"
     43  # force to run bonnie++ with 512MB RAM (-r), 1024MB (-s)
     44  mydsh "$i" "bonnie++" "bonnie++ -u root -d /root -r 512 -s 1024"
    4445  `date >> $log_file`
    4546  sleep 120
     
    5960  mydsh "$i" "make-allnoconf" "make -C /tmp/linux-2.6.30 allnoconfig"
    6061  `date >> $log_file`
    61   echo "[$i] 5. Running make -j 1 ...." >> $log_file
    62   echo "[$i] 5. Running make -j 1 ...."
     62  echo "[$i] 5. Running make -j 1 twice ...." >> $log_file
     63  echo "[$i] 5. Running make -j 1 twice ...."
    6364  `date >> $log_file`
    6465  mydsh "$i-1" "make-clean" "make clean -C /tmp/linux-2.6.30"
     
    6869  `date >> $log_file`
    6970  sleep 120
    70   echo "[$i] 6. Running make -j 2 ...." >> $log_file
    71   echo "[$i] 6. Running make -j 2 ...."
     71  echo "[$i] 6. Running make -j 2 triple ...." >> $log_file
     72  echo "[$i] 6. Running make -j 2 triple ...."
    7273  `date >> $log_file`
    7374  mydsh "$i-1" "make-clean" "make clean -C /tmp/linux-2.6.30"
     
    7980  `date >> $log_file`
    8081  sleep 120
    81   echo "[$i] 7. Running make -j 3 ...." >> $log_file
    82   echo "[$i] 7. Running make -j 3 ...."
     82  echo "[$i] 7. Running make -j 3 triple ...." >> $log_file
     83  echo "[$i] 7. Running make -j 3 triple ...."
    8384  `date >> $log_file`
    8485  mydsh "$i-1" "make-clean" "make clean -C /tmp/linux-2.6.30"
     
    9091  `date >> $log_file`
    9192  sleep 120
    92   echo "[$i] 8. Running make -j 4 ...." >> $log_file
    93   echo "[$i] 8. Running make -j 4 ...."
     93  echo "[$i] 8. Running make -j 4 triple ...." >> $log_file
     94  echo "[$i] 8. Running make -j 4 triple ...."
    9495  `date >> $log_file`
    9596  mydsh "$i-1" "make-clean" "make clean -C /tmp/linux-2.6.30"
Note: See TracChangeset for help on using the changeset viewer.