Skip to content

Sample JDK gc logs for JDK version 1.4 to JDK 8, to be used for regression testing#302

Open
alfh wants to merge 1 commit into
LinkedInAttic:masterfrom
alfh:feature_gc_jdk_sample_logs
Open

Sample JDK gc logs for JDK version 1.4 to JDK 8, to be used for regression testing#302
alfh wants to merge 1 commit into
LinkedInAttic:masterfrom
alfh:feature_gc_jdk_sample_logs

Conversation

@alfh
Copy link
Copy Markdown
Contributor

@alfh alfh commented Jan 18, 2015

I've been making some changes to PrintGCStats in naarad, so I would like some way of doing regression testing.

So I've made a simple java program, and executed with JDK 1.4, JDK1.5, JDK6, JDK7, and JDK8, and kept the gc.log files.

Is this something that would be useful to have in test directory in naarad ?

For now, I've only covered JDK4 and 5 completely, I will cover newer versions if you think this is useful.

Sample JDK logs, one for each garbage collector type
in each jdk version.

As of now, only JDK4 and JDK5 has all gc types
covered, will add more if the concept is deemed
useable.

There is one normal/gc.log, this covers a run
of the test java program which ends successfully.

There is one oom/gc.log, this covers a run
of the test java program which ends in
OutOfMemoryException
@alfh alfh force-pushed the feature_gc_jdk_sample_logs branch from 2323c8f to 665d094 Compare January 18, 2015 17:56
@RiteshMaheshwari
Copy link
Copy Markdown
Collaborator

@alfh , thanks for the pull requests! @joyxiong will be looking at them soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants