Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- test@ubuntu:~$ sudo hardinfo -r -f text
- ...
- Computer
- ********
- Summary
- -------
- -Computer-
- Processor : 2x Intel(R) Pentium(R) 4 CPU 3.00GHz
- Memory : 1026MB (497MB used)
- ...
- Operating System
- ----------------
- -Version-
- Kernel : Linux 2.6.32-33-generic (i686)
- Compiled : #70-Ubuntu SMP Thu Jul 7 21:09:46 UTC 2011
- C Library : GNU C Library version 2.11.1 (stable)
- Default C Compiler : GNU C Compiler version 4.4.3 (Ubuntu 4.4.3-4ubuntu5)
- Distribution : Ubuntu 10.04.3 LTS
- ...
- Filesystems
- -----------
- -Mounted File Systems-
- /dev/loop0 / 38.01 % (4.6 GiB of 7.4 GiB)
- none /dev 0.05 % (496.6 MiB of 496.9 MiB)
- none /dev/shm 0.06 % (500.9 MiB of 501.2 MiB)
- none /var/run 0.02 % (501.1 MiB of 501.2 MiB)
- none /var/lock 0.00 % (501.2 MiB of 501.2 MiB)
- none /lib/init/rw 0.00 % (501.2 MiB of 501.2 MiB)
- /dev/sda1 /host 23.01 % (38.5 GiB of 50.0 GiB)
- Display
- -------
- ...
- -OpenGL-
- Vendor : NVIDIA Corporation
- Renderer : GeForce 6600/AGP/SSE2
- Version : 2.1.2 NVIDIA 290.10
- Direct Rendering : Yes
- ...
- Storage
- -------
- -SCSI Disks-
- ATA Maxtor 6Y160M0
- HL-DT-ST DVDRAM GSA-4165B
- ...
- Benchmarks
- **********
- CPU Blowfish
- ------------
- -CPU Blowfish-
- <big><b>This Machine</b></big> 3015 MHz 10.758
- Intel(R) Celeron(R) M processor 1.50GHz (null) 26.1876862
- PowerPC 740/750 (280.00MHz) (null) 172.816713
- CPU CryptoHash
- --------------
- -CPU CryptoHash-
- <big><b>This Machine</b></big> 3015 MHz 101.292
- CPU Fibonacci
- -------------
- -CPU Fibonacci-
- <big><b>This Machine</b></big> 3015 MHz 3.768
- Intel(R) Celeron(R) M processor 1.50GHz (null) 8.1375674
- PowerPC 740/750 (280.00MHz) (null) 58.07682
- CPU N-Queens
- ------------
- -CPU N-Queens-
- <big><b>This Machine</b></big> 3015 MHz 16.762
- FPU FFT
- -------
- -FPU FFT-
- <big><b>This Machine</b></big> 3015 MHz 5.744
- FPU Raytracing
- --------------
- -FPU Raytracing-
- <big><b>This Machine</b></big> 3015 MHz 71.347
- Intel(R) Celeron(R) M processor 1.50GHz (null) 40.8816714
- PowerPC 740/750 (280.00MHz) (null) 161.312647
- test@ubuntu:~$ glxgears -fullscreen
- Running synchronized to the vertical refresh. The framerate should be
- approximately the same as the monitor refresh rate.
- 1695 frames in 5.0 seconds
- 1695 frames in 5.0 seconds
- 1694 frames in 5.0 seconds
- 1695 frames in 5.0 seconds
- 1694 frames in 5.0 seconds
- test@ubuntu:~$ dd if=/dev/zero of=test.img bs=4k count=512k; rm test.img
- 524288+0 records in
- 524288+0 records out
- 2147483648 bytes (2.1 GB) copied, 47.7321 s, 45.0 MB/s
- test@ubuntu:~$ time cp /media/DATA/ubuntu-10.04.3-desktop-i386.iso ./
- real 0m37.785s
- user 0m0.052s
- sys 0m3.148s
- test@ubuntu:~$ sudo bash -c 'echo 3 > /proc/sys/vm/drop_caches'
- test@ubuntu:~$ dd if=ubuntu-10.04.3-desktop-i386.iso of=/dev/null
- 1408452+0 records in
- 1408452+0 records out
- 721127424 bytes (721 MB) copied, 14.3853 s, 50.1 MB/s
- test@ubuntu:~$ bonnie++
- Writing a byte at a time...done
- Writing intelligently...done
- Rewriting...done
- Reading a byte at a time...done
- Reading intelligently...done
- start 'em...done...done...done...done...done...
- Create files in sequential order...done.
- Stat files in sequential order...done.
- Delete files in sequential order...done.
- Create files in random order...done.
- Stat files in random order...done.
- Delete files in random order...done.
- Version 1.96 ------Sequential Output------ --Sequential Input- --Random-
- Concurrency 1 -Per Chr- --Block-- -Rewrite- -Per Chr- --Block-- --Seeks--
- Machine Size K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP /sec %CP
- ubuntu 2G 74 98 41695 21 20369 9 1077 98 57443 7 91.9 2
- Latency 182ms 1538ms 1423ms 35080us 195ms 145ms
- Version 1.96 ------Sequential Create------ --------Random Create--------
- ubuntu -Create-- --Read--- -Delete-- -Create-- --Read--- -Delete--
- files /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP
- 16 5069 19 +++++ +++ 22477 58 21234 73 +++++ +++ 25859 68
- Latency 74543us 1206us 1644us 1114us 133us 155us
- 1.96,1.96,ubuntu,1,1326913091,2G,,74,98,41695,21,20369,9,1077,98,57443,7,91.9,2,16,,,,,5069,19,+++++,+++,22477,58,21234,73,+++++,+++,25859,68,182ms,1538ms,1423ms,35080us,195ms,145ms,74543us,1206us,1644us,1114us,133us,155us
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement