Process Memory
Parameters
|
Description
|
Eden Space (Heap
Memory) |
Pool from which
memory is initially allocated for most objects |
Survivor Space
(Heap Memory) |
Pool containing
objects that have survived GC of eden space. |
Tenured Generation
(Heap Memory) |
Pool containing
objects that have existed for some time in the survivor
space. |
Permanent Generation
(Non-Heap) |
Holds all the
reflective data of the virtual machine itself, such as
class and method objects. With JVMs that use class data
sharing, this generation is divided into read-only and
read-write areas. |
Code Cache (Non-Heap) |
Memory used
for compilation and storage of native code. |
Thread Parameters
|
Live Threads |
Number of live
threads currently running |
Daemon Threads |
Number of daemon
threads currently running |
Runnable Threads |
A thread executing
in the Java virtual machine is in this state |
Blocked Threads |
A thread that
is blocked waiting for a monitor lock is in this state |
Waiting Threads |
A thread that
is waiting indefinitely for another thread to perform
a particular action is in this state. |
Timed waiting
Threads |
A thread that
is waiting for another thread to perform an action for
up to a specified waiting time is in this state |
Total threads started |
Total number of threads created and also started since the Java virtual machine started |
Peak Threads |
Peak live thread count since the Java virtual machine started or peak was reset |
Deadlocked |
Number of threads that are in deadlock waiting to acquire object monitors |
You can also use Applications Manager to monitor and analyse thread dump
of a Java Application. |
Virtual Memory
Parameters
|
Classes loaded |
Number of classes
loaded |
Classes Unloaded |
Number of classes
unloaded |
GC time |
Time taken to
perform garbage collection |
Compile time |
Time spent in
just-in-time (JIT) compilation |
Max file descriptor |
Maximum permissible
open file descriptor. Available only for UNIX. |
Open file descriptor |
Current count
of open file descriptors. Available only for UNIX. |
Host Memory Parameters
|
Total Physical Memory |
Total amount of physical memory in Megabytes |
Free Physical Memory |
The amount of free physical memory in Megabytes |
Total Swap Space |
Total amount of swap space in Megabytes |
Committed Virtual Memory |
The amount of virtual memory that is guaranteed to be available to the running process in Megabytes |
Garbage Collector
|
Time Spent/Min |
Total number of collections that have occurred |
Collections/Min |
Approximate collection elapsed time in milliseconds |
Thread Count |
Number of threads used for Garbage Collector |
Last Start Time |
Start time of this GC |
Last End Time |
End time of this GC |
Memory usage before GC |
Memory usage of all memory pools at the beginning of this GC |
Memory usage after GC |
Memory usage of all memory pools at the end of this GC |
Configuration
|
Uptime |
The uptime of the Java virtual machine |
Java Virtual Machine |
The Java virtual machine implementation name |
Vendor |
The Java virtual machine implementation vendor |
Process ID |
The process identifier is a number used by some operating system kernels to uniquely identify a process |
Name |
The name representing the running Java virtual machine |
VM arguments |
The input arguments passed to the Java virtual machine which does not include the arguments to the main method |
Class path |
The Java class path that is used by the system class loader to search for class files |
Library path |
The Java library path |
Library path |
The boot class path that is used by the bootstrap class loader to search for class files |
JIT compiler |
The name of the Just-in-time (JIT) compiler |
Objects Pending for finalization |
The approximate number of objects for which finalization is pending |
Operating System |
The name of the operating system |
Architecture |
The operating system architecture |
Processors |
The number of processors available to the Java virtual machine |
相关推荐
Java Runtime Environment (JRE) 1.4.2 是Java应用程序执行所需的关键组件,它为开发者和用户提供了在各种操作系统上运行Java应用的基础。这个版本是Sun Microsystems在2004年发布的一个重要里程碑,它在Java技术的...
Java Runtime Environment(JRE)是Java程序运行所需的基础组件,它是Oracle公司提供的Java平台标准版(Java SE)的一部分。在本例中,我们讨论的是64位版本的JRE 1.8.0,适用于Windows操作系统。这个版本的JRE包含...
Java Runtime Environment 1.8.0是Java开发和运行应用程序必不可少的一部分,它是Oracle公司发布的Java平台标准版(Java SE)的实现。这个版本是32位的,这意味着它设计用于在32位操作系统上运行,比如Windows XP、...
Java Runtime Environment-6.0.26.exe
Java Runtime Environment(JRE)是Java程序运行所需的基础组件,由Oracle公司提供。1.6.0.7 版本是针对32位操作系统的一个特定发行版,这意味着它设计用于在32位Windows系统上执行Java应用程序。在这个版本中,Java...
Java Runtime Environment(JRE)是Java程序运行所需的基础组件,它是Oracle公司提供的Java平台的核心部分。JRE 1.8.0_45是Java 8的一个特定版本,64位版本则是为在64位操作系统上运行Java应用程序设计的。这个版本...
Java Runtime Environment(JRE)是Java程序运行所需的基础软件组件,它是Java开发工具集(Java Development Kit,JDK)的一部分。32位的Java Runtime Environment是专为32位操作系统设计的版本,允许用户在这样的...
Java Runtime Environment(JRE)是Java程序运行所需的基础组件,它是Oracle公司提供的Java平台标准版(Java SE)的一部分。在本例中,我们讨论的是版本1.8.0_45,这是一个64位的版本,专为64位操作系统设计。这个...
Java Runtime For MacOS X 10.7
Java Runtime Environment(JRE)是运行Java应用程序所必需的基础组件,它包含了Java虚拟机(JVM)、类库以及其他支持Java程序运行的组件。最新版"1.8.0.271"是Oracle公司发布的Java SE 8的一个更新版本,主要用于...
java runtime environment(JRE)安装 2020-11-4 一、搭建环境 1.1 安装Keil 5 官网下载:http://www2.keil.com/mdk5/ 百度网盘:https://pan.baidu.com/s/18t_ta0WWX_f1KCKXfgj_Zw 提取码:gx3r 1.2 安装JRE 由于...
JRE (Java Runtime Environment) 则是运行 Java 应用所需的最小环境,它包含了 Java 虚拟机(JVM)和库,用于运行已编译的 Java 类。 2. **Java 内存区域**: Java 虚拟机将内存分为五个主要区域:程序计数器、...
Java Runtime Environment(JRE)是Java程序运行所需的基础软件组件,它包含了Java虚拟机(JVM)、类库以及其他支持Java应用程序执行的组件。64位的Java Runtime Environment是为了在64位操作系统上运行Java程序而...
毕业时的外文翻译原文 A Race-Aware Java Runtime
总的来说,Java Runtime Environment 6.0.450是Java应用程序运行的基石,包含了解释器、类库和服务,为开发者提供了强大的工具集,并确保了跨平台兼容性和安全性。尽管现在有更先进的Java版本,但老版本依然在很多...
Java Runtime Environment(JRE)是Java程序运行所需的基础组件,它包含了Java虚拟机(JVM)、类库以及其他支持Java应用程序执行的必要组件。标题提到的"Java Runtime Environment 8u201"是指Java 8的第201次更新,...
Installation notes for the J2SE Runtime Environment 5.0 (JRE), including system requirements and installation instructions, are available for the following platforms. Platform 32-bit Installation 64...
Java Runtime Environment-6.0.200.2.exe JRE为JavaRunTimeEnvirment的简称,JavaRuntimeEnvironment(包括JavaPlug-in)是Sun的产品,包括两部分:JavaRuntimeEnvironment和JavaPlug-inJavaRuntimeEnvironment(JRE...
在Java基础名词解释汇总中,Runtime exceptions是运行时间异常,是指一中不能被你自己的程序处理的异常。Source file是源文件,是包含你的Java代码的一个纯文本文件。Stack trace是堆栈轨迹,如果你需要打印出某个...