Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Hudson server performance metrics"

(hudson-slave7, 8)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 +
This table can be used to compare relative CPU performance.  I/O is not taken into account.  The 2^2^20 test is the time measured to perform this command:
 +
 +
    echo '2^2^20' | time bc > /dev/null
 +
 +
 
== hudson-slave7, 8 ==
 
== hudson-slave7, 8 ==
  
Line 4: Line 9:
 
* bogomips unknown
 
* bogomips unknown
 
* 2^2^20: 4.22user 0.00system 0:04.25elapsed 99%CPU
 
* 2^2^20: 4.22user 0.00system 0:04.25elapsed 99%CPU
 +
  
 
== hudson-slave2 (a.k.a. build.eclipse.org) ==
 
== hudson-slave2 (a.k.a. build.eclipse.org) ==

Latest revision as of 09:44, 12 October 2012

This table can be used to compare relative CPU performance. I/O is not taken into account. The 2^2^20 test is the time measured to perform this command:

   echo '2^2^20' | time bc > /dev/null


hudson-slave7, 8

  • 16x POWER7 (architected), altivec supported 3550.0MHz
  • bogomips unknown
  • 2^2^20: 4.22user 0.00system 0:04.25elapsed 99%CPU


hudson-slave2 (a.k.a. build.eclipse.org)

  • 16x Intel(R) Xeon(R) CPU E5540 @ 2.53GHz
  • bogomips  : 5054.38
  • 2^2^20: 4.33user 0.00system 0:04.36elapsed 99%CPU


master, hudson-slave1, hudson-slave4

  • 4x Intel(R) Xeon(R) CPU E5504 @ 2.00GHz
  • bogomips  : 4001.96
  • 2^2^20: 5.74user 0.02system 0:05.90elapsed 97%CPU


hudson-perf1-tests

  • 1x Intel(R) Xeon(R) CPU E5504 @ 2.00GHz
  • bogomips  : 4001.96
  • 2^2^20: 5.71user 0.00system 0:05.71elapsed 99%CPU


hudson-slave6

  • 1x Intel(R) Xeon(TM) CPU 3.00GHz
  • bogomips  : 6000.62
  • 2^2^20: 6.36user 0.00system 0:06.37elapsed 99%CPU


hudson-slave5

  • 2x Intel Itanium2 @ 1.3GHz
  • BogoMIPS  : 1945.60
  • 2^2^20: 12.28user 0.00system 0:12.31elapsed 99%CPU

Back to the top