From 3041a18cd6770443675553e0e267b0e4cce44e87 Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Thu, 29 Aug 2024 03:12:27 +0200 Subject: [PATCH] updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1383f3c0d5..ae9f08f6450 100644 --- a/README.md +++ b/README.md @@ -1170,13 +1170,13 @@ See also [Knowledge Base notes for CI/CD](https://github.com/HariSekhon/Knowledg `java/` directory: - `java_show_classpath.sh` - shows Java classpaths, one per line, of currently running Java programs +- `jvm_heaps*.sh` - show all your Java heap sizes for all running Java processes, and their total MB (for performance tuning and sizing) - Java Decompilers: - `java_decompile_jar.sh` - decompiles a Java JAR in /tmp, finds the main class and runs a Java decompiler on its main .class file using `jd_gui.sh` - `jd_gui.sh` - runs Java Decompiler JD GUI, downloading its jar the first time if it's not already present - `bytecode_viwer.sh` - runs Bytecode-Viewer GUI Java decompiler, downloading its jar the first time if it's not already present - `cfr.sh` - runs CFR command line Java decompiler, downloading its jar the first time if it's not already present - `procyon.sh` - runs Procyon command line Java decompiler, downloading its jar the first time if it's not already present -- `jvm_heaps*.sh` - show all your Java heap sizes for all running Java processes, and their total MB (for performance tuning and sizing) See also [Knowledge Base notes for Java](https://github.com/HariSekhon/Knowledge-Base/blob/main/java.md) and [JVM Performance Tuning](https://github.com/HariSekhon/Knowledge-Base/blob/main/java-jvm-performance-tuning.md).