{"id":6159,"date":"2018-12-01T15:18:09","date_gmt":"2018-12-01T15:18:09","guid":{"rendered":"https:\/\/dbtut.com\/?p=6159"},"modified":"2018-12-01T16:00:25","modified_gmt":"2018-12-01T16:00:25","slug":"how-to-calculate-iops-and-throughput-of-your-database-server-using-data-collector","status":"publish","type":"post","link":"https:\/\/dbtut.com\/index.php\/2018\/12\/01\/how-to-calculate-iops-and-throughput-of-your-database-server-using-data-collector\/","title":{"rendered":"How To Calculate IOPS and Throughput of Your Database Server Using Data Collector"},"content":{"rendered":"<p>&nbsp;<\/p>\n<p>As a database administrator, you need to know the features of the storage that you want to use for your databases. You don&#8217;t want to buy more than you need. Therefore, you must calculate your IOPS and throughput of your database server.<\/p>\n<p>&nbsp;<\/p>\n<p><strong>IOPS(Input\/Output Operations Per Second):<\/strong> Number of reads and writes in seconds<\/p>\n<p><strong>Throughput:<\/strong> Indicates how many mb reads or writes can be done per second. Throughput is calculated using IOPS and BlockSize (Allocation Unit Size) parameters like below.<\/p>\n<p>&nbsp;<\/p>\n<p>Throughput=IOPSxBlockSize\/1024<\/p>\n<p>&nbsp;<\/p>\n<p><strong>Block Size:<\/strong> For more information about BlockSize, please read the following article.<\/p>\n<p>&#8220;<a href=\"https:\/\/dbtut.com\/index.php\/2018\/11\/27\/how-to-use-database-disks-with-maximum-performance\/\" target=\"_blank\" rel=\"noopener\">How To Use Database Disks with Maximum Performance<\/a>&#8221;<\/p>\n<p>&nbsp;<\/p>\n<p>Manufacturers generally assume BlockSize to be 4K when calculating storage throughput. But recommended for SQL Server is 64K. Because SQL Server usually reads and writes 64K.<\/p>\n<p>&nbsp;<\/p>\n<h3>How do we calculate the IOPS of our database server?<\/h3>\n<p>There are many methods for this. But the best thing is to ask the manufacturers of your existing storage to do this test.<\/p>\n<p>Most organizations and companies do not do this when buying storage. In this article we will calculate database server&#8217;s IOPS.<\/p>\n<p>We can think of IOPS as frontend IOPS and backend IOPS..<\/p>\n<p>Frontend IOPS is the IOPS\u00a0 on the server side. Backend IOPS is the IOPS on the storage side.<\/p>\n<p>First, we need to calculate the frontend IOPS of all the disks on the server. We will use the perfmon counters to perform this calculation.<\/p>\n<p>When we press Enter by typing perfmon in the Search, we need to see a screen like below.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"\" src=\"https:\/\/dbtut.com\/wp-content\/uploads\/2018\/12\/618.png\" width=\"656\" height=\"398\" \/><\/p>\n<p>&nbsp;<\/p>\n<p>We click Performance Monitor on this screen. We click on the plus sign above the screen.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"\" src=\"https:\/\/dbtut.com\/wp-content\/uploads\/2018\/12\/964.png\" width=\"447\" height=\"245\" \/><\/p>\n<p>&nbsp;<\/p>\n<p>We select the following counters on the screen. With these counters selected, Select All disks we want to calculate and click Add.<\/p>\n<div>\n<table border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td>Disk Reads\/Sec<\/td>\n<td>Frontend Read IOPS<\/td>\n<\/tr>\n<tr>\n<td>Disk Writes\/Sec<\/td>\n<td>Frontend Write IOPS<\/td>\n<\/tr>\n<tr>\n<td>Disk Transfer\/Sec<\/td>\n<td>The sum of Frontend Read and Write IOPS<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&nbsp;<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"\" src=\"https:\/\/dbtut.com\/wp-content\/uploads\/2018\/12\/263.png\" width=\"631\" height=\"467\" \/><\/p>\n<\/div>\n<p>&nbsp;<\/p>\n<p>After setting these options, we will see a screen as below. You can follow the IOPS values instantly from this screen.<\/p>\n<p>For example, Disk Writes\/Sec has a maximum value of 1087 on the following screen.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"\" src=\"https:\/\/dbtut.com\/wp-content\/uploads\/2018\/12\/126.png\" width=\"679\" height=\"419\" \/><\/p>\n<p>&nbsp;<\/p>\n<p>Of course, you can only watch it in an instant. In order to obtain an average value, you must create collectors who constantly review these values. Think of it as the work that allows us to monitor it in the background.<\/p>\n<p>So how do we create Data Collectors? Let&#8217;s create a data collector following IOPS.<\/p>\n<p>Right-click User Defined under Data Collector Sets as follows. We are choosing New-&gt; Data Collector Set.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"\" src=\"https:\/\/dbtut.com\/wp-content\/uploads\/2018\/12\/937.png\" width=\"642\" height=\"238\" \/><\/p>\n<p>&nbsp;<\/p>\n<p>We give a name to our data collector set on the screen and select Create manually.<\/p>\n<p>I named it IOPS. We&#8217;re moving forward.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"\" src=\"https:\/\/dbtut.com\/wp-content\/uploads\/2018\/12\/291.png\" width=\"635\" height=\"490\" \/><\/p>\n<p>&nbsp;<\/p>\n<p>On the screen, select Performance counter from the Create data logs section and click Next.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"\" src=\"https:\/\/dbtut.com\/wp-content\/uploads\/2018\/12\/959.png\" width=\"561\" height=\"428\" \/><\/p>\n<p>&nbsp;<\/p>\n<p>We click Add from the incoming screen, and we add the counter we selected at the beginning of the article and click Next.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"\" src=\"https:\/\/dbtut.com\/wp-content\/uploads\/2018\/12\/458.png\" width=\"674\" height=\"486\" \/><\/p>\n<p>&nbsp;<\/p>\n<p>We&#8217;re proceeding by clicking next until we get to the screen below. In the following screen, select Finish by selecting Start this data collector set now.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"\" src=\"https:\/\/dbtut.com\/wp-content\/uploads\/2018\/12\/930.png\" width=\"603\" height=\"468\" \/><\/p>\n<p>&nbsp;<\/p>\n<p>This collector logs in the background every 15 seconds by pulling the desired values from the system. Normally you need to do this logging for at least 1 month to get accurate results. Assuming that a month has passed, I stop the data collector as follows.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"\" src=\"https:\/\/dbtut.com\/wp-content\/uploads\/2018\/12\/124.png\" width=\"381\" height=\"192\" \/><\/p>\n<p>&nbsp;<\/p>\n<p>Right click after stop and click Latest Report.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"\" src=\"https:\/\/dbtut.com\/wp-content\/uploads\/2018\/12\/329.png\" width=\"393\" height=\"347\" \/><\/p>\n<p>&nbsp;<\/p>\n<p>I examine the maximum and average values of the values in the opened report. Personally, when I&#8217;m going to buy a storage, I take the maximum values. Because I want to get the maximum IOPS that the system really needs.<\/p>\n<p>Of course, this is related to the budget of your organization. Less performance means less cost. If you get maximum values, the total value of Read and Write will not match Disk Transfer \/ Sec. The sum of the average values of Disk Reads \/ Sec and Disk Writes \/ Sec counter will be equal to the average value of Disk Transfer \/ Sec counter.<\/p>\n<p>We get the maximum values in this report. In my example, these values are as follows.<\/p>\n<div>\n<table border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td>Disk Reads\/Sec<\/td>\n<td>11.877<\/td>\n<\/tr>\n<tr>\n<td>Disk Writes\/Sec<\/td>\n<td>156.124<\/td>\n<\/tr>\n<tr>\n<td>Disk Transfer\/Sec<\/td>\n<td>169.440<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&nbsp;<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"\" src=\"https:\/\/dbtut.com\/wp-content\/uploads\/2018\/12\/168.png\" width=\"649\" height=\"343\" \/><\/p>\n<\/div>\n<p>&nbsp;<\/p>\n<p>These values are Frontend IOPS values.<\/p>\n<p>Backend (IOPS on the Storage side) is calculated as follows.<\/p>\n<p>Let&#8217;s assume that the RAID structure is RAID 5. Penalty Value is a value that can reduce the IOPS on the storage side according to the RAID structure. Because in all RAID structures except RAID 0, data is written to multiple disks.<\/p>\n<p>You may want to read my article &#8220;What is RAID&#8221; for RAID structures.<\/p>\n<p>&nbsp;<\/p>\n<p><strong>Real IOPS<\/strong> = (Total IOPS x Read Percentage) + (Total IOPS x Write Percentage x Penalty Value)<\/p>\n<p>Let&#8217;s put our real values into the formula.<\/p>\n<p>Total IOPS=169<\/p>\n<p>Read Percentage=100*11\/169=%6,5=0.065<\/p>\n<p>Write Percentage=%93,5=0.935<\/p>\n<p>Penalty Value=4<\/p>\n<p>&nbsp;<\/p>\n<p>Real IOPS=(169&#215;0.065)+(169&#215;0.935&#215;4)=10.985+632.06=643.045<\/p>\n<p>Below you can find the table showing the penalty values of RAID structures.<\/p>\n<div>\n<table border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td>Raid Structure<\/td>\n<td>Penalty Value<\/td>\n<\/tr>\n<tr>\n<td>Raid 0<\/td>\n<td>0<\/td>\n<\/tr>\n<tr>\n<td>Raid 1\/10<\/td>\n<td>2<\/td>\n<\/tr>\n<tr>\n<td>Raid 5<\/td>\n<td>4<\/td>\n<\/tr>\n<tr>\n<td>Raid 6<\/td>\n<td>6<\/td>\n<\/tr>\n<tr>\n<td>Raid DP<\/td>\n<td>2<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n\n<\/div>\n<p style=\"margin: 0in; font-family: Calibri; font-size: 11.0pt;\">\n<div class=\"pvc_clear\"><\/div>\n<p id=\"pvc_stats_6159\" class=\"pvc_stats all  \" data-element-id=\"6159\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"chart-bar\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" class=\"svg-inline--fa fa-chart-bar fa-w-16 fa-2x\"><path fill=\"currentColor\" d=\"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\" class=\"\"><\/path><\/svg><\/i> <img loading=\"lazy\" decoding=\"async\" width=\"16\" height=\"16\" alt=\"Loading\" src=\"https:\/\/dbtut.com\/wp-content\/plugins\/page-views-count\/ajax-loader-2x.gif\" border=0 \/><\/p>\n<div class=\"pvc_clear\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p>&nbsp; As a database administrator, you need to know the features of the storage that you want to use for your databases. You don&#8217;t want to buy more than you need. Therefore, you must calculate your IOPS and throughput of your database server. &nbsp; IOPS(Input\/Output Operations Per Second): Number of reads and writes in seconds &hellip;<\/p>\n<div class=\"pvc_clear\"><\/div>\n<p id=\"pvc_stats_6159\" class=\"pvc_stats all  \" data-element-id=\"6159\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"chart-bar\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" class=\"svg-inline--fa fa-chart-bar fa-w-16 fa-2x\"><path fill=\"currentColor\" d=\"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\" class=\"\"><\/path><\/svg><\/i> <img loading=\"lazy\" decoding=\"async\" width=\"16\" height=\"16\" alt=\"Loading\" src=\"https:\/\/dbtut.com\/wp-content\/plugins\/page-views-count\/ajax-loader-2x.gif\" border=0 \/><\/p>\n<div class=\"pvc_clear\"><\/div>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[3,1524],"tags":[],"class_list":["post-6159","post","type-post","status-publish","format-standard","","category-mssql","category-windows"],"aioseo_notices":[],"a3_pvc":{"activated":true,"total_views":20442,"today_views":1},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How To Calculate IOPS and Throughput of Your Database Server Using Data Collector - Database Tutorials<\/title>\n<meta name=\"description\" content=\"How To Calculate IOPS and Throughput of Your Database Server Using Data Collector\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/dbtut.com\/index.php\/2018\/12\/01\/how-to-calculate-iops-and-throughput-of-your-database-server-using-data-collector\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How To Calculate IOPS and Throughput of Your Database Server Using Data Collector - Database Tutorials\" \/>\n<meta property=\"og:description\" content=\"How To Calculate IOPS and Throughput of Your Database Server Using Data Collector\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dbtut.com\/index.php\/2018\/12\/01\/how-to-calculate-iops-and-throughput-of-your-database-server-using-data-collector\/\" \/>\n<meta property=\"og:site_name\" content=\"Database Tutorials\" \/>\n<meta property=\"article:published_time\" content=\"2018-12-01T15:18:09+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2018-12-01T16:00:25+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/dbtut.com\/wp-content\/uploads\/2018\/12\/618.png\" \/>\n<meta name=\"author\" content=\"dbtut\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"dbtut\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/12\/01\/how-to-calculate-iops-and-throughput-of-your-database-server-using-data-collector\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/12\/01\/how-to-calculate-iops-and-throughput-of-your-database-server-using-data-collector\/\"},\"author\":{\"name\":\"dbtut\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/person\/fc047c39e1e53dce28fc4253529ea408\"},\"headline\":\"How To Calculate IOPS and Throughput of Your Database Server Using Data Collector\",\"datePublished\":\"2018-12-01T15:18:09+00:00\",\"dateModified\":\"2018-12-01T16:00:25+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/12\/01\/how-to-calculate-iops-and-throughput-of-your-database-server-using-data-collector\/\"},\"wordCount\":853,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/dbtut.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/12\/01\/how-to-calculate-iops-and-throughput-of-your-database-server-using-data-collector\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2018\/12\/618.png\",\"articleSection\":[\"MSSQL\",\"Windows\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/dbtut.com\/index.php\/2018\/12\/01\/how-to-calculate-iops-and-throughput-of-your-database-server-using-data-collector\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/12\/01\/how-to-calculate-iops-and-throughput-of-your-database-server-using-data-collector\/\",\"url\":\"https:\/\/dbtut.com\/index.php\/2018\/12\/01\/how-to-calculate-iops-and-throughput-of-your-database-server-using-data-collector\/\",\"name\":\"How To Calculate IOPS and Throughput of Your Database Server Using Data Collector - Database Tutorials\",\"isPartOf\":{\"@id\":\"https:\/\/dbtut.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/12\/01\/how-to-calculate-iops-and-throughput-of-your-database-server-using-data-collector\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/12\/01\/how-to-calculate-iops-and-throughput-of-your-database-server-using-data-collector\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2018\/12\/618.png\",\"datePublished\":\"2018-12-01T15:18:09+00:00\",\"dateModified\":\"2018-12-01T16:00:25+00:00\",\"description\":\"How To Calculate IOPS and Throughput of Your Database Server Using Data Collector\",\"breadcrumb\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/12\/01\/how-to-calculate-iops-and-throughput-of-your-database-server-using-data-collector\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/dbtut.com\/index.php\/2018\/12\/01\/how-to-calculate-iops-and-throughput-of-your-database-server-using-data-collector\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/12\/01\/how-to-calculate-iops-and-throughput-of-your-database-server-using-data-collector\/#primaryimage\",\"url\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2018\/12\/618.png\",\"contentUrl\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2018\/12\/618.png\",\"width\":821,\"height\":498},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/12\/01\/how-to-calculate-iops-and-throughput-of-your-database-server-using-data-collector\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/dbtut.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How To Calculate IOPS and Throughput of Your Database Server Using Data Collector\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/dbtut.com\/#website\",\"url\":\"https:\/\/dbtut.com\/\",\"name\":\"Database Tutorials\",\"description\":\"MSSQL, Oracle, PostgreSQL, MySQL, MariaDB, DB2, Sybase, Teradata, Big Data, NOSQL, MongoDB, Couchbase, Cassandra, Windows, Linux\",\"publisher\":{\"@id\":\"https:\/\/dbtut.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/dbtut.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/dbtut.com\/#organization\",\"name\":\"dbtut\",\"url\":\"https:\/\/dbtut.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg\",\"contentUrl\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg\",\"width\":223,\"height\":36,\"caption\":\"dbtut\"},\"image\":{\"@id\":\"https:\/\/dbtut.com\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/person\/fc047c39e1e53dce28fc4253529ea408\",\"name\":\"dbtut\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/c322c32021bf651d9e103b183963c479a9c9791ead0715f4348203496c39aa54?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/c322c32021bf651d9e103b183963c479a9c9791ead0715f4348203496c39aa54?s=96&d=mm&r=g\",\"caption\":\"dbtut\"},\"description\":\"We are a team with over 10 years of database management and BI experience. Our Expertises: Oracle, SQL Server, PostgreSQL, MySQL, MongoDB, Elasticsearch, Kibana, Grafana.\",\"sameAs\":[\"http:\/\/NurullahCAKIR\"],\"url\":\"https:\/\/dbtut.com\/index.php\/author\/dbtut\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How To Calculate IOPS and Throughput of Your Database Server Using Data Collector - Database Tutorials","description":"How To Calculate IOPS and Throughput of Your Database Server Using Data Collector","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/dbtut.com\/index.php\/2018\/12\/01\/how-to-calculate-iops-and-throughput-of-your-database-server-using-data-collector\/","og_locale":"en_US","og_type":"article","og_title":"How To Calculate IOPS and Throughput of Your Database Server Using Data Collector - Database Tutorials","og_description":"How To Calculate IOPS and Throughput of Your Database Server Using Data Collector","og_url":"https:\/\/dbtut.com\/index.php\/2018\/12\/01\/how-to-calculate-iops-and-throughput-of-your-database-server-using-data-collector\/","og_site_name":"Database Tutorials","article_published_time":"2018-12-01T15:18:09+00:00","article_modified_time":"2018-12-01T16:00:25+00:00","og_image":[{"url":"https:\/\/dbtut.com\/wp-content\/uploads\/2018\/12\/618.png","type":"","width":"","height":""}],"author":"dbtut","twitter_card":"summary_large_image","twitter_misc":{"Written by":"dbtut","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/dbtut.com\/index.php\/2018\/12\/01\/how-to-calculate-iops-and-throughput-of-your-database-server-using-data-collector\/#article","isPartOf":{"@id":"https:\/\/dbtut.com\/index.php\/2018\/12\/01\/how-to-calculate-iops-and-throughput-of-your-database-server-using-data-collector\/"},"author":{"name":"dbtut","@id":"https:\/\/dbtut.com\/#\/schema\/person\/fc047c39e1e53dce28fc4253529ea408"},"headline":"How To Calculate IOPS and Throughput of Your Database Server Using Data Collector","datePublished":"2018-12-01T15:18:09+00:00","dateModified":"2018-12-01T16:00:25+00:00","mainEntityOfPage":{"@id":"https:\/\/dbtut.com\/index.php\/2018\/12\/01\/how-to-calculate-iops-and-throughput-of-your-database-server-using-data-collector\/"},"wordCount":853,"commentCount":0,"publisher":{"@id":"https:\/\/dbtut.com\/#organization"},"image":{"@id":"https:\/\/dbtut.com\/index.php\/2018\/12\/01\/how-to-calculate-iops-and-throughput-of-your-database-server-using-data-collector\/#primaryimage"},"thumbnailUrl":"https:\/\/dbtut.com\/wp-content\/uploads\/2018\/12\/618.png","articleSection":["MSSQL","Windows"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/dbtut.com\/index.php\/2018\/12\/01\/how-to-calculate-iops-and-throughput-of-your-database-server-using-data-collector\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/dbtut.com\/index.php\/2018\/12\/01\/how-to-calculate-iops-and-throughput-of-your-database-server-using-data-collector\/","url":"https:\/\/dbtut.com\/index.php\/2018\/12\/01\/how-to-calculate-iops-and-throughput-of-your-database-server-using-data-collector\/","name":"How To Calculate IOPS and Throughput of Your Database Server Using Data Collector - Database Tutorials","isPartOf":{"@id":"https:\/\/dbtut.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/dbtut.com\/index.php\/2018\/12\/01\/how-to-calculate-iops-and-throughput-of-your-database-server-using-data-collector\/#primaryimage"},"image":{"@id":"https:\/\/dbtut.com\/index.php\/2018\/12\/01\/how-to-calculate-iops-and-throughput-of-your-database-server-using-data-collector\/#primaryimage"},"thumbnailUrl":"https:\/\/dbtut.com\/wp-content\/uploads\/2018\/12\/618.png","datePublished":"2018-12-01T15:18:09+00:00","dateModified":"2018-12-01T16:00:25+00:00","description":"How To Calculate IOPS and Throughput of Your Database Server Using Data Collector","breadcrumb":{"@id":"https:\/\/dbtut.com\/index.php\/2018\/12\/01\/how-to-calculate-iops-and-throughput-of-your-database-server-using-data-collector\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dbtut.com\/index.php\/2018\/12\/01\/how-to-calculate-iops-and-throughput-of-your-database-server-using-data-collector\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dbtut.com\/index.php\/2018\/12\/01\/how-to-calculate-iops-and-throughput-of-your-database-server-using-data-collector\/#primaryimage","url":"https:\/\/dbtut.com\/wp-content\/uploads\/2018\/12\/618.png","contentUrl":"https:\/\/dbtut.com\/wp-content\/uploads\/2018\/12\/618.png","width":821,"height":498},{"@type":"BreadcrumbList","@id":"https:\/\/dbtut.com\/index.php\/2018\/12\/01\/how-to-calculate-iops-and-throughput-of-your-database-server-using-data-collector\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dbtut.com\/"},{"@type":"ListItem","position":2,"name":"How To Calculate IOPS and Throughput of Your Database Server Using Data Collector"}]},{"@type":"WebSite","@id":"https:\/\/dbtut.com\/#website","url":"https:\/\/dbtut.com\/","name":"Database Tutorials","description":"MSSQL, Oracle, PostgreSQL, MySQL, MariaDB, DB2, Sybase, Teradata, Big Data, NOSQL, MongoDB, Couchbase, Cassandra, Windows, Linux","publisher":{"@id":"https:\/\/dbtut.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/dbtut.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/dbtut.com\/#organization","name":"dbtut","url":"https:\/\/dbtut.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dbtut.com\/#\/schema\/logo\/image\/","url":"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg","contentUrl":"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg","width":223,"height":36,"caption":"dbtut"},"image":{"@id":"https:\/\/dbtut.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/dbtut.com\/#\/schema\/person\/fc047c39e1e53dce28fc4253529ea408","name":"dbtut","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dbtut.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/c322c32021bf651d9e103b183963c479a9c9791ead0715f4348203496c39aa54?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c322c32021bf651d9e103b183963c479a9c9791ead0715f4348203496c39aa54?s=96&d=mm&r=g","caption":"dbtut"},"description":"We are a team with over 10 years of database management and BI experience. Our Expertises: Oracle, SQL Server, PostgreSQL, MySQL, MongoDB, Elasticsearch, Kibana, Grafana.","sameAs":["http:\/\/NurullahCAKIR"],"url":"https:\/\/dbtut.com\/index.php\/author\/dbtut\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/posts\/6159","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/comments?post=6159"}],"version-history":[{"count":0,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/posts\/6159\/revisions"}],"wp:attachment":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/media?parent=6159"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/categories?post=6159"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/tags?post=6159"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}