how to measure harddrive speed under qnx630 ?

Hello,
I need to compare speed of two harddrives in my pc.
is there some utility like hdparm or similar for qnx630 x86?
Thanks,
ev

cp -V /dev/hd0 /dev/null

Very basic but maybe that’s enough for you.

There is also iozone that I think is easy to port ( i was done a couple of years ago )

My favorite way of doing this is “time dcheck /dev/hd0 -b#######”.

You have to be careful when picking the number of blocks to read, and
repeating the test, as the cache can distort the times.

cp -V works just fine.
Thansk a lot
ev