turbot/oci_thrifty

GitHub
Loading controls...

Benchmark: Database Checks

Thrifty Database Benchmark

Thrifty developers checks old autonomous databases. This benchmark focuses on finding autonomous databases which are older than 90 days.

Variables

VariableDescriptionDefault
autonomous_database_age_max_daysThe maximum number of days autonomous databases are allowed to run.90 days
autonomous_database_age_warning_daysThe number of days autonomous databases can be running before sending a warning.30 days
autonomous_database_avg_cpu_utilization_lowThe average CPU utilization required for autonomous databases to be considered infrequently used. This value should be lower than autonomous_database_avg_cpu_utilization_high.20%
autonomous_database_avg_cpu_utilization_highThe average CPU utilization required for autonomous databases to be considered frequently used. This value should be higher than autonomous_database_avg_cpu_utilization_low.35%

Usage

Browse dashboards and select Database Checks:

steampipe dashboard

Or run the benchmarks in your terminal:

steampipe check oci_thrifty.benchmark.database

Snapshot and share results via Steampipe Cloud:

steampipe login
steampipe check --share oci_thrifty.benchmark.database

Controls

Tags