turbot/oci_thrifty

Dashboard: Block Volume Checks

Thrifty Compute Benchmark

Thrifty developers eliminate their unused and under-utilized core compute resources. This benchmark focuses on finding resources that have been older than thresholds days and low CPU utilization.

Variables

VariableDescriptionDefault
compute_instance_avg_cpu_utilization_highThe average CPU utilization required for instances to be considered frequently used. This value should be higher than compute_instance_avg_cpu_utilization_low.35%
compute_instance_avg_cpu_utilization_lowThe average CPU utilization required for instances to be considered infrequently used. This value should be lower than compute_instance_avg_cpu_utilization_high.20%
compute_running_instance_age_max_daysThe maximum number of days instances are allowed to run.90 days

Usage

Install the mod:

mkdir dashboards
cd dashboards
powerpipe mod init
powerpipe mod install github.com/turbot/steampipe-mod-oci-thrifty

Start the Powerpipe server:

steampipe service start
powerpipe server

Open http://localhost:9033 in your browser and select Block Volume Checks dashboard.

You could also snapshot and share results via Turbot Pipes:

powerpipe login
powerpipe benchmark run oci_thrifty.benchmark.block_volume --share

Benchmark

This dashboard is automatically generated from the following benchmark:

benchmark.block_volume

Tags