below is gc logging option to write the specific file
-verbose:gc
-Xloggc:/logs/gc.log
OK. Good. but when java app is restarted, old gc log contents in the file disappeared. I hope vm to append gc log to "/logs/gc.log" file.
does option for this exist? or i have to write shell script to back up old gc file?