Hadoop Components JVM Tab - Teradata Viewpoint - Teradata Workload Management

Teradata® Viewpoint User Guide

Product
Teradata Viewpoint
Teradata Workload Management
Release Number
16.50
16.20
Published
July 2021
Language
English (United States)
Last Update
2021-07-27
dita:mapPath
yqb1520516846011.ditamap
dita:ditavalPath
yqb1520516846011.ditaval
dita:id
B035-2206
lifecycle
previous
Product Category
Analytical Ecosystem

The JVM tab for Teradata Hadoop master node and data node displays detailed information about heap memory, non-heap memory, and thread counts.

Heap Memory

Heap Memory Description
Used Amount of memory currently used to store Java objects
Committed Amount of allocated memory for Java object storage
Total Configured maximum size of Java heap

Non-Heap Memory

Non-Heap Memory Description
Used Amount of memory currently used by Java to store loaded classes and other metadata
Committed Amount of allocated memory for Java loaded classes and other metadata storage
Total Configured maximum size of Java non-heap

Thread Counts

Thread Counts Description
New Amount of threads created but not started
Runnable Amount of threads executing
Blocked Amount of threads waiting for a monitor lock
Waiting Amount of threads waiting indefinitely for another thread to perform an action
Timed Waiting Amount of threads waiting for a specified wait time for another thread to perform an action
Terminated Amount of threads that can no longer execute