https://github.com/beansoft/visualgc_jdk8
The VisualGC 3.0 standalone version with enhancement for HotSpot JDK 8(独立运行版, 支持JDK 8, 增强了部分功能)
https://github.com/beansoft/visualgc_jdk8
garbage-collection java-8 jvm-performance
Last synced: about 1 year ago
JSON representation
The VisualGC 3.0 standalone version with enhancement for HotSpot JDK 8(独立运行版, 支持JDK 8, 增强了部分功能)
- Host: GitHub
- URL: https://github.com/beansoft/visualgc_jdk8
- Owner: beansoft
- Created: 2020-06-14T13:54:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-02T07:49:01.000Z (almost 5 years ago)
- Last Synced: 2025-04-04T18:47:15.922Z (about 1 year ago)
- Topics: garbage-collection, java-8, jvm-performance
- Language: Shell
- Homepage:
- Size: 218 KB
- Stars: 32
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# visualgc_jdk8
The VisualGC 3.0 standalone version with enhancement for HotSpot JDK 8.
The full source code is here: https://github.com/beansoft/visualgc_java8/tree/master/visualgc_java8
源码已完全提供, 地址: https://github.com/beansoft/visualgc_java8/tree/master/visualgc_java8
VisualGC 3.0 独立运行版, 支持JDK 8, 增强了部分功能.
1. Support choose JVM process upon start;
2. Added support for detailed collectors GC time;
3. Display detailed values(time:value) on chart mouse hover;
4. Run under Hotspot JDK 8+, supports monitor Hotspot JDK 1.5 ~ 14, tested for CMS, G1;
5. Supports Chinese and English language.
This tool is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
------
1. 支持启动时选择 JVM 进程列表;
2. 支持观测详细的收集器GC暂停时间;
3. 图表支持鼠标移动详细信息显示(时间和值);
4. 支持 Hotspot JDK 8+版本下运行, 可检测 Hotspot JDK 1.5 ~ 14, 在 CMS, G1等收集器下检测通过;
5. 中英双语显示.
此工具仅希望能有所帮助, 但不提供任何担保.


