ManageIQ/manageiq-ui-classic

View on GitHub
product/views/MiqWorker.yaml

Summary

Maintainability
Test Coverage
#
# This is an MIQ Report configuration file
#   Single value parameters are specified as:
#     single_value_parm: value
#   Multiple value parameters are specified as:
#     multi_value_parm:
#       - value 1
#       - value 2
#

# Report title
title: EVM Worker

# Menu name
name: EVM Workers

# Main DB table report is based on
db: MiqWorker

# Columns to fetch from the main table
cols:
- friendly_name
- status
- pid
- sql_spid
- uri_or_queue_name
- started_on
- last_heartbeat
- memory_usage
- memory_size
- percent_cpu
- cpu_time

# Included tables (joined, has_one, has_many) and columns
include:

# Order of columns (from all tables)
col_order:
- friendly_name
- status
- pid
- sql_spid
- uri_or_queue_name
- started_on
- last_heartbeat
- memory_usage
- memory_size
- percent_cpu
- cpu_time

col_formats:
-
-
-
-
-
-
-
- :bytes_human
- :bytes_human

# Column titles, in order
headers:
- Name
- Status
- PID
- SPID
- URI / Queue Name
- Started
- Last Heartbeat
- Memory Usage
- Memory Size
- CPU Percent
- CPU Time

# Condition(s) string for the SQL query
conditions:

# Order string for the SQL query
order: Ascending

# Columns to sort the report on, in order
sortby:
#- friendly_name

# Group rows (y=yes,n=no,c=count)
group: n

# Graph type
#   Bar
#   Column
#   ColumnThreed
#   ParallelThreedColumn
#   Pie
#   PieThreed
#   StackedBar
#   StackedColumn
#   StackedThreedColumn

graph:

# Dimensions of graph (1 or 2)
#   Note: specifying 2 for a single dimension graph may not return expected results
dims: