Book description
Performance tuning is an experimental science, but that doesn't mean engineers should resort to guesswork and folklore to get the job done. Yet that's often the case. With this practical book, intermediate to advanced Java technologists working with complex platforms will learn how to tune Java cloud applications for performance using a quantitative, verifiable, and repeatable approach.
In response to the ubiquity of cloud computing, this updated edition of Optimizing Cloud Native Java addresses topics that are key to high performance of Java applications in the cloud. Many resources on performance tend to focus on the theory and internals of Java virtual machines, but this book discusses the low-level technical aspects within the context of performance-tuning practicalities and examines a wide range of aspects.
With this book, you will:
- Learn how Java principles and technology make the best use of modern hardware, operating systems, and cloud stacks
- Examine the pitfalls of measuring Java performance numbers and the drawbacks of microbenchmarking
- Understand how to package, deploy, operate, and debug Java/JVM applications in modern cloud environments
- Apply emerging observability approaches to obtain deep understanding of cloud native applications
- Use Java language performance techniques including concurrent and distributed forms
Publisher resources
Table of contents
- Foreword
- Preface
- 1. Optimization and Performance Defined
- 2. Performance Testing Methodology
- 3. Overview of the JVM
- 4. Understanding Garbage Collection
- 5. Advanced Garbage Collection
- 6. Code Execution on the JVM
- 7. Hardware and Operating Systems
- 8. Components of the Cloud Stack
- 9. Deploying Java in the Cloud
- 10. Introduction to Observability
- 11. Implementing Observability in Java
- 12. Profiling
- 13. Concurrent Performance Techniques
- 14. Distributed Systems Techniques and Patterns
- 15. Modern Performance and The Future
- A. Microbenchmarking
- B. Performance Antipatterns Catalog
- Index
- About the Authors
Product information
- Title: Optimizing Cloud Native Java, 2nd Edition
- Author(s):
- Release date: October 2024
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781098149345
You might also like
book
Optimizing Java
Performance tuning is an experimental science, but that doesn’t mean engineers should resort to guesswork and …
book
Scalable Data Architecture with Java
Orchestrate data architecting solutions using Java and related technologies to evaluate, recommend and present the most …
book
Hands-On Software Architecture with Java
Build robust and scalable Java applications by learning how to implement every aspect of software architecture …
book
Java Concurrency in Practice
"I was fortunate indeed to have worked with a fantastic team on the design and implementation …