The FreeBSD Diary |
![]() |
(TM) | Providing practical examples since 1998If you buy from Amazon USA, please support us by using this link. |
|
hint - A scalable benchmark for testing CPU and memory
15 August 1999
|
| I was about to change the 486 in fred.nz.freebsd.org for a Pentium. I installed and used hint to see the performance differences. |
|
Installing hint
|
hint is available in the ports under /usr/ports/benchmarks/hint.
Because I had all the port skeletons installed, the installation was simple:cd /usr/ports/benchmarks/hint make make install |
|
Running hint
|
Running wasn't so easy. My first attempt failed:
So I did what everyone would do. RTFM. In was in the man pages that I found this: The output of hint is a file in the directory data named DOUBLE which
contains five columns:
1. Time
2. QUIPS
3. Quality
4. Subintervals
So I created a data directory: mkdir data And I ran my tests again. But every time I ran hints, it ran out of virtual memory and was killed. No such luck. Perhaps another day. |
|
486 output
|
|
Pentium output
|