2-cpu centos 5.7


 
Thread Tools Search this Thread
UNIX Standards and Benchmarks UNIX & LINUX Benchmarks (Version 3.11) UNIX Benchmarks 2-cpu centos 5.7
# 1  
Old 03-02-2012
2-cpu centos 5.7

Code:
BYTE UNIX Benchmarks (Version 3.11)
  System -- Linux centos1 2.6.18-274.17.1.el5xen #1 SMP Tue Jan 10 18:06:37 EST 2012 x86_64 x86_64 x86_64 GNU/Linux
  Start Benchmark Run: Fri Mar  2 19:42:41 EST 2012
   2 interactive users.
Dhrystone 2 without register variables   6929864.9 lps   (10 secs, 6 samples)
Dhrystone 2 using register variables     6930887.5 lps   (10 secs, 6 samples)
Arithmetic Test (type = arithoh)         312673595.1 lps   (10 secs, 6 samples)
Arithmetic Test (type = register)        450530.0 lps   (10 secs, 6 samples)
Arithmetic Test (type = short)           443763.5 lps   (10 secs, 6 samples)
Arithmetic Test (type = int)             455202.2 lps   (10 secs, 6 samples)
Arithmetic Test (type = long)            267264.1 lps   (10 secs, 6 samples)
Arithmetic Test (type = float)           1128582.0 lps   (10 secs, 6 samples)
Arithmetic Test (type = double)          1036722.8 lps   (10 secs, 6 samples)
System Call Overhead Test                200217.9 lps   (10 secs, 6 samples)
Pipe Throughput Test                     190865.4 lps   (10 secs, 6 samples)
Pipe-based Context Switching Test          no measured results
Process Creation Test                      2076.9 lps   (10 secs, 6 samples)
Execl Throughput Test                      no measured results
File Read  (10 seconds)                  448587.0 KBps  (10 secs, 6 samples)
File Write (10 seconds)                  206581.0 KBps  (10 secs, 6 samples)
File Copy  (10 seconds)                   75720.0 KBps  (10 secs, 6 samples)
File Read  (30 seconds)                  447165.0 KBps  (30 secs, 6 samples)
File Write (30 seconds)                  204872.0 KBps  (30 secs, 6 samples)
File Copy  (30 seconds)                   41221.0 KBps  (30 secs, 6 samples)
C Compiler Test                             568.2 lpm   (60 secs, 3 samples)
Shell scripts (1 concurrent)               1662.7 lpm   (60 secs, 3 samples)
Shell scripts (2 concurrent)               1281.3 lpm   (60 secs, 3 samples)
Shell scripts (4 concurrent)                700.7 lpm   (60 secs, 3 samples)
Shell scripts (8 concurrent)                367.0 lpm   (60 secs, 3 samples)
Dc: sqrt(2) to 99 decimal places          27026.8 lpm   (60 secs, 6 samples)
Recursion Test--Tower of Hanoi           112612.1 lps   (10 secs, 6 samples)


                     INDEX VALUES            
TEST                                        BASELINE     RESULT      INDEX

Arithmetic Test (type = double)               2541.7  1036722.8      407.9
Dhrystone 2 without register variables       22366.3  6929864.9      309.8
Execl Throughput Test                           16.5        0.0        0.0
File Copy  (30 seconds)                        179.0    41221.0      230.3
Pipe-based Context Switching Test             1318.5        0.0        0.0
Shell scripts (8 concurrent)                     4.0      367.0       91.8
                                                                 =========
     SUM of  6 items                                                1039.8
     AVERAGE                                                         173.3


Last edited by radoulov; 03-03-2012 at 03:21 AM..
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Why Entitlement CPU can't be set to same as Virtual CPU?

I read that Entitlement CPU should be set to max 75% compare to Virtual CPU. May I know the reason. I have set the Entitlement CPU = Virtual CPU on AIX . It works fine . Can you help to understand. (1 Reply)
Discussion started by: gabhanes
1 Replies

2. UNIX for Advanced & Expert Users

Ksoftirqd taking much of CPU in rhel6.5 and centos 6.5

I am running nginx process on rhel/CentOS release 6.5 (Final). I can see ksoftirqd and migration processes are taking much of CPU due to which load on my server increases by great extent. I have made irqbalance service off. In cat /proc/interrupts output i can see out of 60 CPUs only 2 CPUs and... (0 Replies)
Discussion started by: omkar.jadhav
0 Replies

3. UNIX for Dummies Questions & Answers

Is it possible to combine multiple CPU to act as a single CPU on the same server?

We have a single threaded application which is restricted by CPU usage even though there are multiple CPUs on the server, hence leading to significant performance issues. Is it possible to merge / combine multiple CPUs at OS level so it appear as a single CPU for the application? (6 Replies)
Discussion started by: Dissa
6 Replies

4. Red Hat

How to Upgrade Centos 5.7 using Centos 5.8 ISO image on Vmware workstation

Dear Linux Experts, On my windows 7 desktop with the help of Vmware workstation (Version 7.1), created virtual machine and installed Centos 5.7 successfully using ISO image. Query : Is this possible to upgrade the Centos 5.7 using Centos 5.8 ISO image to Centos version 5.8?.. if yes kindly... (2 Replies)
Discussion started by: Ananthcn
2 Replies

5. Solaris

Multi CPU Solaris system shows 100% CPU usage.

Hello Friends, On one of my Solaris 10 box, CPU usage shows 100% using "sar", "vmstat". However, it has 4 CPUs and prstat and glance are not showing enough processes to justify high CPU utilization. ========================================================================= $ prstat -a ... (4 Replies)
Discussion started by: mahive
4 Replies

6. UNIX for Dummies Questions & Answers

how to get persistant cpu utilization values per process per cpu in linux (! top,ps)

hi, i want to know cpu utilizatiion per process per cpu..for single processor also if multicore in linux ..to use these values in shell script to kill processes exceeding cpu utilization.ps (pcpu) command does not give exact values..top does not give persistant values..psstat,vmstat..does njot... (3 Replies)
Discussion started by: pankajd
3 Replies
Login or Register to Ask a Question