Skip to Main Content
Cloud Management and AIOps
Hide about this portal


This is an IBM Automation portal for Cloud Management, Technology Cost Management, Network Automation and AIOps products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).

Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.

Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Under review
Workspace Cloudability
Created by Guest
Created on Mar 26, 2025

Exclude idle time in IOPS and Throughput metrics

See this idea on ideas.ibm.com

Consider excluding idle time when calculating IOPS and Throughput metrics used for recommendations or add it as an optional way to interpret and view recommendations. The current formula used is the sum of read and write operations dived by time period for IOPS, and the sum of read and write bytes divided by time period for Throughput. It includes both active and idle time in the time period by default:

Read + Write Operations / time period = IOPS

Read + Write Bytes / time period = Throughput

Excluding idle time in the formula provides a different view of performance because it's only measuring when it's active. This can be then used for ensuring that resources have been sized and provisioned appropriately. Including idle time lowers the overall IOPS and Throughput measurements, excluding it increases the measurements.

The formula would be:

Read + Write Operations / time period - idle time = IOPS

Read + Write Bytes / time period - idle time = Throughput

If the time period is one hour (60 x 60 = 3600 seconds) but the resource was idle 95% of the time, it would be 3600 - 3420 = 180. The difference would be significant, using data provided by BMO, previously submitted to the team, and uploaded herein:

43 + 3,814 / 3600 = 1.1 IOPS

vs

43 + 3,814 / 180 = 21 IOPS

Link to AWS article regarding same:

Amazon EBS I/O characteristics and monitoring - Amazon EBS

Idea priority Low