672329 members! Sign up to stay informed.

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

Posted by: Thirumal Bandi on May 10, 2005 DIGG
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.

Threaded replies

·  Impact on performance because of "-XX:+UsePerfData" setting by Thirumal Bandi on Tue May 10 10:42:14 EDT 2005
  ·  Visual GC with IBM VM? by Stefan Zobel on Tue May 10 17:49:51 EDT 2005
    ·  Typo by Stefan Zobel on Tue May 10 17:51:53 EDT 2005
    ·  Visual GC with IBM VM? by Thirumal Bandi on Wed May 11 13:32:58 EDT 2005
      ·  Visual GC with IBM VM? by Thirumal Bandi on Wed May 11 13:36:42 EDT 2005
  ·  Impact on performance because of "-XX:+UsePerfData" setting by Jose Ramon Huerga Ayuso on Thu May 19 02:43:59 EDT 2005
    ·  Impact on performance because of "-XX:+UsePerfData" setting by Shahrukh Niazi on Sat Jun 04 18:40:01 EDT 2005
      ·  Impact on performance because of "-XX:+UsePerfData" setting by Jamil Khan on Fri Jun 17 01:51:14 EDT 2005
  Message #170065 Post reply Post reply Post reply Go to top Go to top Go to top

Visual GC with IBM VM?

Posted by: Stefan Zobel on May 10, 2005 in response to Message #169978
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 #170066 Post reply Post reply Post reply Go to top Go to top Go to top

Typo

Posted by: Stefan Zobel on May 10, 2005 in response to Message #170065
may days => my days ;)

  Message #170186 Post reply Post reply Post reply Go to top Go to top Go to top

Visual GC with IBM VM?

Posted by: Thirumal Bandi on May 11, 2005 in response to Message #170065
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?

Posted by: Thirumal Bandi on May 11, 2005 in response to Message #170186
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

Posted by: Jose Ramon Huerga Ayuso on May 19, 2005 in response to Message #169978
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 #173154 Post reply Post reply Post reply Go to top Go to top Go to top

Impact on performance because of "-XX:+UsePerfData" setting

Posted by: Shahrukh Niazi on June 04, 2005 in response to Message #171154
try JProbe Memory debugger

  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

Posted by: Jamil Khan on June 17, 2005 in response to Message #173154
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.

Recent active threads Recent active threads Recent active threads More More More
BUY FAKE PASSPORTS OF CANADA, FAKE CANADIAN PASSPORTS FOR SALE/FAKE PASSPORTS OF USA!
BUY FAKE PASSPORTS OF UNITED KINGDOM,FAKE UK PASSPORTS FOR SALE!
BUY FAKE PASSPORTS OF CANADA, FAKE CANADIAN PASSPORTS FOR SALE!
BUY FAKE PASSPORTS OF BELGIAN,FAKE BELGIUM PASSPORTS FOR SALE!
BUY FAKE PASSPORTS OF AUSTRALIA/FAKE AUSTRALIAN PASSPORTS FOR SALE!
Milton 1.5.1 released
Oracle's Bold Plans for Java Bode Well
Pondering About JSR-315, the New Servlet 3.0 Specification
Free Webinar: Identity Bus and the Future of Identity
More active threads »
Top posters of the weekTop posters of the weekTop posters of the week
This list contains the members who have made the most posts in all forums over the last 7 days:
  1. Reza Rahman
  2. James Watson
  3. brad mcevoy
  4. Alex Besogonov
  5. Peter Monks
Hot threads Hot threads Hot threads More hot threads More hot threads More hot threads

Object pooling is now a serious performance loss

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)

Beyond Java

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)

Three forms of AJAX: solid, liquid and gas.

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)

Design-Time API Promises to make Java more like VB

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)

Will Sun be that target of a management buyout?

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 »

News | Blogs | Discussions | Tech talks | Patterns | Reviews | White Papers | Downloads | Articles | Media kit | About
Java Solutions
All Content Copyright ©2007 TheServerSide Privacy Policy      Powered by JIVE
Site Map