Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Unix performance

Unix performance

From: hp <hp_at_lechateau.ca>
Date: Tue, 9 Jan 2001 16:41:41 -0500
Message-Id: <10736.126208@fatcity.com>


I realize this is probably not the right palce for this put i have a puzzeling question

We have recently purchased a second server with the exact same hardware as our production server and are currently in the process of performing performance tests. Both servers have exactly the same the hardware configuration and exactly the same software configuration ( kernel configuration, patch levels).

and after running this simple loop that simply does a few basic mathmatic opertions, our production server does the loop in 40secs and our new server does the loop in 10secs. Does anyont konw what could cause such a drastic differnce in doing a simple math operation. and yes both tests were performed with no other users on the servers. this is the loop:

cnt=1
while [ $cnt -lt 10000 ]; do
let a=$cnt*785432/43243*7845+54
let cnt=$cnt+1 Received on Tue Jan 09 2001 - 15:41:41 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US