Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-23T10:21:35.000Z (11 months ago)
- Last Synced: 2023-12-23T11:58:33.576Z (11 months ago)
- Topics: garbage-collection, idea-plugin, jvm-monitor
- Language: Java
- Homepage:
- Size: 9.97 MB
- Stars: 22
- Watchers: 1
- Forks: 4
- Open Issues: 2
-
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.