What can explain mysterious slowdowns in database performance?
Sometimes it’s not the database or the queries it’s running, but
the non-database activity on the server. One of the most
important types of activities to analyze is processes. That’s why
VividCortex tracks process activity, including per-process CPU,
memory, and I/O, in 1-second detail. It’s like a historical view
of top, and you can view it across your entire
environment in a single screen, then drill down to individual
servers and programs. If you see interesting regions you can
click and drag with the mouse to zoom in and correlate. You can
rank and sort by any of the per-process metrics we capture, and
you can mouse over the sparklines to see the instantaneous rate,
second by second.
Try it yourself! One thing I can almost guarantee is that you’ll find something suprising immediately. …
[Read more]