| Author |
Performance Measurement
|
Gustavo Adolpho Bonesso
Ranch Hand
Joined: May 11, 2002
Posts: 103
|
|
What�s the best way for performance measurement of java based applications ? Thank�s
|
Gustavo Adolpho Bonesso<br />SCJP1.4
|
 |
Ilja Preuss
author
Sheriff
Joined: Jul 11, 2001
Posts: 14112
|
|
That's a very broad question which can't be answered generally, I think. What exactly do you want to measure, and why?
|
The soul is dyed the color of its thoughts. Think only on those things that are in line with your principles and can bear the light of day. The content of your character is your choice. Day by day, what you do is who you become. Your integrity is your destiny - it is the light that guides your way. - Heraclitus
|
 |
Gustavo Adolpho Bonesso
Ranch Hand
Joined: May 11, 2002
Posts: 103
|
|
Hi, Ilja... I have programs that interact with databases and i have a lot of questions about performance of Java based applications against C applications. I�m a Java entusiastic and i want to compare the performance in access to Oracle Database in these cenarios (C & Java programs).
|
 |
Jack Shirazi
Author
Ranch Hand
Joined: Oct 26, 2000
Posts: 96
|
|
In scenarios running against databases, it is usually the distributed call overhead that dominates the time taken. So you wouldn't really be comparing Java vs C. You can trace JDBC interface calls with a number of tools, for example P6Spy --Jack Shirazi JavaPerformanceTuning.com
|
 |
 |
|
|
subject: Performance Measurement
|
|
|