How to monitor JVM memory in Apache NiFi -


i creating memory monitoring reporting tasks in apache nifi, monitory jvm usage. don't know memory pool appropriate monitor usage of jvm. suggestion appreciated.

memory pools available:

  • code cache

  • metaspace

  • compressed class space

  • g1 eden space

  • g1 survivor space

  • g1 old gen

as per knowledge g1 eden space, g1 survivor space , g1 old gen younger generation memory pool, these 3 used monitor java heap space. correct me if wrong.


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -