turbot/digitalocean_thrifty
Loading controls...

Benchmark: Block Storage Volume Checks

Thrifty Block Storage Benchmark

Thrifty developers eliminate their unused and under-utilized block volume resources. This benchmark focuses on finding resources which are older than thresholds days, have large size, unused volumes.

Variables

VariableDescriptionDefault
block_storage_volume_snapshot_age_max_daysThe maximum number of days snapshots can be retained.90 days
block_storage_volume_max_size_gbThe maximum size (GB) allowed for volumes.100 GB

Usage

Install the mod:

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

Start the Powerpipe server:

steampipe service start
powerpipe server

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

Run this benchmark in your terminal:

powerpipe benchmark run digitalocean_thrifty.benchmark.volume

Snapshot and share results via Turbot Pipes:

powerpipe benchmark run digitalocean_thrifty.benchmark.volume --share

Controls

Tags