PDF Download
1 Environment Setup
2 Hardware setup
3 Linux Setup
3.1 ZC706 and Zynq Mini-ITX board
3.2 ZCU106 board
4 Example Linux command
4.1 Create Disk Partition.
4.2 Format Disk
4.3 Mount Disk
5 Performance test
5.1 Performance test by diskTestApp
5.1.1 Raw Data Mode
Use following command to run test application in raw data format
>> /benchmark/diskTestApp r
>> sudo dgdisktest -r
Five input parameters are required,
Figure 5‑2 and Figure 5‑3 show the example of write test in raw data mode by dummy data and increment data Figure 5‑4 and Figure 5‑5 show the example of read test in raw data mode without and with data verification. Comparing to increment/decrement pattern, using dummy mode for both write and read achieve better performance because of using less CPU resource for handling data.
5.1.2 File System Mode
Before run test application in File system mode, user needs to create disk partition, format disk, and mount the disk Use following command to run test application in file system mode.
>> /benchmark/diskTestApp f /media/hdd.
>> sudo dgdisktest -f /mnt/
Five input parameters are required
5.2 Bonnie++ Software
6 Revision History
Return to Top
SATA AHCI-IP Demo Instruction