Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- test@test-desktop:~$ sudo hardinfo -r -f text
- ...
- Computer
- ********
- Summary
- -------
- -Computer-
- Processor : 2x Intel(R) Pentium(R) 4 CPU 3.00GHz
- Memory : 1026MB (288MB 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/sda1 / 10.13 % (44.2 GiB of 49.2 GiB)
- none /dev 0.05 % (496.8 MiB of 497.0 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/sda5 /media/DATA 88.88 % (10.0 GiB of 90.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> 3014 MHz 10.763
- 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> 3014 MHz 100.981
- CPU Fibonacci
- -------------
- -CPU Fibonacci-
- <big><b>This Machine</b></big> 3014 MHz 3.758
- 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> 3014 MHz 16.655
- FPU FFT
- -------
- -FPU FFT-
- <big><b>This Machine</b></big> 3014 MHz 5.739
- FPU Raytracing
- --------------
- -FPU Raytracing-
- <big><b>This Machine</b></big> 3014 MHz 71.205
- Intel(R) Celeron(R) M processor 1.50GHz (null) 40.8816714
- PowerPC 740/750 (280.00MHz) (null) 161.312647
- test@test-desktop:~$ glxgears -fullscreen
- Running synchronized to the vertical refresh. The framerate should be
- approximately the same as the monitor refresh rate.
- 1700 frames in 5.0 seconds
- 1699 frames in 5.0 seconds
- 1699 frames in 5.0 seconds
- 1700 frames in 5.0 seconds
- 1699 frames in 5.0 seconds
- test@test-desktop:~$ 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, 34.2667 s, 62.7 MB/s
- test@test-desktop:~$ time cp /media/DATA/ubuntu-10.04.3-desktop-i386.iso ./
- real 0m37.253s
- user 0m0.052s
- sys 0m2.684s
- test@test-desktop:~$ sudo bash -c 'echo 3 > /proc/sys/vm/drop_caches'
- test@test-desktop:~$ 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, 12.197 s, 59.1 MB/s
- test@test-desktop:~$ 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
- test-desktop 2G 75 99 56918 21 27155 10 979 92 67695 6 176.2 6
- Latency 125ms 818ms 1256ms 61976us 125ms 767ms
- Version 1.96 ------Sequential Create------ --------Random Create--------
- test-desktop -Create-- --Read--- -Delete-- -Create-- --Read--- -Delete--
- files /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP
- 16 20352 62 +++++ +++ 31396 75 25205 75 +++++ +++ 31381 74
- Latency 452us 1051us 1574us 895us 136us 226us
- 1.96,1.96,test-desktop,1,1326917962,2G,,75,99,56918,21,27155,10,979,92,67695,6,176.2,6,16,,,,,20352,62,+++++,+++,31396,75,25205,75,+++++,+++,31381,74,125ms,818ms,1256ms,61976us,125ms,767ms,452us,1051us,1574us,895us,136us,226us
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement