<?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 MetadataServer.sh script's output meaning for Real and CPU times in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/MetadataServer-sh-script-s-output-meaning-for-Real-and-CPU-times/m-p/824290#M24691</link>
    <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Probably everybody knows there's a script called&amp;nbsp;MetadataServer.sh to manage Metadata Server. With an extra argument "status" it outputs current status of the Metadata server. My question is, what does those values in the ending mean.&lt;/P&gt;
&lt;P&gt;For example:&lt;/P&gt;
&lt;PRE&gt;NOTE: Server &amp;lt;hostname&amp;gt; is RUNNING on 20Jul2022:09:42:54.


NOTE: &lt;STRONG&gt;PROCEDURE METAOPERATE used&lt;/STRONG&gt; (Total process time):
      &lt;STRONG&gt;real time           0.02 seconds&lt;/STRONG&gt;
      &lt;STRONG&gt;cpu time            0.01 seconds&lt;/STRONG&gt;


NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA 27513-2414
NOTE: The &lt;STRONG&gt;SAS System used&lt;/STRONG&gt;:
      &lt;STRONG&gt;real time           0.04 seconds&lt;/STRONG&gt;
      &lt;STRONG&gt;cpu time            0.03 seconds&lt;/STRONG&gt;&lt;/PRE&gt;
&lt;P&gt;So there are status for "procedure metaoperate" real and cpu times and also for "SAS System". What are these, what's the difference?&lt;/P&gt;
&lt;P&gt;What could effect those values? What are the difference between "real" and "cpu" times?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Smaller the better it's clear, but is there any document describing the values meaning or maybe someone can explain it in simple language? I tried to find some thread from the community but didn't find anything.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PL&lt;/P&gt;</description>
    <pubDate>Wed, 20 Jul 2022 06:55:15 GMT</pubDate>
    <dc:creator>PriitL</dc:creator>
    <dc:date>2022-07-20T06:55:15Z</dc:date>
    <item>
      <title>MetadataServer.sh script's output meaning for Real and CPU times</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/MetadataServer-sh-script-s-output-meaning-for-Real-and-CPU-times/m-p/824290#M24691</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Probably everybody knows there's a script called&amp;nbsp;MetadataServer.sh to manage Metadata Server. With an extra argument "status" it outputs current status of the Metadata server. My question is, what does those values in the ending mean.&lt;/P&gt;
&lt;P&gt;For example:&lt;/P&gt;
&lt;PRE&gt;NOTE: Server &amp;lt;hostname&amp;gt; is RUNNING on 20Jul2022:09:42:54.


NOTE: &lt;STRONG&gt;PROCEDURE METAOPERATE used&lt;/STRONG&gt; (Total process time):
      &lt;STRONG&gt;real time           0.02 seconds&lt;/STRONG&gt;
      &lt;STRONG&gt;cpu time            0.01 seconds&lt;/STRONG&gt;


NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA 27513-2414
NOTE: The &lt;STRONG&gt;SAS System used&lt;/STRONG&gt;:
      &lt;STRONG&gt;real time           0.04 seconds&lt;/STRONG&gt;
      &lt;STRONG&gt;cpu time            0.03 seconds&lt;/STRONG&gt;&lt;/PRE&gt;
&lt;P&gt;So there are status for "procedure metaoperate" real and cpu times and also for "SAS System". What are these, what's the difference?&lt;/P&gt;
&lt;P&gt;What could effect those values? What are the difference between "real" and "cpu" times?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Smaller the better it's clear, but is there any document describing the values meaning or maybe someone can explain it in simple language? I tried to find some thread from the community but didn't find anything.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PL&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2022 06:55:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/MetadataServer-sh-script-s-output-meaning-for-Real-and-CPU-times/m-p/824290#M24691</guid>
      <dc:creator>PriitL</dc:creator>
      <dc:date>2022-07-20T06:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: MetadataServer.sh script's output meaning for Real and CPU times</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/MetadataServer-sh-script-s-output-meaning-for-Real-and-CPU-times/m-p/824293#M24692</link>
      <description>&lt;P&gt;CPU time is the time where the processor(s) processed your code. Real time is the time that went by "on the outside". The difference is caused by the processor(s) waiting for input/output or other processes getting use of the CPU.&lt;/P&gt;
&lt;P&gt;With multiple processors and multithreading, CPU time can be greater than the real time.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2022 07:24:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/MetadataServer-sh-script-s-output-meaning-for-Real-and-CPU-times/m-p/824293#M24692</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-07-20T07:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: MetadataServer.sh script's output meaning for Real and CPU times</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/MetadataServer-sh-script-s-output-meaning-for-Real-and-CPU-times/m-p/824294#M24693</link>
      <description>&lt;P&gt;And the difference between the time of the procedure and the "SAS system time" is the time SAS needs for startup and processing initialization code.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2022 07:26:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/MetadataServer-sh-script-s-output-meaning-for-Real-and-CPU-times/m-p/824294#M24693</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-07-20T07:26:05Z</dc:date>
    </item>
  </channel>
</rss>

