https://github.com/beansoft/visualgc_java8
Visualgc patch for Java 8+ and visualgc for IDEA
https://github.com/beansoft/visualgc_java8
garbage-collection idea-plugin jvm-monitor
Last synced: 8 months ago
JSON representation
Visualgc patch for Java 8+ and visualgc for IDEA
- Host: GitHub
- URL: https://github.com/beansoft/visualgc_java8
- Owner: beansoft
- License: bsd-3-clause
- Created: 2020-05-22T09:18:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-25T23:41:07.000Z (9 months ago)
- Last Synced: 2025-04-04T18:47:15.161Z (9 months ago)
- Topics: garbage-collection, idea-plugin, jvm-monitor
- Language: Java
- Homepage:
- Size: 10.3 MB
- Stars: 25
- Watchers: 2
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Java Perf Tools and IDEA Plugin DevKit Helper
This repo contains mainly two parts:
## A. Visual Garbage Collection Monitoring Tool and JConsole performance tool
a graphical tool for monitoring the HotSpot Garbage Collector, Compiler, and class loader. It can monitor both local and remote JVMs.
1. visualgc_fix
minimal fix with original visualgc code to run under Java 8.
2. visualgc_java8
Fix visualgc to run and add more gc details.
3. visualgc_idea
A IDEA plugin with visualgc embed.
4. _JDKThreadCPU
a JConsole plugin that displays the most active threads of the (Java) application being monitored by JConsole.
## B. An IDEA Plugin DevKit Helper
This plugin will provides some feature on IDEA Plugin DevKit. The 1.0 only provides a small function that when
you editing plugin.xml, the HTML content in description and change-notes will be treated as HTML so syntax highlighting
and tag completion will work.