Advertisement
Guest User

Untitled

a guest
Jan 2nd, 2012
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.09 KB | None | 0 0
  1. # # # # # # # ##### ###### # # #### # #
  2. # # ## # # # # # # # ## # # # # #
  3. # # # # # # ## ##### ##### # # # # ######
  4. # # # # # # ## # # # # # # # # #
  5. # # # ## # # # # # # # ## # # # #
  6. #### # # # # # ##### ###### # # #### # #
  7.  
  8. Version 5.1.3 Based on the Byte Magazine Unix Benchmark
  9.  
  10. Multi-CPU version Version 5 revisions by Ian Smith,
  11. Sunnyvale, CA, USA
  12. January 13, 2011 johantheghost at yahoo period com
  13.  
  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.3)
  41.  
  42. System: xxx: GNU/Linux
  43. OS: GNU/Linux -- 3.0.0-12-server -- #20-Ubuntu SMP Fri Oct 7 16:36:30 UTC 2011
  44. Machine: x86_64 (x86_64)
  45. Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
  46. CPU 0: QEMU Virtual CPU version 0.9.1 (4788.1 bogomips)
  47. x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
  48. 14:03:21 up 17 days, 17:16, 2 users, load average: 0.00, 0.01, 0.05; runlevel 2
  49.  
  50. ------------------------------------------------------------------------
  51. Benchmark Run: Mon Nov 07 2011 14:03:21 - 14:30:50
  52. 1 CPU in system; running 1 parallel copy of tests
  53.  
  54. Dhrystone 2 using register variables 25432017.9 lps (10.0 s, 7 samples)
  55. Double-Precision Whetstone 3068.3 MWIPS (7.3 s, 7 samples)
  56. Execl Throughput 3027.6 lps (29.9 s, 2 samples)
  57. File Copy 1024 bufsize 2000 maxblocks 865145.5 KBps (30.0 s, 2 samples)
  58. File Copy 256 bufsize 500 maxblocks 257272.0 KBps (30.0 s, 2 samples)
  59. File Copy 4096 bufsize 8000 maxblocks 1415258.8 KBps (30.1 s, 2 samples)
  60. Pipe Throughput 1852452.3 lps (10.0 s, 7 samples)
  61. Pipe-based Context Switching 229214.2 lps (10.0 s, 7 samples)
  62. Process Creation 8921.3 lps (30.0 s, 2 samples)
  63. Shell Scripts (1 concurrent) 5130.0 lpm (60.0 s, 2 samples)
  64. Shell Scripts (8 concurrent) 666.6 lpm (60.0 s, 2 samples)
  65. System Call Overhead 3274390.0 lps (10.0 s, 7 samples)
  66.  
  67. System Benchmarks Index Values BASELINE RESULT INDEX
  68. Dhrystone 2 using register variables 116700.0 25432017.9 2179.3
  69. Double-Precision Whetstone 55.0 3068.3 557.9
  70. Execl Throughput 43.0 3027.6 704.1
  71. File Copy 1024 bufsize 2000 maxblocks 3960.0 865145.5 2184.7
  72. File Copy 256 bufsize 500 maxblocks 1655.0 257272.0 1554.5
  73. File Copy 4096 bufsize 8000 maxblocks 5800.0 1415258.8 2440.1
  74. Pipe Throughput 12440.0 1852452.3 1489.1
  75. Pipe-based Context Switching 4000.0 229214.2 573.0
  76. Process Creation 126.0 8921.3 708.0
  77. Shell Scripts (1 concurrent) 42.4 5130.0 1209.9
  78. Shell Scripts (8 concurrent) 6.0 666.6 1111.1
  79. System Call Overhead 15000.0 3274390.0 2182.9
  80. ========
  81. System Benchmarks Index Score 1234.9
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement