Book Image

WildFly Performance Tuning

Book Image

WildFly Performance Tuning

Overview of this book

Table of Contents (17 chapters)
WildFly Performance Tuning
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 10. WildFly Clustering

In the initial chapter of this book, we mentioned that systems often need to be able to scale with the load exerted to them.

A system that scales up (vertically) with, for example, more memory and CPU cores in a single computer, has arguably several advantages. Upgrades of new hardware resources are almost always completely handled by the operating system and the JVM. Thus, administration, monitoring, and even applications will only need some to no alteration at all. Consequently, there is not much more to actually tune here, apart from what we've already discussed in previous chapters.

Note

Unfortunately, the clustering monitoring subsystem that was initially scheduled for WildFly 8 has for now been delayed until the release of WildFly 9. With it, you will be able to review statistics of the cluster red applications within the cluster according to the plan. You will also be able to integrate diagnostic tools by using the management API, however, this is subject...