<?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: SAS STP Execution Time in Developers</title>
    <link>https://communities.sas.com/t5/Developers/SAS-STP-Execution-Time/m-p/217084#M4705</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at the CPU consumption of your jboss or whatever serves the web applications. Most time is probably spent there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 May 2015 09:17:43 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2015-05-19T09:17:43Z</dc:date>
    <item>
      <title>SAS STP Execution Time</title>
      <link>https://communities.sas.com/t5/Developers/SAS-STP-Execution-Time/m-p/217083#M4704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we have a STP that runs on SASAPP stored process server with streaming option since we need to return some graphics.&amp;nbsp; the browser console indicates that the STP ran about 15 seconds.&amp;nbsp; however, when i check the sas log of the STP code, the real time execution is nowhere near 15 seconds.&amp;nbsp; any idea where is the extra time from?&amp;nbsp; or the sas log real time isn't accurate?&amp;nbsp; thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 08:44:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-STP-Execution-Time/m-p/217083#M4704</guid>
      <dc:creator>Grumbler</dc:creator>
      <dc:date>2015-05-19T08:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: SAS STP Execution Time</title>
      <link>https://communities.sas.com/t5/Developers/SAS-STP-Execution-Time/m-p/217084#M4705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at the CPU consumption of your jboss or whatever serves the web applications. Most time is probably spent there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 09:17:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-STP-Execution-Time/m-p/217084#M4705</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-05-19T09:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: SAS STP Execution Time</title>
      <link>https://communities.sas.com/t5/Developers/SAS-STP-Execution-Time/m-p/217085#M4706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;nevermind.&amp;nbsp; found out it's due to x command.&amp;nbsp; sas obviously doesn't capture any time in the log.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 09:22:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-STP-Execution-Time/m-p/217085#M4706</guid>
      <dc:creator>Grumbler</dc:creator>
      <dc:date>2015-05-29T09:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: SAS STP Execution Time</title>
      <link>https://communities.sas.com/t5/Developers/SAS-STP-Execution-Time/m-p/217086#M4707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Consider using filename pipe instead.&lt;/P&gt;&lt;P&gt;I assume at least real time will reflect the time spent with your host call.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 11:10:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-STP-Execution-Time/m-p/217086#M4707</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2015-05-29T11:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: SAS STP Execution Time</title>
      <link>https://communities.sas.com/t5/Developers/SAS-STP-Execution-Time/m-p/217087#M4708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The real-time is the wall clock time and cpu-time the time spend added by multiple processors.&lt;BR /&gt;Those measurements are the ones a seen by the SAS process. That is excluding the transfer between SAS and the desktop.&lt;/P&gt;&lt;P&gt;It is excluding time spend by external processes (RDBMS or OS).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you are talking about graphics you could also have something there. X11 may be used for that at the OS level (Unix types) that should be installed with the virtualization layer. As Unix admins do not like graphical approaches it is often omitted. &lt;A href="http://en.wikipedia.org/wiki/Xvfb" title="http://en.wikipedia.org/wiki/Xvfb"&gt;Xvfb - Wikipedia, the free encyclopedia&lt;/A&gt;&lt;BR /&gt;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 11:39:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-STP-Execution-Time/m-p/217087#M4708</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-05-29T11:39:44Z</dc:date>
    </item>
  </channel>
</rss>

