File system benchmark suite for Haiku
The basic way to run the software is pretty simple. In order to run the suite in single process mode, just hit
bonnie++ -u 0
While, if you want to run it in multiprocesses mode just do the following
bonnie++ -p 3 -u 0 bonnie++ -y -u 0 & bonnie++ -y -u 0 & bonnie++ -y -u 0 &
The first command create the ipc key and the semaphores needed to synchronize the 3 processes. As most of you have already guessed, the -p flag is used to specify how many process you want to run bonnie++ with. Bear in mind that none of the process will run until the last one has been started.
You are of course all invited in running some test, as the more test are ran, the more bugs are found, the sooner they will be fixed, the sooner R1 will come out. At least that's the theory! :-)
Of course, RUN IT AT YOUR OWN RISK.
emitrax's blog
- [HCD]: status report
- File system benchmark suite for Haiku
- HCD [bfs]: Status Report #1
- Impression about my GSoC with HAIKU and USB isochronous support status
- Adding isochronous support to USBKit and usb_raw
- UHCI isochronous support added
- UHCI isochronous support half done
- Coding Style
- UHCI Driver
- Keep browsing