Advertisement
Javi

AWS: run UnixBench on an instance

Aug 30th, 2013
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.86 KB | None | 0 0
  1. HOW TO INSTALL UNIXBENCH:
  2. http://www.bitronictech.net/knowledgebase/244/Install-and-Run-UnixBench-on-CentOS-or-Debian-VPS.html
  3.  
  4. yum install gcc gcc-c++ make libXext-devel
  5. yum groupinstall "Development Tools"
  6. yum install libX11-devel mesa-libGL-devel perl-Time-HiRes
  7. wget -c http://byte-unixbench.googlecode.com/files/unixbench-5.1.3.tgz
  8. tar xvzf unixbench-5.1.3.tgz
  9. cd unixbench-5.1.3
  10. make
  11. ./Run
  12.  
  13. ./Run RESULTS ON A MICRO INSTANCE (not the best option as it gets CPU penalized):
  14.  
  15. 1 x Dhrystone 2 using register variables 1 2 3 4 5 6 7 8 9 10
  16.  
  17. 1 x Double-Precision Whetstone 1 2 3 4 5 6 7 8 9 10
  18.  
  19. 1 x Execl Throughput 1 2 3
  20.  
  21. 1 x File Copy 1024 bufsize 2000 maxblocks 1 2 3
  22.  
  23. 1 x File Copy 256 bufsize 500 maxblocks 1 2 3
  24.  
  25. 1 x File Copy 4096 bufsize 8000 maxblocks 1 2 3
  26.  
  27. 1 x Pipe Throughput 1 2 3 4 5 6 7 8 9 10
  28.  
  29. 1 x Pipe-based Context Switching 1 2 3 4 5 6 7 8 9 10
  30.  
  31. 1 x Process Creation 1 2 3
  32.  
  33. 1 x System Call Overhead 1 2 3 4 5 6 7 8 9 10
  34.  
  35. 1 x Shell Scripts (1 concurrent) 1 2 3
  36.  
  37. 1 x Shell Scripts (8 concurrent) 1 2 3
  38.  
  39. ========================================================================
  40. BYTE UNIX Benchmarks (Version 5.1.2)
  41.  
  42. System: ip-10-216-33-126: GNU/Linux
  43. OS: GNU/Linux -- 3.4.43-43.43.amzn1.x86_64 -- #1 SMP Mon May 6 18:04:41 UTC 2013
  44. Machine: x86_64 (x86_64)
  45. Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
  46. CPU 0: Intel(R) Xeon(R) CPU E5-2650 0 @ 2.00GHz (3591.3 bogomips)
  47. Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
  48. 15:44:53 up 7 min, 1 user, load average: 0.58, 0.29, 0.13; runlevel 3
  49.  
  50. ------------------------------------------------------------------------
  51. Benchmark Run: Fri Aug 30 2013 15:44:53 - 16:13:01
  52. 1 CPU in system; running 1 parallel copy of tests
  53.  
  54. Dhrystone 2 using register variables 20742532.3 lps (10.0 s, 7 samples)
  55. Double-Precision Whetstone 1201.1 MWIPS (9.9 s, 7 samples)
  56. Execl Throughput 1014.0 lps (30.0 s, 2 samples)
  57. File Copy 1024 bufsize 2000 maxblocks 207666.3 KBps (30.0 s, 2 samples)
  58. File Copy 256 bufsize 500 maxblocks 53843.4 KBps (30.0 s, 2 samples)
  59. File Copy 4096 bufsize 8000 maxblocks 686851.5 KBps (30.0 s, 2 samples)
  60. Pipe Throughput 277121.8 lps (10.0 s, 7 samples)
  61. Pipe-based Context Switching 47109.5 lps (10.0 s, 7 samples)
  62. Process Creation 769.1 lps (30.1 s, 2 samples)
  63. Shell Scripts (1 concurrent) 615.6 lpm (60.3 s, 2 samples)
  64. Shell Scripts (8 concurrent) 75.8 lpm (61.6 s, 2 samples)
  65. System Call Overhead 101954.9 lps (10.1 s, 7 samples)
  66.  
  67. System Benchmarks Index Values BASELINE RESULT INDEX
  68. Dhrystone 2 using register variables 116700.0 20742532.3 1777.4
  69. Double-Precision Whetstone 55.0 1201.1 218.4
  70. Execl Throughput 43.0 1014.0 235.8
  71. File Copy 1024 bufsize 2000 maxblocks 3960.0 207666.3 524.4
  72. File Copy 256 bufsize 500 maxblocks 1655.0 53843.4 325.3
  73. File Copy 4096 bufsize 8000 maxblocks 5800.0 686851.5 1184.2
  74. Pipe Throughput 12440.0 277121.8 222.8
  75. Pipe-based Context Switching 4000.0 47109.5 117.8
  76. Process Creation 126.0 769.1 61.0
  77. Shell Scripts (1 concurrent) 42.4 615.6 145.2
  78. Shell Scripts (8 concurrent) 6.0 75.8 126.3
  79. System Call Overhead 15000.0 101954.9 68.0
  80. ========
  81. System Benchmarks Index Score 240.2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement