<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Is there a SAS Viya utility to check disk performance inside a pod? in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Is-there-a-SAS-Viya-utility-to-check-disk-performance-inside-a/m-p/981186#M30540</link>
    <description>The scripts you've linked are not part of the SAS product, so are not included in any release. With on-prem deployments you would have access to the nodes directly so you could run the script on the node to measure performance.</description>
    <pubDate>Mon, 22 Dec 2025 14:57:16 GMT</pubDate>
    <dc:creator>gwootton</dc:creator>
    <dc:date>2025-12-22T14:57:16Z</dc:date>
    <item>
      <title>Is there a SAS Viya utility to check disk performance inside a pod?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Is-there-a-SAS-Viya-utility-to-check-disk-performance-inside-a/m-p/980889#M30521</link>
      <description>&lt;P&gt;Hi experts,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a SAS Viya equivalent to this:&amp;nbsp;&lt;A href="https://service.sas.com/csm?sys_kb_id=2a2cc300470b56106a2d44c4236d43cf&amp;amp;id=kb_article_view&amp;amp;sysparm_rank=1&amp;amp;sysparm_tsqueryId=52484c201bc9719480722022604bcb00&amp;amp;spa=1" target="_blank"&gt;https://service.sas.com/csm?sys_kb_id=2a2cc300470b56106a2d44c4236d43cf&amp;amp;id=kb_article_view&amp;amp;sysparm_rank=1&amp;amp;sysparm_tsqueryId=52484c201bc9719480722022604bcb00&amp;amp;spa=1&lt;/A&gt;&amp;nbsp;for checking disk performance?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to check disk performance for SAS OpenSearch pod but not sure how to accomplish it.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2025 08:00:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Is-there-a-SAS-Viya-utility-to-check-disk-performance-inside-a/m-p/980889#M30521</guid>
      <dc:creator>EyalGonen</dc:creator>
      <dc:date>2025-12-17T08:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a SAS Viya utility to check disk performance inside a pod?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Is-there-a-SAS-Viya-utility-to-check-disk-performance-inside-a/m-p/980929#M30528</link>
      <description>This is not something available in the pods to perform I/O benchmarking, though I suspect what you want to do is measure the performance of the PVC that the SAS OpenSearch pod is using to store data (e.g. data-sas-opendistro-default-0). For cloud deployments the speed of the disk is usually based on the storage class and size. For example in my environment in Azure this PVC is 128GB and is a Standard SSD, so this should have performance of 500 IOPS and 100MB/s.&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/virtual-machines/disks-types#standard-ssd-size" target="_blank"&gt;https://learn.microsoft.com/en-us/azure/virtual-machines/disks-types#standard-ssd-size&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you really wanted to measure the disk performance you could use something like this:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/leeliu/dbench" target="_blank"&gt;https://github.com/leeliu/dbench&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This creates a job that mounts that PVC (or a PVC using the same storage class) and uses fio to measure it's performance.</description>
      <pubDate>Wed, 17 Dec 2025 19:42:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Is-there-a-SAS-Viya-utility-to-check-disk-performance-inside-a/m-p/980929#M30528</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2025-12-17T19:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a SAS Viya utility to check disk performance inside a pod?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Is-there-a-SAS-Viya-utility-to-check-disk-performance-inside-a/m-p/981159#M30538</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/78975"&gt;@gwootton&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In my case this is an on-prem deployment not on cloud so I do not have the specs like they exist on Azure.&lt;/P&gt;
&lt;P&gt;Wondering why SAS does not provide such a script like they used to for SAS 9.4.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Dec 2025 07:21:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Is-there-a-SAS-Viya-utility-to-check-disk-performance-inside-a/m-p/981159#M30538</guid>
      <dc:creator>EyalGonen</dc:creator>
      <dc:date>2025-12-22T07:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a SAS Viya utility to check disk performance inside a pod?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Is-there-a-SAS-Viya-utility-to-check-disk-performance-inside-a/m-p/981186#M30540</link>
      <description>The scripts you've linked are not part of the SAS product, so are not included in any release. With on-prem deployments you would have access to the nodes directly so you could run the script on the node to measure performance.</description>
      <pubDate>Mon, 22 Dec 2025 14:57:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Is-there-a-SAS-Viya-utility-to-check-disk-performance-inside-a/m-p/981186#M30540</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2025-12-22T14:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a SAS Viya utility to check disk performance inside a pod?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Is-there-a-SAS-Viya-utility-to-check-disk-performance-inside-a/m-p/981434#M30559</link>
      <description>&lt;P&gt;Two ways to take this measurement, roughly speaking.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. from the computer server pod shell, run a &lt;EM&gt;dd&lt;/EM&gt; command targeting your mountpoint, generally SASWORK.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. create a benchmark IO testing code using a data step and/or some I/O intensive multithreaded procedure like a (threaded, by default) Proc sort.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://studysas.blogspot.com/2024/08/optimizing-data-processing-with-multi.html" target="_blank"&gt;https://studysas.blogspot.com/2024/08/optimizing-data-processing-with-multi.html&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Better still, if your deployment is on prem, you can ask assistance from you storage team to assess and test the disk performance of the device.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This unit testing should be completed by some capacity testing. As far as I remember, testio tools run multiple dd commands parallelised (by GNU parallel, I&lt;BR /&gt;&amp;nbsp;guess).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jan 2026 16:41:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Is-there-a-SAS-Viya-utility-to-check-disk-performance-inside-a/m-p/981434#M30559</guid>
      <dc:creator>ronan</dc:creator>
      <dc:date>2026-01-02T16:41:57Z</dc:date>
    </item>
  </channel>
</rss>

