Hi experts,
Is there a SAS Viya equivalent to this: https://service.sas.com/csm?sys_kb_id=2a2cc300470b56106a2d44c4236d43cf&id=kb_article_view&sysparm_ra... for checking disk performance?
I want to check disk performance for SAS OpenSearch pod but not sure how to accomplish it.
Hi @gwootton
In my case this is an on-prem deployment not on cloud so I do not have the specs like they exist on Azure.
Wondering why SAS does not provide such a script like they used to for SAS 9.4.
Two ways to take this measurement, roughly speaking.
1. from the computer server pod shell, run a dd command targeting your mountpoint, generally SASWORK.
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.
https://studysas.blogspot.com/2024/08/optimizing-data-processing-with-multi.html
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.
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
guess).
The SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment.
Learn how to explore data assets, create new data discovery agents, schedule data discovery agents, and much more.
Find more tutorials on the SAS Users YouTube channel.