Question-105: Which of the following information would be printed when you run the nodetool gcstats subcommand?
- Cluster wide garbage collection info
- Get all Questions and Answer from here
- You need to have paid subscription to access all questions
- Thanks for considering Python Certification Material
Ans : B,E
Exp : Remember that nodetool utility is mainly for individual node and most of the information you would get it is not for entire cluster but rather for individual node. And by running the gcstats command you can get the following detail.
- Node specific info for the JVM garbage collection
- Measurements which accumulates since previous invocation of gcstats.
-
You can access to full explanation to question and answer from this page.