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

Profiling


In general, profiling a software system involves analyzing the behavior and performance usage of resources that are involved, as the system executes. This analysis is most often performed to find points of optimization and for the removal of bottlenecks in the system. Profiling is also commonly, but not necessarily, performed under various levels of load on the system.

Profiling is a very powerful function for investigating and helping resolve suspected bottlenecks. Profiling can also be very complex, and the wrong interpretations may lead to disastrous results. It should, therefore, only be performed in stable environments, preferably, by staff that has shown an aptitude for it.

Profiling in production

Conducting profiling during software development and in the performance-tuning phase is quite normal. Then, you're normally confined to your personal development environment such as your desktop/laptop or some test environment where the effects that the actual profiling has on the...