Hadoop TaskTracker JVM metrics (HADOOP_TASKTRACKER_JVMMETRICS)

The HADOOP_TASKTRACKER_JVMMETRICS application class contains all the basic statistics received from the Java Virtual Machine metrics for the TaskTracker group. These attributes are related to the memory usage, thread counts, garbage collection and error logs of the JVM. The Hadoop KM gathers these attributes by executing the following query:

<TaskTracker jmx url>?qry=Hadoop:service=TaskTracker,name=JvmMetrics

where,

<TaskTracker jmx url> is the Java Management Extensions url, http://<<TaskTracker host name>>:<<TaskTracker port>>/jmx 

qry is Hadoop by default

service contains the type of the group, for example, DataNode, ResourceManager, JobTracker, ResourceManager, TaskTracker and other available groups

name contains the type of metrics data you want to collect and display, for example, JVMmetrics, Queuemetrics, RPCactivity and other available metrics types

Application class attributes

ItemDescription
ActiveYes
Created byDiscovery
Parent class

HADOOP_TASK_TRACKER_NODE

Child classNone

Attributes (parameters)

Was this page helpful? Yes No Submitting... Thank you

Comments