<?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: Poor perfomance in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Poor-perfomance/m-p/741990#M22174</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/36451"&gt;@MariaD&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;The first process is running at noon, peak business hour and the other is executing at late night.&lt;BR /&gt;This is to be expected. Looks like there is a data access (I/O) appears to be the limiting factor.&lt;BR /&gt;CPU and memory appear to be OK.&lt;BR /&gt;Please see the analysis below.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="process_comp.PNG" style="width: 737px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/59517i9B8D4E4060E47E33/image-size/large?v=v2&amp;amp;px=999" role="button" title="process_comp.PNG" alt="process_comp.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 17 May 2021 20:21:50 GMT</pubDate>
    <dc:creator>Sajid01</dc:creator>
    <dc:date>2021-05-17T20:21:50Z</dc:date>
    <item>
      <title>Poor perfomance</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Poor-perfomance/m-p/741902#M22159</link>
      <description>&lt;P&gt;Hi folks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A user has a process, a union of SAS tables, that present different performance depending on the time when it's executed.&amp;nbsp;Follows the extended log on the worse performance:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;NOTE: PROCEDURE SQL used (Total process time):
real time           35:54.97
user cpu time       4:18.97
system cpu time     6:30.08
memory              1072251.18k
OS Memory           1095100.00k
Timestamp           05/17/2021 12:22:17 PM
Step Count                        41  Switch Count  469
Page Faults                       940
Page Reclaims                     33418374
Page Swaps                        0
Voluntary Context Switches        5126600
Involuntary Context Switches      28234
Block Input Operations            434723184
Block Output Operations           473226072&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Same process, executed at a different time of the day:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;NOTE: PROCEDURE SQL used (Total process time):
real time           6:11.66
user cpu time       3:43.92
system cpu time     4:07.77
memory              1086770.84k
OS Memory           1110844.00k
Timestamp           05/14/2021 10:14:16 PM
Step Count                        125  Switch Count  131
Page Faults                       482
Page Reclaims                     9405378
Page Swaps                        0
Voluntary Context Switches        4417528
Involuntary Context Switches      1862
Block Input Operations            17269416
Block Output Operations           473248224&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Our server is Linux with 9.4. Could you please give me some advice on how to interpret the details of the log?&lt;/P&gt;</description>
      <pubDate>Mon, 17 May 2021 15:57:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Poor-perfomance/m-p/741902#M22159</guid>
      <dc:creator>MariaD</dc:creator>
      <dc:date>2021-05-17T15:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: Poor perfomance</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Poor-perfomance/m-p/741910#M22160</link>
      <description>&lt;P&gt;Are those queries actually the same?&lt;/P&gt;
&lt;P&gt;The first one is taking longer, but it is also doing much more INPUT I/O, so that is probably why it takes longer.&lt;/P&gt;</description>
      <pubDate>Mon, 17 May 2021 16:17:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Poor-perfomance/m-p/741910#M22160</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2021-05-17T16:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: Poor perfomance</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Poor-perfomance/m-p/741912#M22161</link>
      <description>The more-or-less same CPU times combined with the very different real times let me suspect that your I/O subsystem can't keep up with the load of concurrent requests at certain times.</description>
      <pubDate>Mon, 17 May 2021 16:21:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Poor-perfomance/m-p/741912#M22161</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-05-17T16:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: Poor perfomance</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Poor-perfomance/m-p/741915#M22162</link>
      <description>&lt;P&gt;I agree that it seems to be a IO throughput issue to storage.&lt;/P&gt;
