У нас вы можете посмотреть бесплатно A Glance At The Java Performance Toolbox by Ana Maria Mihalceanu или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Understanding what is going on in your Java application is crucial when it comes to improving the performance of your application. Performance tuning starts with analysis, and JDK tools like jcmd, jconsole, jstat, jmap, etc., can help you gain insights on classes and threads and perform live GC analysis or heap dump postprocessing. In this talk, we’ll look at the functional areas of visibility essential to Java and discuss how these tools provide that information.