Originally posted by Dmitri Bichko:
We can't really help you if you don't provide any information.
What does the server do? What are the transactions you are measuring? What is the exact configuration of the two systems (CPU, RAM, disk, network, etc)?
What versions of which operating systems? Which JVMs and what versions?
Knowing that, we can at least make some educated guesses as to what the bottleneck is likely to be.
Either way, profiling your apps to see where the problems lie seems like the logical way to go.
Hi,
My solaris server configurations are
OS: Sun-Blade-T6300
Memory size: 16256 Megabytes
Processors: 32 processors
and Linux machine contains,
Processors: 4
RAM: 8 GB
1 JVM
My server is maximum doing File IO operations means reading files and writing files.
Transactions in the terms of number of records are reading and writing per seconds.
Thanks!!!