In this blog post, I will show you how to use Percona Monitoring and Management (PMM) to
capture per-process metrics in five minutes or less.
While Percona Monitoring and Management (PMM) captures a lot of
host metrics, it currently falls short providing per-process
information, such as which particular process uses a lot of CPU
resources, causes Disk IO or consumes a lot of memory.
In our database performance optimization and troubleshooting
practice, this information has proven quite useful in many cases:
batch jobs taking much more resources than developers would
estimate and misconfigured Percona XtraBackup or Percona Toolkit
are among the most common offenders.
Per-process metrics information can also be very helpful when
troubleshooting database software memory leaks or memory
fragmentation.
You …
[Read more]