Author Topic: Dhrystone test? tumnus maybe?  (Read 1794 times)

Joeboo

  • Newbie
  • *
  • Posts: 24
    • View Profile
    • http://
Dhrystone test? tumnus maybe?
« on: April 04, 2004, 06:06:55 pm »
How do you run a dhrystone test?   I downloaded dhry21 from a link on this board, but I\'m not sure completely how to run it.

All I can do is run cat /home/zaurus/dhry21 on my 5600 and I get a bunch of \"junk\" which I asume is a test.  How do I run the recommended 50,000,000 cycles that is recommended, and how do I generate the log file thats been mentioned (dhry21.rec(?))

Thanks

tumnus

  • Hero Member
  • *****
  • Posts: 1176
    • View Profile
    • http://www.cpinkney.org.uk
Dhrystone test? tumnus maybe?
« Reply #1 on: April 04, 2004, 06:27:26 pm »
Actually you were just viewing the binary as text. Instead run the following in the terminal.

chmod u+x /home/zaurus/dhry21
/home/zaurus/dhry21

When it asks for the number of cycles, enter \'50000000\' (without the quotes of course). Once complete it wil show the results in the terminal, with the summary in the dhry.res file.
# Search the Zaurus Howtos ## Search the Zaurus FAQs ## Find Z software at ELSI #
--------------------
UK SL5500 with Sharp ROM 3.13, SL5600 with Sharp ROM 1.32 - SuSE 9.0 Pro, Windows XP Home
Qualendar for Calendar and Todo
Socket Bluetooth CF Card (Rev F), Kingmax 512MB MMC Card, Palm Tungsten T Stylus,
Pretec CF->Smartmedia Adapter, Semsons Universal Battery Extender

Joeboo

  • Newbie
  • *
  • Posts: 24
    • View Profile
    • http://
Dhrystone test? tumnus maybe?
« Reply #2 on: April 05, 2004, 09:19:05 pm »
worked perfect.  thanks