Chapter 12. Performance Hunt 3: The System-Wide Slowdown (prelink)
This chapter contains an example of how to use the Linux performance tools to find and fix a performance problem that affects the entire system rather than a specific application.
After reading this chapter, you should be able to
Track down which individual process is causing the system to slow down.
Use
strace
to investigate the performance behavior of a process that is not CPU-bound.Use
strace
to investigate how an application is interacting with the Linux kernel.Submit bug reports that describe a performance problem so that an author or maintainer has enough information to fix the problem.
Investigating a System-Wide Slowdown
In this chapter, we investigate a system-wide slowdown. ...
Get Optimizing Linux® Performance: A Hands-On Guide to Linux® Performance Tools now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.