|
Here are some notes about individual tests
|
{{TableOfContents}}Here are some notes about individual tests
|
|
|
= Benchmarks === bonnie ==; Used for: testing disk performance
|
- Problems
- can't find libstdc++.so.6 on bbb-poky-sdk
|
; Problems: can't find libstdc++.so.6 on bbb-poky-sdk
|
|
FIXTHIS resolve problem with error loading shared library libstdc++.so.6
|
FIXTHIS resolve problem with error loading shared library libstdc++.so.6
|
|
Note that the beaglebone has libstdc++ in the following directory:/usr/lib/arm-linux-gneuabihf/libstdc++.so.6
|
Note that the beaglebone has libstdc++ in the following directory:/usr/lib/arm-linux-gneuabihf/libstdc++.so.6
|
|
I probably just need to copy a real poky distro to bbb.
|
I probably just need to copy a real poky distro to bbb.
|
|
|
= Functional === aiostress ==; Used for: ???
|
- Problems
- aiostress fails to build because of missing libaio.h include file. The test takes a really long time to abort in this case.
|
; Problems: aiostress fails to build because of missing libaio.h include file. The test takes a really long time to abort in this case.
|
|
FIXTHIS - fix aiostress build error (missing libaio.h file)
|
FIXTHIS - fix aiostress build error (missing libaio.h file)
|
|
FIXTHIS - fix abort time for aiostress build error
|
FIXTHIS - fix abort time for aiostress build error
|
|
|
== arch_timer ==; Used for: testing that timer interrupt on board is working
|
- Problems
- arch_timer is specific to the Renesas lager board.
|
; Problems: arch_timer is specific to the Renesas lager board.
|
|
It runs arch_timer-interrupt-lager.sh and proc-interrupts-lager.sh
|
It runs arch_timer-interrupt-lager.sh and proc-interrupts-lager.sh
|
|
FIXTHIS make arch_timer independent of the specific board used
|
FIXTHIS make arch_timer independent of the specific board used
|
|
|
== cmt ==; Used for: testing that sh_cmt.0 interrupt counter on the board is incrementing
|
- Problems
- cmt is specific to the Renesas lager board.
|
; Problems: cmt is specific to the Renesas lager board.
|
|
It runs cmt-interrupt.sh and proc-interrupts.sh
|
It runs cmt-interrupt.sh and proc-interrupts.sh
|
|
FIXTHIS make cmt independent of the specific board used (or add NEED_RENESAS to dependencies)
|
FIXTHIS make cmt independent of the specific board used (or add NEED_RENESAS to dependencies)
|
|
|
= Table of test status on beaglebone (bbb-poky-sdk) ={{{#!Tableshow_edit_links=0||test||plan||status||duration||||Benchmark.bonnie||default||fails||???||||Benchmark.bonnie||sata||?||???||||Benchmark.IOzone||default||OK||2:15 minutes (135 seconds)||||Functional.aiostress||default||fails||???||||Functional.arch_timer||default||fails||expected less than 60 seconds||||Functional.hello_world||default||OK||10 seconds||||Functional.bc||default||OK||12 seconds||||Functional.cmt||default||fails||???, 11 seconds on failure||||Functional.fuego_transport||default||OK||14 seconds||||Functional.bzip2||default||OK||27 seconds||
|
|
}}}
|
}}}
|
|
http://www.slashroot.in/linux-file-system-read-write-performance-test * it references: dd, hdparm, IOZone, bonnie and FIO
|
= resources about tests = * here's an article about different tests of file systems: * http://www.slashroot.in/linux-file-system-read-write-performance-test * it references: dd, hdparm, IOZone, bonnie and FIO
|