Which system is faster?


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Which system is faster?
# 1  
Old 04-13-2013
Which system is faster?

i'm trying to decide if to move operations from one of these hosts to the other. but i cant decide which one of them is the most powerful.

each host has 8 cpus.

Code:
HOSTA

processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 44
model name	: Intel(R) Xeon(R) CPU           E5630  @ 2.53GHz
stepping	: 2
cpu MHz		: 1600.000
cache size	: 12288 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes

bogomips	: 5066.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

and

Code:
HOSTB

processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           E5345  @ 2.33GHz
stepping	: 11
cpu MHz		: 1999.998
cache size	: 4096 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flexpriority
bogomips	: 4999.8
clflush size	: 64
cache_alignment	: 64
address sizes	: 38 bits physical, 48 bits virtual
power management:


Last edited by SkySmart; 05-24-2013 at 05:10 PM..
# 2  
Old 04-13-2013
Consider picking the CPU with the higher Bogomips.
This User Gave Thanks to Neo For This Post:
# 3  
Old 04-13-2013
Quote:
Originally Posted by Neo
Consider picking the CPU with the higher Bogomips.
thank you for this. can i ask you to please explain why? i was gonna go by the Hz but i wasn't sure if that's an accurate gauge.
# 4  
Old 04-13-2013
In general, the more Hz the better the performance. But not always. MIPS is more meaningful because it measures actual instructions carried out (million instructions per second). Depending on the CPU, an instruction may take several cycles.

PassMark Software - CPU Benchmark Charts uses "passmarks" to measure CPU performance. I think is perhaps as valid as anything else I've seen.

E5630 @ 2.53GHz is 4991 passmarks, listed at $558
E5345 @ 2.33GHz is 2710 passmarks, listed at $196

So by both measures the first host will likely perform better. It's also a more expensive CPU, and that's an indication that it's likely better.
This User Gave Thanks to hanson44 For This Post:
# 5  
Old 04-14-2013
The only way to know which system will be faster at running your workload is to benchmark them using your workload.

For what it's worth (which isn't much), the first thing that jumps out at me from the OP is the cache differential. Cache misses are awfully expensive.

It's been over 15 years since I first encountered it, but the word "bogomips" still makes me chuckle a bit.

Regards,
Alister
This User Gave Thanks to alister For This Post:
# 6  
Old 04-14-2013
Also I noticed that E5630 has 4 cpu cores and 8 siblings.

If the number of cores = the number of siblings for a given physical processor, then hyper-threading is OFF.

So if hyper-threading is ON, it may help achieve better function unit utilization by letting more than one program execute concurrently.
This User Gave Thanks to Yoda For This Post:
# 7  
Old 04-14-2013
thanks everyone. looks like HOSTA is winning out here. and yoda thanks for the hyperthreading information!!!
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Help finding a video faster

Is there a way to make this search faster? It takes about 30 minutes. Its a video so I figured I could say larger than 100 MB. It contains Mark so I added name. What else could I do to make the search faster? find / -type f -name "*Mark*" -size +100M 2>/dev/null (6 Replies)
Discussion started by: cokedude
6 Replies

2. Shell Programming and Scripting

Script works, but I think it could be better and faster

Hi All, I'm new to the forum and to bash scripting. I did some stuff with VB.net, Batch, and VBScripting in the past, but because I shifted over to Linux, I am learning to script in Bash at this moment. So bear with me if I seem to script like a newbie, that's just because I am ;-) OK, I... (9 Replies)
Discussion started by: cornelvis
9 Replies

3. UNIX for Advanced & Expert Users

Help in faster and quicker grepping

Hi, i have a log file of 8 GB size , i need to grep the count of a word which i give as an input , i mean to say to find the occurance of a word on that file. grep is taking too much time ,can you please give me any command so that i can grep the word in a quicker way.. thanks, ... (16 Replies)
Discussion started by: senkerth
16 Replies

4. UNIX for Dummies Questions & Answers

Why is RAID0 faster?

I have read anecdotes about people installing RAID0 (RAID - Wikipedia, the free encyclopedia) on some of their machines because it gives a performance boost. Because bandwidth on the motherboard is limited, can someone explain exactly why it should be faster? (7 Replies)
Discussion started by: figaro
7 Replies

5. UNIX for Dummies Questions & Answers

Which command will be faster? y?

i)wc -c/etc/passwd|awk'{print $1}' ii)ls -al/etc/passwd|awk'{print $5}' (4 Replies)
Discussion started by: karthi_g
4 Replies

6. UNIX for Dummies Questions & Answers

How to grep faster ?

Hi I have to grep for 2000 strings in a file one after the other.Say the file name is Snxx.out which has these strings. I have to search for all the strings in the file Snxx.out one after the other. What is the fastest way to do it ?? Note:The current grep process is taking lot of time per... (7 Replies)
Discussion started by: preethgideon
7 Replies

7. Shell Programming and Scripting

Faster then cp ?

Hi , I need to copy every day about 35GB of files from one file system to another. Im using the cp command and its toke me about 25 min. I also tried to use dd command but its toke much more. Is there better option ? Regards. (6 Replies)
Discussion started by: yoavbe
6 Replies

8. UNIX for Advanced & Expert Users

faster way to loop?

Sample Log file IP.address Date&TimeStamp GET/POST URL ETC 123.45.67.89 MMDDYYYYHHMM GET myURL http://ABC.com 123.45.67.90 MMDDYYYYHHMM GET myURL http://XYZ.com I have a very huge web server log file (about 1.3GB) that contains entries like the one above. I need to get the last entries of... (9 Replies)
Discussion started by: tads98
9 Replies

9. IP Networking

Mandrake should be faster.

For some reason 8.1 Mandrake Linux seems much slower than Windows 2000 with my cable modem. DSL reports test says they conferable speed with Windows2 though. This is consistant slow with both of my boxes, at the same time. Linux used to be faster, but not with Mandrake. Any way to fix this? (17 Replies)
Discussion started by: lancest
17 Replies
Login or Register to Ask a Question