Data Visualization - Gauge

Utah Teapot

Data Visualization - Gauge

About

A gauge shows a single data value.

Due to its compact size, a gauge is often more effective than a graph for displaying a single data value.

Gauges identify problems in data.

A gauge usually plots one data point with an indication of whether that point falls in an acceptable or unacceptable range.

Thus, gauges are useful for showing performance against goals.

Depending on the data in the analysis, a gauge canvas might consist of multiple gauges in a gauge set.

A gauge or gauge set is displayed on a background, called the gauge canvas.

Usage

Gauges are useful for monitoring things with natural upper bounds such as:

  • stock
  • cpu / memory / disk size
  • queue size

Example

For example, if you create a gauge to show :

  • the sales data for the last twelve months, the gauge canvas consists of twelve gauges, one for each month.
  • the total sales in the US, then a gauge canvas consists of one gauge.

Counter example: a request count cannot be monitored with a gauge as they can grow without bound for the duration of an application instance’s life.

Data Collection

See : Monitoring Metrics - Gauge

Type

Dial

Shows data using a dial arc with one or more indicators that point to to where the data falls within predefined limits.

Horizontal bar

Shows data using a horizontal bar that changes color to indicate whether the data is within predefined limits. The inner rectangle of the horizontal bar shows the current level of data against the ranges marked on an outer rectangle.

Vertical bar

Shows data using a vertical bar that changes color to indicate whether the data is within predefined limits. The inner rectangle of the vertical bar shows the current level of data against the ranges marked on an outer rectangle.

Bulb

Shows data using a circle that changes color to indicate whether the data is within predefined limits.

Bulb gauges are useful when you need to know what the status is, and not any indication of a specific value, or relative information about other threshold ranges.





Discover More
Card Puncher Data Processing
Data Type - Scalar Variable

A scalar variable is an atomic quantity that can hold only one value at a time A scalar function returns a scalar. The contrary of scalar variable are collections. A scalar multiplication is usually...
Scale Counter Graph
Monitoring Metrics - Gauge

A gauge is a metrics type that holds or return a single value (numeric or textual) where changes can only be observed in random order (increasing or decreasing order) or Gauge values are not...
Saw Object
OBIEE - Gauge View

A gauge view in OBIEE shows a gauge. Types of gauge
Finite Automata Customer Store Bank
Process - LifeCycle (Entity State) (Status)

In a process based model, every entity has a lifecycle (Status) that shows a finite number of distinct states. The status shows the state of an entity ie: finite automata See also: Sequence:...



Share this page:
Follow us:
Task Runner