Sponsored Content
Full Discussion: SPARCVII+ vs. T5 comparision
Operating Systems Solaris SPARCVII+ vs. T5 comparision Post 302873621 by DustinT on Tuesday 12th of November 2013 01:41:42 PM
Old 11-12-2013
Quote:
Originally Posted by olibertu
So I need to know if I compare both systems in my table - full M8000 rack with 16 CPU's and T5-2 Server, if they have same computing performance. Accord tpc.org they have, but how it's in reality? Is it possible replace this M8000 by T5-2 Server?

If yes, it will be good for total cost, because I'll save 1/2 of costs for Oracle software licences for databases and middleware.

SPARC64 VII+ and T5 have same core factor 0.5
I understand what you're saying in theory. I find out if it would work in the real world, you should work closely with Oracle on a comprehensive review of your needs. The t5-2 is very powerful, but I doubt you could replace a fully loaded m8000.
 

10 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. 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

7. 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

8. 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

9. 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

10. 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
filebench(1)							   User Commands						      filebench(1)

NAME
filebench - framework of workloads to measure and compare filesystem performance SYNOPSIS
/usr/benchmarks/filebench/bin/filebench profile /usr/benchmarks/filebench/bin/filebench -c stats_dir... DESCRIPTION
filebench runs workloads to measure and compare filesystem performance. Full documentation can be found at the performance community at: http://www.opensolaris.org OPTIONS
The following options are supported: -c stats_dir... Generates a HTML file (index.html) that is a comparison of the specified directories. stats_dir specifies the directory or directories in which the results are stored. OPERANDS
The following operands are supported: profile Specifies the name of the configuration file ending in .prof. The configuration file specifies: o what workloads to run, o what parameters to run, o the directory path on which to operate, and o the directory path in which to store the results. EXIT STATUS
The following exit values are returned: 0 Successful completion. 1 An error occurred. 2 Invalid command line options were specified. EXAMPLES
Example 1 Running the Multi-stream Sequential Read Workload The following example runs the workloads described in the configuration file named sqread.prof: # filebench sqread Example 2 Comparing Multiple Runs The following example compares the results of two previous runs. This example assumes that the results from the two previous filebench runs were located in the directories: /stats/wombat-zfs-noel- Jun_27_2007-15h_45m_33s and /stats/wombat-ufs-noel-Jun_27_2007-15h_52m_11s. This example generates a HTML file named index.html in your current working directory. # filebench -c /stats/wombat-zfs-noel-Jun_27_2007-15h_45m_33s /stats/wombat-ufs-noel-Jun_27_2007-15h_52m_11s ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWfilebench | +-----------------------------+-----------------------------+ |Interface Stability |Uncommitted | +-----------------------------+-----------------------------+ SEE ALSO
attributes(5) SunOS 5.11 9 Oct 2007 filebench(1)
All times are GMT -4. The time now is 04:03 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy