turbot/oci_thrifty

Dashboard: MySQL Checks

Thrifty MySQL Benchmark

Thrifty developers checks old MySQL DB systems. This benchmark focuses on finding MySQL DB systems which are older than 90 days.

Variables

VariableDescriptionDefault
mysql_db_system_age_max_daysThe maximum number of days DB systems are allowed to run.90 days
mysql_db_system_age_warning_daysThe number of days DB systems can be running before sending a warning.30 days
mysql_db_system_avg_connectionsThe minimum number of average connections per day required for DB systems to be considered in-use.2 connections/day
mysql_db_system_avg_cpu_utilization_lowThe average CPU utilization required for DB systems to be considered infrequently used. This value should be lower than mysql_db_system_avg_cpu_utilization_high.25%
mysql_db_system_avg_cpu_utilization_highThe average CPU utilization required for DB systems to be considered frequently used. This value should be higher than mysql_db_system_avg_cpu_utilization_low.50%

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 MySQL Checks dashboard.

You could also snapshot and share results via Turbot Pipes:

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

Benchmark

This dashboard is automatically generated from the following benchmark:

benchmark.mysql

Tags