Git Product home page Git Product logo

gclogviewer's People

gclogviewer's Issues

Full gc 无法解析

What steps will reproduce the problem?
1. 产生了一次Full gc无法解析

What is the expected output? What do you see instead?
日志:
7.680: [Full GC 7.680: [Tenured: 24969K->26088K(34956K), 0.1495914 secs]
34493K->26088K(50764K), [Perm : 18431K->18431K(18432K)], 0.1497249 secs]
[Times: user=0.14 sys=0.00, real=0.14 secs]

源码:
memoryChangeInfoEnd解析得到-1


What version of the product are you using? On what operating system?
0.2


Original issue reported on code.google.com by [email protected] on 23 Feb 2010 at 4:29

没加-XX:+PrintGCTimeStamps参数导致数据解析错误

如果java 参数中没有加上 -XX:+PrintGCTimeStamps 在GCLogAnalyze.java 
第97行

double happenTime=Double.parseDouble(line.substring(0,line.indexOf(":")));

会出现parseDouble转换的问题。

处理的数据格式:
[GC [ParNew: 471872K->51201K(471872K), 0.2502620 secs] 1724527K-
>1314127K(2044736K), 0.2505050 secs] [Times: user=0.94 sys=0.00, real=0.25 
secs] 


Original issue reported on code.google.com by [email protected] on 9 Dec 2009 at 3:29

无法解析FullGC日志

What steps will reproduce the problem?
1. 发生Full GC时无法解析

What is the expected output? What do you see instead?
2011-11-23T20:11:49.076+0800: 1328337.386: [Full GC 1328337.386: [CMS: 
3512986K->2146189K(6123520K), 28.3600520 secs] 6910297K->2146189K(12513280K), 
[CMS Perm : 130902K->52927K(131072K)], 28.3603440 secs] [Times: user=27.41 
sys=0.01, real=28.36 secs]

What version of the product are you using? On what operating system?
gclogviewer-0.3, jdk1.6.0_26

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 24 Nov 2011 at 4:25

Version 0.3 for windows package does not work on 64 bit Windows systems

What steps will reproduce the problem?
1. Download and extract the current distribution [GCLogViewer-0.3-win.zip] on a 
Windows 64 bit system ( x86_64)
2. Navigate to the extracted folder and execute the run.bat file


What is the expected output? What do you see instead?
Expected Output -> The SWT UI should be launched
Instead the following error message is displayed

C:\GCLogViewer-0.3-win>java -Djava.ext.dirs=. -Xms512M -Xmx512M 
code.google.gclogviewer.GCLogViewer
Exception in thread "main" java.lang.UnsatisfiedLinkError: Cannot load 32-bit 
SWT libraries on 64-bit JVM
        at org.eclipse.swt.internal.Library.loadLibrary(Library.java:177)
        at org.eclipse.swt.internal.Library.loadLibrary(Library.java:151)
        at org.eclipse.swt.internal.C.<clinit>(C.java:21)
        at org.eclipse.swt.widgets.Display.<clinit>(Display.java:130)
        at code.google.gclogviewer.GCLogViewer.main(GCLogViewer.java:78)




What version of the product are you using? On what operating system?
GCLogViewer-0.3-win.zip 
Windows 7 64 bit




Please provide any additional information below.

I was able to resolve the issue faced by replacing the 32 bit SWT jar files 
packaged within the distribution
Remove - 
org.eclipse.swt.win32.win32.x86_3.4.1.v3449c.jar
org.eclipse.swt_3.4.1.v3449c.jar
swtgraphics2d.jar

Download the 64 bit SWT libraries from 
http://archive.eclipse.org/eclipse/downloads/drops/R-3.6.1-201009090800/download
.php?dropFile=swt-3.6.1-win32-win32-x86_64.zip & place the following files in 
the original location where the GCLogViewer was extracted. 

swt.jar 
swt-debug.jar

Original issue reported on code.google.com by [email protected] on 1 Feb 2013 at 9:42

Attachments:

Data for gc tuning的JFreeChart显示有问题

What steps will reproduce the problem?
1. 使用CMSGC,系统运行一段时间后观察gclogviewer

What is the expected output? What do you see instead?
Live Data Size Trend视图和Promotion To Old Size 
Trend视图均显示出大量负数值,详见附件图

What version of the product are you using? On what operating system?
gclogviewer-0.3, jdk1.6.0_26

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 24 Nov 2011 at 4:34

Attachments:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.