Chapter 5. Setting up to Measure Performance of Applications
Red Hat Enterprise Linux includes several applications that can help a developer identify the causes of application performance loss.
-
Select the
Debugging Tools,Development Tools, andPerformance ToolsAdd-ons during system installation to install the tools OProfile, perf, and pcp. Install the tools SystemTap which allows some types of performance analysis, and Valgrind which includes modules for performance measurement.
# yum install valgrind systemtap systemtap-runtime
Run a SystemTap helper script for setting up the environment.
# stap-prep
NoteRunning this script installs very large kernel debuginfo packages.
For more frequently updated versions of SystemTap, OProfile, and Valgrind, install the Red Hat Developer Toolset package perftools.
# yum install devtoolset-7-perftools
Additional Resources
- Red Hat Developer Toolset User Guide — IV. Performance Monitoring Tools

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.