Seriously? You can't just execute xdg-open? At least make the text selectable/copyable!! #Java #VisualVM #WTF

Профилирование Java-приложений: от HeapDump до Grafana

Добрый день дорогой читатель. Сегодня я дам тебе несколько советов для поиска и анализа проблем в твоем Java приложении. Мы разберем такие вещи как: HeapDump, ThreadDump, VisualVM, Grafana, HikariPool, Prometheus и Garbage Collector.

https://habr.com/ru/articles/837834/

#heapdump #threaddump #grafana #hikaricp #visualvm

Профилирование Java-приложений: от HeapDump до Grafana

Добрый день дорогой читатель. Сегодня я дам тебе несколько советов для поиска и анализа проблем в твоем Java приложении. Мы разберем такие вещи как: HeapDump, ThreadDump, VisualVM, Grafana и...

Хабр
9 Best Java Profilers to Use in 2024

In this article, I will share why my team decided to start a Java profiler, the list of profilers we found that are suited for profiling Java apps, and how to analyze the data from the profiler to draw conclusions faster.

foojay
Top Java Profilers for 2024 - Java Code Geeks

Unveiling the Top Java Profilers: Optimize Application Performance & User Experience. Discover JProfiler, YourKit, VisualVM

Java Code Geeks
I was debugging a huge (~20GB) #MemoryLeak in my #Java program and just couldn't find the source. Just out of curiosity, I hit the "Perform GC" button in #VisualVM and voilà, memory usage drops down to 4.5 GB. Thanks pal, for garbage collecting well, never!
#visualvm is a great tool for monitoring #jvm instances but I never noticed it could monitor #jdbc and #jpa queries. #java
https://vladmihalcea.com/jdbc-profiling-visualvm/
JDBC Profiling with VisualVM - Vlad Mihalcea

Learn how to do JDBC profiling using the VisualVM tool and find slow-running SQL queries or N+1 query issues.

Vlad Mihalcea
Identify performance bottlenecks · Issue #207 · metafacture/metafacture-fix

@blackwinter experienced a serious decline of performance when comparing a comprehensive (~ 20M documents) ETL workflow using fix in comparison to a similar morph. Factor was about 100 34 between 3...

GitHub