{
  "date": "2015-09-07T19:28:44",
  "slug": "measuring-iops-on-xtremio",
  "link": "https://www.dbi-services.com/blog/measuring-iops-on-xtremio/",
  "title": {
    "rendered": "Measuring IOPS on XtremIO"
  },
  "content": {
    "rendered": "<h2>By Franck Pachot</h2>\n<p>.<br />\nToday, we can put our database on very efficient storage. EMC XtremIO is one of them.<br />\nIn this blog post, I&#8217;ll show how to look at the IO performance from Enterprise Manager, Orachrome Lighty, and XtremIO client interface.<!--more--></p>\n<h1>IOPS</h1>\n<p>The XtremIO client has a nice dashboard that show immediatly the IO rate:</p>\n<p><a href=\"https://www.dbi-services.com/blog/wp-content/uploads/sites/2/2022/04/CaptureXIO011.jpg\"><img loading=\"lazy\" decoding=\"async\" src=\"https://www.dbi-services.com/blog/wp-content/uploads/sites/2/2022/04/CaptureXIO011.jpg\" alt=\"CaptureXIO011\" width=\"789\" height=\"509\" class=\"alignnone size-full wp-image-3660\" /></a></p>\n<p>The instant view shows 120 KIOPS here and details on the block size.<br />\nThe history show that the rate can be sustained.<br />\nThis is not a production workload. I took the screenshots while dbms_resource_manager.io_calibrate was running</p>\n<h1>IO calibrate</h1>\n<p>Of course, you want to see the io_calibrate output:</p>\n<pre><code>\nmax_iops = 122935\nlatency  = 3\nmax_mbps = 3084\n</code></pre>\n<p>There is one information &#8211; the most important one for Auto DOP &#8211; that is not displayed but we can check it here:</p>\n<pre><code>\nSQL&gt; select * from resource_io_calibrate$;\n&nbsp;\n  MAX_IOPS   MAX_MBPS  MAX_PMBPS    LATENCY  NUM_DISKS\n---------- ---------- ---------- ---------- ----------\n    122935       3084       1364          3          2\n</code></pre>\n<p>One process can sustain 1.3GB/s. This do not depend on the storage but on the server. That is coming from an &#8216;old&#8217; E5-2667.<br />\nI can run a lot of processes and I&#8217;ve a 4 nodes RAC. The storage can sustain 3GB/s<br />\nAnd we have reached 120 KIOPS.</p>\n<p>The storage here is one EMC XtremIO one X-Brick.</p>\n<p><a href=\"https://www.dbi-services.com/blog/wp-content/uploads/sites/2/2022/04/CaptureXIO021.jpg\"><img loading=\"lazy\" decoding=\"async\" src=\"https://www.dbi-services.com/blog/wp-content/uploads/sites/2/2022/04/CaptureXIO021.jpg\" alt=\"CaptureXIO021\" width=\"404\" height=\"206\" class=\"alignnone size-full wp-image-3657\" /></a></p>\n<h1>Orachrome Lighty</h1>\n<p>The &#8216;Real Time&#8217; view of Lighty show basic info from V$ views, calculating deltas and showing them graphically.<br />\nSo here are the figures from the database:</p>\n<p><a href=\"https://www.dbi-services.com/blog/wp-content/uploads/sites/2/2022/04/CaptureXIO012.jpg\"><img loading=\"lazy\" decoding=\"async\" src=\"https://www.dbi-services.com/blog/wp-content/uploads/sites/2/2022/04/CaptureXIO012.jpg\" alt=\"CaptureXIO012\" width=\"705\" height=\"426\" class=\"alignnone size-full wp-image-3659\" /></a></p>\n<p>Of course you can see the same figures from Enterprise Manager f you have Diagnostic Pack:</p>\n<p><a href=\"https://www.dbi-services.com/blog/wp-content/uploads/sites/2/2022/04/CaptureXIO014.jpg\"><img loading=\"lazy\" decoding=\"async\" src=\"https://www.dbi-services.com/blog/wp-content/uploads/sites/2/2022/04/CaptureXIO014.jpg\" alt=\"CaptureXIO014\" width=\"1294\" height=\"565\" class=\"alignnone size-full wp-image-3655\" /></a></p>\n<h1>OEM &#8211; ASM</h1>\n<p>ASM comes with performance metrics as well and can be seen from Enterprise Manager:</p>\n<p><a href=\"https://www.dbi-services.com/blog/wp-content/uploads/sites/2/2022/04/CaptureXIO013.jpg\"><img loading=\"lazy\" decoding=\"async\" src=\"https://www.dbi-services.com/blog/wp-content/uploads/sites/2/2022/04/CaptureXIO013.jpg\" alt=\"CaptureXIO013\" width=\"745\" height=\"680\" class=\"alignnone size-full wp-image-3658\" /></a></p>\n<h1>Compression</h1>\n<p>Performance is not the only feature of XtremIO. You have compression as well. These performance figures come from a database that takes only 35% of its size:</p>\n<p><a href=\"https://www.dbi-services.com/blog/wp-content/uploads/sites/2/2022/04/CaptureXIO022.jpg\"><img loading=\"lazy\" decoding=\"async\" src=\"https://www.dbi-services.com/blog/wp-content/uploads/sites/2/2022/04/CaptureXIO022.jpg\" alt=\"CaptureXIO022\" width=\"409\" height=\"478\" class=\"alignnone size-full wp-image-3656\" /></a></p>\n<p>If you have read compression ratios from EMC marketing, then you have here a proof that you can achieve that compression ratio on a regular ERP (only numbers and some text. No images, no documents.)</p>\n<p>Compression without performance overhead is a great feature of XtremIO. There is another one: snapshots without performance overhead on source. But that is for another time.</p>\n",
    "protected": false
  }
}
