Video description
Based on the best-selling book, Java Performance LiveLessons covers the latest Oracle and third-party tools for monitoring and measuring performance on a wide variety of hardware architectures and operating systems. In these video lessons, Charlie Hunt provides viewers with an overview of a modern Java Virtual Machine, the critical performance statistics to monitor within an operating system, JVM, and Java application, an overview of how the HotSpot garbage collectors work, explanation of the garbage collection output produced by the garbage collectors, and a step by step approach to tuning a Java application.
About the Author:
Charlie Hunt is the Performance Engineering Architect at Salesforce.com. He was previously at Oracle, where he was responsible for improving the performance of the HotSpot JVM and Java SE class libraries. He has also been involved in improving the performance of the Oracle GlassFish and Oracle WebLogic servers. A regular JavaOne speaker on Java performance, he is coauthor of Java Performance (Addison-Wesley, 2011) and NetBeans™ IDE Field Guide (Prentice Hall, 2005).
Table of contents
- Introduction
-
Lesson 1: JVM Overview
- Learning objectives 00:01:25
- 1.1 Understand the JRE / JDK differences 00:01:52
- 1.2 Install the JDK 00:08:37
- 1.3 Understand the major components of a modern Java Virtual Machine 00:06:25
- 1.4 Understand the runtime subsystem 00:03:23
- 1.5 Understand the memory management garbage collection (GC) subsystem 00:05:19
- 1.6 Understand the JIT compiler subsystem 00:03:22
-
Lesson 2: Collecting Performance Statistics
- Learning objectives 00:01:03
- 2.1 Understand the importance of a methodology 00:00:53
- 2.2 Understand which operating system metrics to monitor 00:05:19
- 2.2.a Understand which operating system metrics to monitor: Monitor metrics on Windows 00:13:48
- 2.2.b Understand which operating system metrics to monitor: Monitor metrics on Linux 00:21:12
- 2.2.c Understand which operating system metrics to monitor: Monitor metrics on Solaris 00:08:22
- 2.3 Understand what JVM metrics to monitor 00:21:28
- 2.4 Understand what application level metrics to monitor 00:02:27
-
Lesson 3: Understand HotSpot JVM GC Logs
- Learning objectives 00:01:03
- 3.1 Understand how Parallel GC works 00:05:20
- 3.2 Understand Parallel GC logs 00:14:57
- 3.3 Understand how CMS GC works 00:08:12
- 3.4 Understand CMS GC logs 00:21:04
- 3.5 Understand how G1 GC works 00:15:37
- 3.6 Understand G1 GC logs 00:15:56
-
Lesson 4: Tune the HotSpot JVM Step-by-Step
- Learning objectives 00:01:29
- 4.1 Create a plan of attack 00:10:01
- 4.2 Understand the step-by-step process 00:05:52
- 4.3 Determine memory footprint size 00:09:09
- 4.4 Tune for latency / responsiveness 00:29:47
- 4.5 Tune for throughput 00:09:27
- Summary
Product information
- Title: Java Performance LiveLessons (Video Training)
- Author(s):
- Release date: June 2013
- Publisher(s): Addison-Wesley Professional
- ISBN: 0133443566
You might also like
video
Design Patterns (Clean Coders Video Series)
Overview Get ready for something very different. This ain't no screen cast. This ain't no talkin' …
book
Head First Design Patterns, 2nd Edition
You know you don’t want to reinvent the wheel, so you look to design patterns—the lessons …
video
Clean Code
Expanded Edition (August 2018) Updated with Design Patterns episodes from the Clean Code series from Clean …
video
Advanced Java Performance: Hotspot GC Tuning LiveLessons
2+ Hours of Video Instruction Overview Advanced Java Performance: HotSpot GC Tuning LiveLessons covers the common …