Tag

#IOPS

Raid and IOPs Cheat Sheet – Excel

January 13, 2017

I made this 5 years ago in Excel and it was pretty popular. I think there are some errors in the math formulas that were pointed out for…

SQL Server: Cumulative IO By Database since Last Restart

February 2, 2013

Here's a TSQL script to get cumulative IO by database since last restart. WITH Agg_IO_Stats AS ( SELECT DB_NAME(database_id) AS database_name, CAST(SUM(num_of_bytes_read + num_of_bytes_written) / 1048576 / 1024.…

How Do I Determine Application IOPS?

December 6, 2012

This is just a note for myself since I often find myself trying to analyze an application to performance tune a server/system. Using Windows Performance Monitoring I use…

IOPS Calculator

November 28, 2012

Here are some of the links I have for IOPS calculators on my site: https://techish.net/hardware/raid-iops-mbps-and-more-excel-cheat-sheet/ https://techish.net/hardware/iops-calculator-and-raid-calculators-estimators/ Some useful information on some of the graphing I had done with…

RAID, IOPS, MBps and more Excel Cheat Sheet

July 24, 2012

I’m working on an Excel spreadsheet (cheatsheet) that will allow for user input to calculate some of the following: Calculate IOPS, Usable Space, MB/s  based on Number of…

Testing Disk in Linux using fio

July 24, 2012

I recently discovered a utility called fio that allows you to benchmark disk subsystem in Linux. Here are the results for this test. What is fio? fio is…

RAID, IOPS, MBps and more Excel Cheat Sheet

July 24, 2012

[stextbox id=alert]Hi Everyone!  I have taken the XLS file offline.  There were a ton of bugs, as pointed out in comments and through emails/Twitter.  I am working on…

IBM Turbo Performance License Explained

June 29, 2012

An optional premium feature, that when enabled, boosts the performance of a storage system across both throughput and IOPs workloads. This implementation is based on a firmware algorithm…

IOPS Calculator and RAID Calculators / Estimators

May 18, 2012

This page contains RAID calculators, IOPS calculators and other estimatior tools to use for raid disks and disk arrays.  If you know of other calculators, please leave a comment…