Hadoop Components JVM Tab - Teradata Viewpoint - Teradata Workload Management

Teradata® Viewpoint User Guide

Product
Teradata Viewpoint
Teradata Workload Management
Release Number
17.10
Published
February 2022
Language
English (United States)
Last Update
2022-06-28
dita:mapPath
lks1628075605455.ditamap
dita:ditavalPath
tky1501004671670.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