Skip to main content
Version: 6.0.0

The Scatterplot

The Scatterplot is our innovative tool for high level visual observability and infrastructure search tool. It plots live data for each connected N|Solid process in a two dimensional plot of any two of our many N|Solid metrics. This lets you visually observe clusters and spot anomalous processes and outliers across a wide range of potential behaviors.

The Scatterplot can be found in the upper-left main Navigation Menu. Scatterplot in the nav menu

The Scatterplot The Scatterplot

Changing Axes

By default, the Scatterplot shows all processes showing Heap Used versus CPU%. By clicking on either axis you can change the metric shown to those collected by the N|Solid Runtime.

The Scatterplot Axis Modal

The scale of the access can also be changed between Linear (default) and Logarithmic or Exponential in order to help visually separate clusters in the lower or higher ends of the data range.

Changing an axis scale

Axis Scale Examples

A Linear X-Axis spreads the processes evenly over the data range. Scatterplot linear example

The grouping and sort order of the list can also be changed. Scatterplot sort list

Here the list has been sorted by Memory (Heap Used). Scatterplot list sorted by memory

The Scatterplot can be quickly filtered by clicking on the headers on the list. Here the Appname "worker" has been selected. If I click "Apply as Filter" the list selection on the right will be transferred to the primary Filter Box allowing you to keep this filter as you navigate the other sections of N|Solid. Scatterplot list with appname selected

Visual Identification of Outliers

A primary goal of the Scatterplot is to enable easy visual identification of outliers over a wide range of metrics. In general, metrics on their own without context do not provide much utility beyond "using 100% CPU or memory is bad." The Scatterplot's realtime data representation lends visual representation to metrics context.

An "Outlier" is a member of a set that is not behaving like the rest for some reason. Not all outliers are problems, but understanding them will help you understand your application and its operation better and identify smoke before the fire. Outliers may be caused by expected variability in your data, or they could be an indication of a problematic but rare bug or memory leak. Here are a few examples of the thousands of possible ways to slice and analyze your data to identify potential issues:

Outlier Examples

Here we can see a comparison of Heap Used vs. RSS, separating the purple dot on the far right showing very anomalous RSS use compared to all of the rest and worth investigation. Scatterplot RSS Outlier

Working with Outliers

The Scatterplot has a few additional tools for watching or highlighting processes of interest. When hovered, a crosshair icon will become visible, allowing you to select a single process dot to be tracked with a tail. This can help you see if the process is lingering as an outlier or shifting back into the group periodically. Scatterplot list closeup Scatterplot tracer and crosshair Scatterplot tracer

To quickly filter to a subset of processes, you can draw a box with your mouse around the desired processes and the Scatterplot process list will be filtered to this set. This can then be applied to the global Filter Box if you want to (for example) look at the historical metrics of these processes on the Metrics Dashboard. Scatterplot box selection

After clicking "Apply as Filter" our Scatterplot list filter converted to a global Filter. Applied as global filter

Now we can visit the Metrics Dashboard via the upper left Nav menu, retaining our filtered selected processes for any additional diagnostics. Dashboard with filter from scatterplot