&lt;P&gt;What OS are you running on?&amp;nbsp; There are tools to let you know if you are having IO throughput issues.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 May 2021 16:38:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Poor-perfomance/m-p/741915#M22162</guid>
      <dc:creator>MargaretC</dc:creator>
      <dc:date>2021-05-17T16:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Poor perfomance</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Poor-perfomance/m-p/741920#M22163</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/159"&gt;@Tom&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are exactly the same process, with almost the same number of rows (something between 28 to 29 million) on the final SAS table.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The user combined five tables, all SAS tables. Four of them are in the WORK area and one in the user area. The result is saved on WORK too. The area user is almost full.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 May 2021 16:49:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Poor-perfomance/m-p/741920#M22163</guid>
      <dc:creator>MariaD</dc:creator>
      <dc:date>2021-05-17T16:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: Poor perfomance</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Poor-perfomance/m-p/741924#M22164</link>
      <description>If that is all one SQL query, you may gain a lot by dissecting it into several SORT/DATA steps.&lt;BR /&gt;Especially if some of the joins are lookups that can be done with hash objects.</description>
      <pubDate>Mon, 17 May 2021 16:58:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Poor-perfomance/m-p/741924#M22164</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-05-17T16:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Poor perfomance</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Poor-perfomance/m-p/741929#M22165</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I agree with you but, considering the process is exactly the same, I'm concern about the difference in the performance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Mon, 17 May 2021 17:06:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Poor-perfomance/m-p/741929#M22165</guid>
      <dc:creator>MariaD</dc:creator>
      <dc:date>2021-05-17T17:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: Poor perfomance</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Poor-perfomance/m-p/741930#M22166</link>
      <description>&lt;P&gt;Changes in real time happen when run in a virtual environment when other applications that are sharing the resources your SAS jobs.&amp;nbsp; For instance, shared storage can be affected if a backup happens when you are running your SAS job.&amp;nbsp; Or if your SAS WORK is on a shared storage device, other SAS jobs doing lots of writes to SAS WORK will impact your SAS job.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 May 2021 17:15:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Poor-perfomance/m-p/741930#M22166</guid>
      <dc:creator>MargaretC</dc:creator>
      <dc:date>2021-05-17T17:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: Poor perfomance</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Poor-perfomance/m-p/741932#M22167</link>
      <description>Outside factors. Other processes that put load on your I/O subsystem. Or other servers that use the same storage network.</description>
      <pubDate>Mon, 17 May 2021 17:18:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Poor-perfomance/m-p/741932#M22167</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-05-17T17:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Poor perfomance</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Poor-perfomance/m-p/741946#M22168</link>
      <description>&lt;P&gt;Thanks! I'll try to verify it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 May 2021 18:11:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Poor-perfomance/m-p/741946#M22168</guid>
      <dc:creator>MariaD</dc:creator>
      <dc:date>2021-05-17T18:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Poor perfomance</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Poor-perfomance/m-p/741952#M22169</link>
      <description>&lt;P&gt;MariaD,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You said, "&lt;SPAN&gt;The area user is almost full,&lt;/SPAN&gt;" and I'll assume you mean what I've heard called SASUSER (not SASWORK, not UTILLOC)&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Most filesystems suffer degrading performance as the filesystem structure fills.&amp;nbsp; Some filesystems slow at 60% full, some filesystems are still happy above 95% full.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since I saw no one else mention it . . . .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(The other replies are correct to call out "shared" storage, network, CPU, RAM, and so on.&amp;nbsp; "Noisy neighbors" and so on.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;G'luck!&lt;/P&gt;</description>
      <pubDate>Mon, 17 May 2021 18:22:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Poor-perfomance/m-p/741952#M22169</guid>
      <dc:creator>nathan_dye</dc:creator>
      <dc:date>2021-05-17T18:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: Poor perfomance</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Poor-perfomance/m-p/741956#M22170</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/71601"&gt;@nathan_dye&lt;/a&gt;. It's correct, the area almost full is the user area (not SASUSER but other custom libname). Today, I know that the specific area is more than 99% usage. The table in that area is read during the process, not write.&lt;/P&gt;</description>
      <pubDate>Mon, 17 May 2021 18:43:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Poor-perfomance/m-p/741956#M22170</guid>
      <dc:creator>MariaD</dc:creator>
      <dc:date>2021-05-17T18:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Poor perfomance</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Poor-perfomance/m-p/741961#M22171</link>
      <description>At high usage rates, filesystems will experience a lot of fragmentation, which will cause all accesses to slow down, specifically when you still use spinning metal instead of SSD's.</description>
      <pubDate>Mon, 17 May 2021 19:08:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Poor-perfomance/m-p/741961#M22171</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-05-17T19:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: Poor perfomance</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Poor-perfomance/m-p/741990#M22174</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/36451"&gt;@MariaD&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;The first process is running at noon, peak business hour and the other is executing at late night.&lt;BR /&gt;This is to be expected. Looks like there is a data access (I/O) appears to be the limiting factor.&lt;BR /&gt;CPU and memory appear to be OK.&lt;BR /&gt;Please see the analysis below.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="process_comp.PNG" style="width: 737px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/59517i9B8D4E4060E47E33/image-size/large?v=v2&amp;amp;px=999" role="button" title="process_comp.PNG" alt="process_comp.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 May 2021 20:21:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Poor-perfomance/m-p/741990#M22174</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2021-05-17T20:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Poor perfomance</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Poor-perfomance/m-p/742010#M22175</link>
      <description>Totally missed the time issue.&lt;BR /&gt;One must not be surprised that a job takes longer at noon than at close to midnight.</description>
      <pubDate>Mon, 17 May 2021 20:49:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Poor-perfomance/m-p/742010#M22175</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-05-17T20:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Poor perfomance</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Poor-perfomance/m-p/742019#M22176</link>
      <description>&lt;P&gt;The job performance statistics indicate that it performs adequately at off-peak times - user cpu time is less than double elapsed time. However at peak times your system appears to be severely IO constrained and performs very poorly. Reviewing your Environment Manager performance dashboards may be able to provide further insights. It would be worth reviewing % CPU usage and % memory usage as well as IO at different time periods.&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 May 2021 21:36:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Poor-perfomance/m-p/742019#M22176</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-05-17T21:36:13Z</dc:date>
    </item>
  </channel>
</rss>

