java-performance-tuning
There are 11 repositories under java-performance-tuning topic.
mgm3746/garbagecat
Parses Java garbage collection logging and analyzes collectors, safepoint triggers, JVM version, JVM options, and OS information and reports error/warn/info level analysis and recommendations to support JVM tuning and troubleshooting for OpenJDK derivatives: (e.g. Adoptium, Azul, Microsoft, Oracle, Red Hat, etc.).
eostermueller/littleMock
littleMock is an easy-to-install demo environment for Java performance tuning. Runs on Windows/Mac/Linux.
vitaliy-sk/PerfUnit
PerfUnit is Java Agent which helps to take control over applications bottlenecks, expensive calls, or simply control your performance SLO budget.
Hunterdii/Awesome-Java
🎉Awesome Java is a meticulously curated list of exceptional frameworks, libraries, and software that will help you elevate your Java programming experience. 🌟 Whether you’re developing web applications 🌐, working on microservices ⚙️, or building complex enterprise systems 🏢, this repository provides the tools 🛠️ you need to succeed. 🚀
Nastel/gocypher-cybench-intellij
CyBench IntelliJ IDEA plugin for benchmarking APIs, Java code
mgm3746/joa
JVM Options Analyzer
RingBufferLab/junit-jmh-extension
Turn any unit or integration test into benchmark
Nastel/gocypher-cybench-eclipse
CyBench plugin for Eclipse for benchmarking APIs, Java code
catalintrif/multi-language-bench
A comparison of C++/Java/Scala/Go runtime speed for the Havlak algorithm, updated to run with the current versions of compilers / build tools.
donnachaforde/donnachaforde.github.io
Donnacha on GitHub (Blogs & Posts, Lectures and Code)
jdbirla/buggyapp
This app has all java performance issue BuggyApp is an opensource chaos engineering program that can simulate various performance problems like Memory Leak, OutOfMemoryError, CPU spike, thread leak StackOverflowError, deadlock, unresponsiveness.