更新时间:2021-04-13 16:43:07
封面
版权页
Credits
About the Author
About the Reviewers
Support files eBooks discount offers and more
Preface
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
Chapter 1. Performance Tuning Concepts
What you will get from this book?
What is performance?
Scalability: the other side of performance
The tuning process
Tuning Java Enterprise applications
Summary
Chapter 2. Installing the Tools for Tuning
Profiling the Java Virtual Machine
Profiling your applications with Eclipse Test and Performance Tools Platform (TPTP) Project
Load testing your application with JMeter
Operating system tools and commands
Chapter 3. Tuning the Java Virtual Machine
Choosing the JVM settings
Which is the correct ratio between the young and old generations?
A practical example
Chapter 4. Tuning the JBoss AS
JBoss AS pools
Logging for performance
Chapter 5. Tuning the Middleware Services
Introduction to the Java Messaging system
An example use case with HornetQ
Chapter 6. Tuning the Persistence Layer
Tuning JDBC
Tuning Hibernate and JPA
Evaluating using caches to speed up your queries
Optimizing data synchronization
A sample use case
Chapter 7. JBoss AS Cluster Tuning
Configuring JGroups transport
Tuning JBoss Cache
Tuning session replication
Chapter 8. Tomcat Web Server Tuning
Chapter 9. Tuning Web Applications on JBoss AS
Tuning web services
Appendix A. A Tuned Mind
Index