Profiling JEE/Spring applications
Categories: JProfilerScreencast This screencast showcases JProfiler's support for JEE and Spring, in particular the JEE/Spring component detection and the JEE/Spring aggregation level in the call tree...
View ArticleProfiling Java applications in a Kubernetes cluster
Categories: JProfilerScreencast This screencast shows how you can profile JVMs running in Kubernetes cluster with JProfiler. A profiling session with a note taking demo application sessions is started...
View ArticleProfiling Java applications in Docker containers
Categories: JProfilerScreencast This screencast shows how to use JProfiler to profile a JVM that is running in a Docker container. JProfiler has dedicated zero-configuration support for attaching to...
View ArticleUsing sunburst diagrams for understanding Java memory consumption
Categories: JProfilerScreencast This screencast shows how to use the sunburst diagram in the biggest objects view of JProfiler's heap walker to visualize memory consumption of your Java application....
View ArticleUsing flame graphs when profiling Java applications
Categories: JProfilerScreencast Flame graphs are a great way to get an overview of the entire call tree and to visualize performance characteristics. This screen cast shows how the jclasslib bytecode...
View ArticleProfiling a Netty server
Categories: JProfilerScreencast JProfiler's support for Netty covers many modern web frameworks that use Netty under hood, like Vert.x, Micronaut, Ktor or Spring WebFlux. This screen cast shows how to...
View ArticleInlining asynchronous executions in JProfiler's call tree
Categories: JProfilerScreencast This screencast shows how to use the "Inline async executions" call tree analysis to get a unified call tree across thread boundaries This is made possible by JProfiler...
View ArticleProfiling HTTP calls and tracking them between JVMs
Categories: JProfilerScreencast This screen cast shows how to profile HTTP calls with the HTTP client probe and use the HTTP remote request tracking feature to follow HTTP calls from one JVM into...
View ArticleWorking with merged reference trees in JProfiler
Categories: JProfilerScreencast This screen cast shows how to analyze memory leaks in Java applications or reduce memory consumption in general if the objects of interest are not all referenced in the...
View ArticleHow to configure a script probe in JProfiler
Categories: JProfilerScreencast This screen cast shows how to configure a script probe for a Java profiling session in JProfiler. Script probes are custom probes that intercept selected methods and...
View ArticleMigrating to install4j 10.0
Categories: install4jMigration In nearly all cases, migrating to install4j 10 just means opening and saving your project with the install4j 10 IDE. Nevertheless, there are some considerations with...
View ArticleNew web license service and improvements for the on-premises server
Categories: General Customers with floating licenses now have more flexibility: Starting with with the most recent releases of JProfiler and install4j, we now offer a web license service, so you do not...
View ArticleMigrating to install4j 9
Categories: install4jMigration In nearly all cases, migrating to install4j 9 just means opening and saving your project with the install4j 9 IDE. Nevertheless, there are some considerations with...
View ArticleSupport for macOS Apple Silicon
Categories: General Please note: Several JDK providers now offer the macos-aarch64 architecture and there is no need anymore to create the bundle yourself, install4j can do this for you automatically....
View ArticleMigrating to install4j 8
Categories: install4jMigration In nearly all cases, migrating to install4j 8 just means opening and saving your project with the install4j 8 IDE. Nevertheless, there are some considerations with...
View ArticleAutomation sandboxing in macOS 10.14
Categories: install4j macOS 10.14 introduces automation sandboxing as part of a new push for security. This change impacts installers generated with install4j prior to 7.0.8, because they use...
View ArticleDevelopment Sneak Peek: Dark Mode and HiDPI
Categories: JProfiler A system-wide dark mode is coming to both macOS and Windows. That's why we're working on a dark mode for JProfiler as well. Based on the excellent Darcula Look and Feel from our...
View ArticleStricter time-stamp validation on macOS 10.14
Categories: install4j Today we released an install4j emergency release for macOS 10.14 that fixes a problem with code signing. Previous versions of install4j used time stamp validation during...
View ArticleProfiling MongoDB
Categories: JProfilerScreencast This screen cast shows how to use the MongoDB probe in JProfiler that has been added in JProfiler 8.0. The profiled application is the vert.x web demo application that...
View ArticleProfiling class loaders and solving related memory leaks
Categories: JProfilerScreencastMemory Leak This screen cast shows how the class loaders probe can be used to debug class loading and to solve class loader memory leaks.
View Article