SPARCVII+ vs. T5 comparision


 
Thread Tools Search this Thread
Operating Systems Solaris SPARCVII+ vs. T5 comparision
# 1  
Old 11-11-2013
SPARCVII+ vs. T5 comparision

Hello, I need migrate our applications from M-series to T-series. I would like compare two different SPARC processors - SPARCVII+ from Fujitsu and T5 from Oracle. I found only next benchmarks:

Code:
M8000:

_http://c970058.r58.cf2.rackcdn.com/individual_results/Oracle/Oracle_M8000-16_1TB_TPCH_ES_060311_V3.pdf
16 SPARC64 VII+ 3000 MHz Processors, 64 cores, 128 threads, 512GB
209,533.6 QphH@1000GB

SPARC T5-4 Server:

_http://c970058.r58.cf2.rackcdn.com/individual_results/Oracle/Oracle_T5-4_3TB_TPCH_ES_060713.pdf
4 SPARC T5 3.6GHz Processors, 64 cores, 512 threads, 2TB
409,721.8 QphH@3000GB

For comparing I choosed T5-2 which has 1/2 of T5-4 performance (410k/2 QphH) and same QphH performance as M8000:
Code:
-------------------------------------------------------------------------
|			|	M8000		|	T5-2		|
-------------------------------------------------------------------------
| QphH			|	~210k		|  ~205k (1/2 of T5-4)	|
| CPUs			|	16		|	4		|
| cores per CPU		|	4		|	16		|
| threads per CPU	|	8		|	128		|
| total cores		|	64		|	32		|
| total threads		|	128		|	256		|
-------------------------------------------------------------------------

So question is, if I will have full filled our M8000 box with 16 CPUs and migrate it to T5-2 Server, it will be enough for CPU performance?

Last edited by olibertu; 11-12-2013 at 12:21 AM.. Reason: Please use code tags
# 2  
Old 11-11-2013
Just setup a meeting with your Oracle rep. They have some internal tools to evaluate your current needs and estimate the hardware you need to replace it.
# 3  
Old 11-11-2013
Note that the T (Niagara) architecture runs the CPU cores with half the given clock speed i.e. 1.8 GHz.
Normal single-thread applications run slower than on the M series.
# 4  
Old 11-12-2013
Quote:
Originally Posted by MadeInGermany
Note that the T (Niagara) architecture runs the CPU cores with half the given clock speed i.e. 1.8 GHz.
Normal single-thread applications run slower than on the M series.
Could you elaborate on that? http://www.oracle.com/us/products/se...ds-1922871.pdf specifies the CPU frequency as 3.6GHz...
# 5  
Old 11-12-2013
I have run single-thread integer and FPU benchmarks on Niagara T1 and T2 processors,
and compared with various other Sparc systems (M series and older Sparc Fire systems).
The factor (execution speed versus clock rate) was about 0.5.
# 6  
Old 11-12-2013
Assuming that newest SPARC processors (T4 and T5) behave like T1, which is 8 years old, is unwise in my opinion. T4 is known for it's boost for single threaded processing (which T5 inherited).
# 7  
Old 11-12-2013
Quote:
Originally Posted by bartus11
Assuming that newest SPARC processors (T4 and T5) behave like T1, which is 8 years old, is unwise in my opinion. T4 is known for it's boost for single threaded processing (which T5 inherited).
Agreed... And the statement that the server runs the cpu at half the post speed isn't correct. Rather, we could say that the observed workload resulted in half the performance per cycle on the T series tested versus the M series tested.

The older T series had a strong single threaded performance penalty. The newer stuff is a lot more flexible and can deliver better single threaded performance than a comparable M series.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Awk comparision

Hi Everyone I am new to Unix shell scripting Can anyone please explain me in detail how this command works awk -F@ 'NR==FNR{A=$2;next}$3 in A{$3=A}1' file2 file1 The above command I got it from this forum, but unable to implement it as I am not getting how this works:mad: I... (3 Replies)
Discussion started by: Vijay90
3 Replies

2. UNIX for Advanced & Expert Users

Permission Comparision

Hi, I need to know how to compare the permissions of files which are in two different directories in Unix.. Experts - can any one help on this..!!! (1 Reply)
Discussion started by: yanis
1 Replies

3. Shell Programming and Scripting

Need help in comparision of two strings

I have two files. one files contain counts and second contain string. Now i have to compare two string . if two string are same i have to add count. If strings are same more than once i have to display final output. like this >Count.txt 1 3 12 4 5 6 1 >strings.txt AA BB BB... (1 Reply)
Discussion started by: pjlotiya
1 Replies

4. Shell Programming and Scripting

String Comparision

I want to compare two strings using awk dynamically without trimming the spaces and want to find the count of matching string. Input Strings file: File1 content (file1): " a " " a2 " File2 content (file2): " a " " a " " a2 " " b2 " " c2 "... (3 Replies)
Discussion started by: AhmedLakadkutta
3 Replies

5. Shell Programming and Scripting

String comparision

I have a string like ab or abc of whatever length. But i want to know whether another string ( for example, abcfghijkl, OR a<space> bcfghijkl ab<space> cfghijkl OR a<space>bcfghijkl OR ab<space> c<space> fghijkl ) starts with ab or abc... space might existing on the longer string... If so, i... (1 Reply)
Discussion started by: nram_krishna@ya
1 Replies

6. UNIX for Advanced & Expert Users

Comparision of two files.

File Structure file1.txt.arch 029429288,1,,,02087400376,N,02087400376,N,0,02087400376,N,0,0,8010,08000151736,U,N,,08000151736,U,20100726111237,20100726111237,0,20100726111651,00004140,16,16,10,N;... (1 Reply)
Discussion started by: ravigupta2u
1 Replies

7. Shell Programming and Scripting

File comparision

Hi All I have to files cat a.txt AAA BBB CCC DDD and cat b.txt AAA CCC EEE i want to compare these two files and o/p should have content of file a.txt which is not in file b.txt c.txt BBB DDD Please help me (3 Replies)
Discussion started by: aaysa123
3 Replies

8. Shell Programming and Scripting

File comparision

Hi All I have to files cat a.txt AAA BBB CCC DDD and cat b.txt AAA CCC EEE i want to compare these two files and o/p should have content of file a.txt which is not in file b.txt c.txt BBB DDD Please help me (1 Reply)
Discussion started by: aaysa123
1 Replies

9. Shell Programming and Scripting

File comparision

HI, I would like to know how to compare two files and replace non-matching lines with "_" . I can get non-mathing lines with grep -v -f file1 file2 i just want to knw how to display 'file2' with non-matching lines from 'file1' replaced by "_" for exmaple file1: a b c d ... (2 Replies)
Discussion started by: maddy81
2 Replies

10. Shell Programming and Scripting

while - comparision

Hi, Please find the attached scriplet and suggest me to fix the bug in this. ----------------------------------- noofdirs=`ls *.tar | wc -l` if ; then let i=1 while ( $i <= $noofdirs ) ; do echo $i mkdir $i file1=`ls *.tar | head -1` mv $file1 $i i =... (2 Replies)
Discussion started by: sharif
2 Replies
Login or Register to Ask a Question