I am about to monitor JVM memory utilization for individual nodes. The tool (JON 3.3) has different metrics like initial heap/non heap , committed heap/non heap , used heap /non heap , maximum heap/non heap usages. I have decided to monitor used heap and committed heap usage to observe the memory performance of JVM.
Is it enough to watch mentioned parameters if not what are the other parameters should be monitored apart from used and committed heap usage.Please advice on this.