I want to count the number of classes and the permgen space of my java code using jmap. However since I am running my code in ecplise , additional classes and permgen space (which belongs to ecplise ) is being shown.
I tried to run the code from my terminal but was unable to due to some dependency issues. Does someone know a way around this issue ?