Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

containers: add initial reports for nodes and groups #3220

Merged
merged 1 commit into from
Jun 23, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
title: Nodes By Capacity
rpt_group: Custom
rpt_type: Custom
priority:
db: ContainerNode
cols:
- name
include:
computer_system:
include:
hardware:
columns:
- logical_cpus
- memory_cpu
col_order:
- name
- hardware.logical_cpus
- hardware.memory_cpu
headers:
- Name
- CPU Cores
- Memory
conditions:
order: Descending
sortby:
- hardware.logical_cpus
- hardware.memory_cpu
group:
graph:
dims:
filename:
file_mtime:
categories: []
timeline:
template_type: report
where_clause:
db_options: {}
generate_cols:
generate_rows:
col_formats:
-
-
-
tz:
time_profile_id:
display_filter:
col_options: {}
rpt_options:
:row_limit: 10
:pdf:
:page_size: US-Letter
:queue_timeout:
miq_group_id: 1
user_id: 1
menu_name: Nodes By Capacity
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
title: Nodes By CPU Usage
rpt_group: Custom
rpt_type: Custom
priority:
db: ContainerNode
cols:
- name
- max_cpu_usage_rate_average_avg_over_time_period
include: {}
col_order:
- name
- max_cpu_usage_rate_average_avg_over_time_period
headers:
- Name
- CPU Usage (%)
conditions:
order: Descending
sortby:
- max_cpu_usage_rate_average_avg_over_time_period
group:
graph:
dims:
filename:
file_mtime:
categories: []
timeline:
template_type: report
where_clause:
db_options: {}
generate_cols:
generate_rows:
col_formats:
-
-
tz:
time_profile_id:
display_filter:
col_options: {}
rpt_options:
:pdf:
:page_size: US-Letter
:queue_timeout:
miq_group_id: 1
user_id: 1
menu_name: Nodes By CPU Usage
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
title: Nodes By Memory Usage
rpt_group: Custom
rpt_type: Custom
priority:
db: ContainerNode
cols:
- name
- max_mem_usage_absolute_average_avg_over_time_period
include: {}
col_order:
- name
- max_mem_usage_absolute_average_avg_over_time_period
headers:
- Name
- Memory Usage (%)
conditions:
order: Descending
sortby:
- max_mem_usage_absolute_average_avg_over_time_period
group:
graph:
dims:
filename:
file_mtime:
categories: []
timeline:
template_type: report
where_clause:
db_options: {}
generate_cols:
generate_rows:
col_formats:
-
-
tz:
time_profile_id:
display_filter:
col_options: {}
rpt_options:
:pdf:
:page_size: US-Letter
:queue_timeout:
miq_group_id: 1
user_id: 1
menu_name: Nodes By Memory Usage
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
title: Recently Discovered Container Groups
rpt_group: Custom
rpt_type: Custom
priority:
db: ContainerGroup
cols:
- name
- ready_condition_status
- creation_timestamp
include: {}
col_order:
- name
- ready_condition_status
- creation_timestamp
headers:
- Name
- Ready Status
- Creation
conditions:
order: Descending
sortby:
- creation_timestamp
group:
graph:
dims:
filename:
file_mtime:
categories: []
timeline:
template_type: report
where_clause:
db_options: {}
generate_cols:
generate_rows:
col_formats:
-
-
-
tz:
time_profile_id:
display_filter:
col_options: {}
rpt_options:
:pdf:
:page_size: US-Letter
:queue_timeout:
miq_group_id: 1
user_id: 1
menu_name: Recently Discovered Container Groups
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
title: Number of Nodes per CPU Cores
rpt_group: Custom
rpt_type: Custom
priority:
db: ContainerNode
cols:
- name
include:
computer_system:
include:
hardware:
columns:
- logical_cpus
col_order:
- name
- hardware.logical_cpus
headers:
- Number of Nodes per CPU Cores
- Hardware Number of CPU Cores
conditions:
order: Descending
sortby:
- hardware.logical_cpus
group:
graph:
:type: ColumnThreed
:count: 10
:other: true
dims: 1
filename:
file_mtime:
categories: []
timeline:
template_type: report
where_clause:
db_options: {}
generate_cols:
generate_rows:
col_formats:
-
-
tz:
time_profile_id:
display_filter:
col_options: {}
rpt_options:
:pdf:
:page_size: US-Letter
:queue_timeout:
miq_group_id: 1
user_id: 1
menu_name: Number of Nodes per CPU Cores
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
title: Container Groups per Ready Status
rpt_group: Custom
rpt_type: Custom
priority:
db: ContainerGroup
cols:
- name
- ready_condition_status
include: {}
col_order:
- name
- ready_condition_status
headers:
- "# Container Groups per Ready Status"
- Ready Condition Status
conditions:
order: Ascending
sortby:
- ready_condition_status
group:
graph:
:type: PieThreed
:count: 10
:other: true
dims: 1
filename:
file_mtime:
categories: []
timeline:
template_type: report
where_clause:
db_options: {}
generate_cols:
generate_rows:
col_formats:
-
-
tz:
time_profile_id:
display_filter:
col_options: {}
rpt_options:
:pdf:
:page_size: US-Letter
:queue_timeout:
miq_group_id: 1
user_id: 1
menu_name: Container Groups per Ready Status