Questions tagged [verbosegc]

9 questions
8
votes
1 answer

Java verbose:gc How to read the output?

I have a Java application which has some performance issues and someone recommend me to run it in verbose:gc mode. This has been done, but I don't know how to interpret the logging. Is it possible to explain me what it all means or to advise me as…
Maarten Kesselaers
  • 1,141
  • 2
  • 8
  • 19
4
votes
1 answer

Analyzing gc logs

I am using -XX:+PrintGCApplicationStoppedTime and -XX:+PrintGCApplicationConcurrentTime options to turn on gc logging. But found that only after 4 0r 5 prints of PrintGCApplicationStoppedTime my actual details of gc logs printed through…
3
votes
1 answer

Definition of Java's mark-preclean-sweep-reset GC lines?

Can someone please provide some insight into the the following verbosegc lines on a Java runtime with CMS GC enabled? Specifically: Does the event at 29.490 indicate heap location of the highwater for marking? What is the preclean phase and what…
Jé Queue
  • 10,359
  • 13
  • 53
  • 61
3
votes
1 answer

Definition of Java's CMS GC log lines?

Examining a Java runtime with CMS (Concurrent-Mark-Sweep) GC enabled, what is the definition of the CMS space in the logs below? Shall I assume it is the tenured space? I see the following lines of a minor-major-minor GC event 23.481: [GC 23.481:…
Jé Queue
  • 10,359
  • 13
  • 53
  • 61
2
votes
1 answer

Java Large Pages and Verbose GC Header

We have enabled large pages for use on our JBoss system with these commands: -XX:+UseLargePages -XX:LargePageSizeInBytes=2m And we have allocated pages at the OS level and provided permissions for JBoss to use the pages. Everything looks OK except…
moto_beats
  • 39
  • 9
2
votes
1 answer

jvm verbosegc log file issue

We have a Glassfish server on a linux server with verbose:gc on, with the output in a gc.log file. We use the flag -XX:+PrintGCDetails. The generated file contains lines like this : 14.796: [GC [PSYoungGen: 432125K->45845K(454336K)]…
cporte
  • 2,191
  • 3
  • 20
  • 30
1
vote
1 answer

java is PSYoungGen a stop the world event

are these stop the world events, for my a java application / jvm and if so which one. user sys real, [PSYoungGen: 347808K->672K(348160K)] 415832K->68744K(1047552K), 0.0019772 secs] [Times: user=0.03 sys=0.00, real=0.00 secs] [PSYoungGen:…
dmc
  • 401
  • 4
  • 14
0
votes
1 answer

Linux command for verbose gc

A very simple question, Am a brand new guy to linux scripting, I just want to know, How to make the following command to add and run in my linux script. -Xloggc:C:\whereever\jvm.log -verbose:gc -XX:+PrintGCDateStamps I know its a silly question,…
Harry
  • 3,072
  • 6
  • 43
  • 100
-1
votes
1 answer

Using WAS liberty, need to set verbose GC

Need to configure verbose GC for WAS liberty profile. How to set log file size, roll over count for the verbose GC log files.
Hitesh Bajaj
  • 137
  • 2
  • 12