Java Troubleshooting - keshavbaweja-git/guides GitHub Wiki

Generate Heap dump

Analyse Heap dump

Generate Thread dump

top command

top %cpu greater than 100

On multi-core systems, you can see percentages of CPU usage are greater than 100%. You can toggle this behavior by hitting Shift + i while top is running to show the overall percentage of available CPUs in use. top %cpu greater than 100

⚠️ **GitHub.com Fallback** ⚠️