`

visualVM中各个名词的解释

    博客分类:
  • JVM
阅读更多
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

 

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
   

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

分享到:
评论

相关推荐

    visualvm中文版

    visualvm,java jvm监控工具,可远程调试程序,idea下载-visualvm-launcher插件容易使用

    visualvm 中文版

    可以使用VisualVM生成和分析海量数据、跟踪内存泄漏、监控垃圾回收器、 执行内存和CPU分析,同时它还支持在MBeans上进行浏览和操作。

    visualvm 中文版(亲测可用)

    版本1.3.9 (2016-10-4 发布) VisualVM is a visual tool integrating commandline JDK tools and lightweight profiling capabilities. Designed for both development and production time use.

    visualvm143.zip

    visualvm143.zip

    VisualVM_142 For Mac

    VisualVM 142 For Mac,亲测好用 VisualVM 是一个工具,它提供了一个可视界面,用于查看 Java 虚拟机 (Java Virtual Machine, JVM) 上运行的基于 Java 技术的应用程序(Java 应用程序)的详细信息。VisualVM 对 ...

    visualVM 1.42

    官方版本,visualvm 1.42 ,为了那些从官网下载不了的朋友服务

    VisualVM 2.1.5 (visualvm-215.zip)

    VisualVM 2.1.5 (visualvm_215.zip)是一个集成了命令行 JDK 工具和轻量级分析功能的可视化工具。 专为开发和生产时间使用而设计。

    visualvm_144.zip

    visualvm_144.zip 官网 最新版的Java visualvm 性能监控

    VisualVM简介

    VisualVM简介

    VisualVM介绍

    VisualVM安装、功能介绍、远程监控设置

    VisualVM官网1.4.1下载

    VisualVM is a visual tool integrating commandline JDK tools and lightweight profiling capabilities. Designed for both development and production time use.

    visualvm eclipse 插件

    VisualVM 提供在 Java 虚拟机 (Java Virutal Machine, JVM) 上运行的 Java 应用程序的详细信息。在 VisualVM 的图形用户界面中,您可以方便、快捷地查看多个 Java 应用程序的相关信息。

    visualvm, 在一个Java故障排除工具中,VisualVM是一个.zip

    visualvm, 在一个Java故障排除工具中,VisualVM是一个 ( 母版) 源库VisualVM是一个集成命令行JDK工具和轻量级分析能力的可视化工具。 有关详细信息,下载和文档,请参阅 https://visualvm.github.io 。获取工具使用...

    visualvm下载地址.txt

    与压力测试并用的监控工具visualvm,说明:VisualVM is a visual tool integrating commandline JDK tools and lightweight profiling capabilities. Designed for both development and production time use.

    visualvm202

    visualvm官网下载地址http://visualvm.github.io/download.html perfma.com https://gceasy.io/ https://processon.com/

    jvm监控工具visualVM

    visualVM,放到%JAVA_HOME%\bin目录下即可。

    visualvm_201.zip

    visualvm_201是jvm调优的一个测试工具

    visualvm_14.zip

    性能分析神器VisualVM VisualVM 是一款免费的,集成了多个 JDK 命令行工具的可视化工具,它能为您提供强大的分析能力,对 Java 应用程序做性能分析和调优。

    Visualvm工具

    Visualvm多合一故障处理工具

Global site tag (gtag.js) - Google Analytics