|
Sponsored Links
Resources
Enterprise Java Research Library
Get Java white papers, product information, case studies and webcasts
|
Performance and scalability
Performance and scalability
Performance and scalability
|
Messages: 7
Messages: 7
Messages: 7
Printer friendly
Printer friendly
Printer friendly
Post reply
Post reply
Post reply
XML
XML
XML
|
 |
Impact on performance because of "-XX:+UsePerfData" setting
We would like to monitor the usage of various generations (Young, permanent, old/tenured) of Java heap in our application server. To do this monitoring SUN has provided a tool called "Visual GC" and this tool mandates the use of "-XX:+UsePerfData". We would like to know if we have any performance impact if I use this setting. We are using IBM Websphere 5.1. Also could you please let me know if there is any other tool like "VisualGC" which will allow me to monitor various parts of GC with ease.
|
|
Message #170065
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Visual GC with IBM VM?
Please forgive my ignorance, but does that mean that
1) WebSphere can run on a Sun VM now, or does that mean 2) that "Visual GC" can run with non-SUN VMs (IBM in that case)? 3) both 4) none of the above
I don't know about Visual GC and I haven't used WebSphere for quite some time now (it used to run on IBM VM only in may days). Just curious ...
Best regards, Stefan
|
|
Message #170186
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Visual GC with IBM VM?
I am running websphere on IBM VM only. Visual GC is working on IBM VM also.
|
|
Message #170188
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Visual GC with IBM VM?
JVM Version that we are using
java version "1.4.1_05" Java(TM) 2 Runtime Environment, Standard Edition (IBM build 1.4.1_05-b01)
|
|
Message #171154
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Impact on performance because of "-XX:+UsePerfData" setting
We would like to monitor the usage of various generations (Young, permanent, old/tenured) of Java heap in our application server. To do this monitoring SUN has provided a tool called "Visual GC" and this tool mandates the use of "-XX:+UsePerfData". We would like to know if we have any performance impact if I use this setting. We are using IBM Websphere 5.1. Also could you please let me know if there is any other tool like "VisualGC" which will allow me to monitor various parts of GC with ease. We have used for years the -verbosegc trace and all of the variations (including the one that shows the generations) and it doesn't seem to impact in the performance of the JVM.
Jose R. Huerga
http://www.terra.es/personal/jrhuerga
|
|
Message #174906
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Impact on performance because of "-XX:+UsePerfData" setting
Thirumal - Using this option in Production is not advisable as the JVM will be busy making the Performance data available for the tool "VisualGC" which primarily connects to the server having this performance data and shows the data in a Visual Form.
This is same as enabling a Profiler in Production.
Try this in a staging environment and simulate with the load same as that of Production.
-Jamil.
|
|
 |
Hot threads
Hot threads
Hot threads
|
More hot threads
More hot threads
More hot threads
|
 |
Brian Goetz continues to lift the lid and peak into the inner workings of Java in Java Urban Performance Legends. In this article he exposes the fallacy behind some of the more common performance myths found in the annals of the JVM.
(92 comments,
last posted
March 14, 2008)
Bruce Tate, author of Better, Faster Lighter Java and Bitter EJB has come out with a new book called Beyond Java. Bruce has an epiphany about the future of software development. Does it include Java?
(770 comments,
last posted
September 23, 2009)
Looks like today AJAX concept have several interpretations. We can distinguish different approaches of AJAX integration. Can they co-exist within the same application? Can we talk about layered AJAX integration?
(68 comments,
last posted
May 08, 2008)
Artima has published a short article describing the Design-Time API for JavaBeans, which was recently approved as JSR 273. This API promises to bring VB-like ease to Java development, but may face a cultural bias among Java developers who tend to think more in terms of class libraries than components.
(226 comments,
last posted
February 01, 2010)
There is plenty of speculation today regarding a potential buyout of Sun Microsystems by Scott McNealy and Silver Lake Partners. How would privatization of Sun affect Java?
(16 comments,
last posted
May 15, 2009)
More hot threads »
|
|