Getting Started with Adobe After Effects - Part 6: Motion Blur


Upload Image Close it
Select File

Learn about SQL Server DBA, SQL Server database performance,SQL Server optimisation,database tuning,t-sql,ssis
Browse by Tags · View All
DBA Scripts 51
performance 37
SQL Server 29
Object Management 24
#SQLServer 24
Backup and Restore 20
Security Management 20
Powershell 17
Indexes 14
DBA 14

Archive · View All
June 2011 38
January 2011 33
May 2011 32
August 2011 27
July 2011 26
January 2012 24
February 2011 19
April 2011 19
March 2011 17
March 2012 17

Jack Vamvas's Blog

Define IOPs for all database servers

Aug 22 2011 3:12AM by Jack Vamvas   

The storage guy is configuring a new storage system. It includes RAID arrays, SVC, HBA & Fibre Channel configurations.

He’s asked me to define some configurations for optimal SQL Server performance. Rather than supply him with configurations, I prefer a different approach.

Create a IOPS per database server report for the storage expert.

Why focus on IOPS? As a DBA I’m looking for IOPs to be delivered within an acceptable timeframe. I prefer this approach as a starting point . I can compare figures from the existing system against the new system.

Systems administrators\Storage experts raise other questions such as:

What block size to use?

HBA settings?

Fibre Channel Settings?

There are “best practises” recommended by vendors. It’s important to be aware of these figures, but also consider the specific workloads and IO profile of your servers.

A Simple Method

  1. Collect Logical Disk: Disk Writes/Sec and Logical Disk: Disk Reads/Sec per database server

    Logical Disk: Disk Reads/Sec The rate of read operations from disk

    Logical Disk: Disk Reads/Sec The rate of write operations to disk

  2. Why use these 2 counters? These counters give you some clues on answering some important IO questions.

Is disk dirve performance being achieved? < 10 ms

Is throughput at the limit?

Reads/sec and Writes/sec indicates the workload. Storage expert can use this workload estimate to configure storage arrays.

Using instructions in Window Perfmon scripting, SQL Server perfmon and how to perfmon.

Republished from http://www.sqlserver-dba.com.


Republished from SQL Server DBA [65 clicks].  Read the original version here [32134 clicks].

Jack Vamvas
5 · 27% · 8528
0
Liked
 
0
Lifesaver
 
0
Refreshed
 
0
Learned
 
0
Incorrect



Submit

Your Comment


Sign Up or Login to post a comment.

    Copyright © Rivera Informatic Private Ltd Contact us      Privacy Policy      Terms of use      Report Abuse      Advertising      [ZULU1097]