java - how to use GCMV in Eclipse? -
java - how to use GCMV in Eclipse? -
all in title.
i found plugin in eclipse evaluate webapp running on tomcat6 server. after open perspective gcmv
, turn on server, shows nil @ all.
i've done search gcmv tutorial eclipse
etc. didn't find interesting.
well know i'm such idiot, can give instructions how utilize it?
gcmv doesn't work on running jvm. used offline after application finishes.
to utilize it, following:
add next vm argument command line generate gc log file:-verbose:gc -xx:+printgcdatestamps -xx:+printgcdetails -xx:+printgctimestamps -xloggc:[log file location]
as stated above, gcmv perspective utilize file->load file... file generated in step 1. java eclipse garbage-collection
Comments
Post a Comment