Completed
Define and Understand
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Java Performance Engineer's Survival Guide - Step-by-Step Approach to Performance Issues
Automatically move to the next video in the Classroom when playback concludes
- 1 EMERGING TECHNOLOGIES FOR THE ENTERPRISE CONFERENCE
- 2 About Me
- 3 Ask Questions
- 4 Define and Understand
- 5 Define Success!
- 6 Work For It!
- 7 Throughput
- 8 Response Time
- 9 Capacity Management
- 10 Java Application Stack
- 11 Application Performance Analysis
- 12 JVM + Runtime Performance Analysis
- 13 OS Performance Analysis
- 14 Hardware Performance Analysis
- 15 Top Down Approach - Process
- 16 What are You Trying to Achieve?
- 17 Bottom-Up Approach
- 18 Bottom Up Approach - Process
- 19 Top-Down Approach
- 20 3: Profile + Analyze
- 21 Tune
- 22 Where to Start?
- 23 Know What You Are Stressing!
- 24 Where to Next?
- 25 Improvements in Contended Locking
- 26 What are Contended Locks
- 27 Wait Set
- 28 Java Monitors
- 29 Contended Lock Benchmarking
- 30 How Do We Do That?
- 31 Profiling with 'collect'
- 32 Speed Up Targets
- 33 Improvement Targets
- 34 Java Monitor Enter Operation
- 35 Quick Enter
- 36 Slow Enter
- 37 Monitor Exit
- 38 Unpark