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

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -