<?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 doubt in timex command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/doubt-in-timex-command/m-p/7030469#M491097</link>
    <description>&lt;P&gt;please explan the below 3 field output in timex command&lt;/P&gt;&lt;P&gt;real&lt;/P&gt;&lt;P&gt;user&lt;/P&gt;&lt;P&gt;sys&lt;/P&gt;</description>
    <pubDate>Wed, 09 Jan 2019 05:07:33 GMT</pubDate>
    <dc:creator>rajesh73</dc:creator>
    <dc:date>2019-01-09T05:07:33Z</dc:date>
    <item>
      <title>doubt in timex command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/doubt-in-timex-command/m-p/7030469#M491097</link>
      <description>&lt;P&gt;please explan the below 3 field output in timex command&lt;/P&gt;&lt;P&gt;real&lt;/P&gt;&lt;P&gt;user&lt;/P&gt;&lt;P&gt;sys&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2019 05:07:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/doubt-in-timex-command/m-p/7030469#M491097</guid>
      <dc:creator>rajesh73</dc:creator>
      <dc:date>2019-01-09T05:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in timex command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/doubt-in-timex-command/m-p/7030642#M491099</link>
      <description>Hi. Any inputs</description>
      <pubDate>Thu, 10 Jan 2019 05:13:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/doubt-in-timex-command/m-p/7030642#M491099</guid>
      <dc:creator>rajesh73</dc:creator>
      <dc:date>2019-01-10T05:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in timex command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/doubt-in-timex-command/m-p/7030647#M491100</link>
      <description>&lt;P&gt;I am quoting from the timex(1) man-page:&lt;/P&gt;&lt;P&gt;timex reports in seconds the elapsed time, user time, and system time&lt;BR /&gt;spent in execution of the given command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jan 2019 06:03:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/doubt-in-timex-command/m-p/7030647#M491100</guid>
      <dc:creator>Bertram Stoeckler</dc:creator>
      <dc:date>2019-01-10T06:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in timex command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/doubt-in-timex-command/m-p/7030662#M491101</link>
      <description>&lt;P&gt;Real refers to actual elapsed time; User and Sys refer to CPU time used only by the process.&lt;/P&gt;&lt;P&gt;Real is wall clock time - time from start to finish of the call. This is all elapsed time including time slices used by other processes and time the process spends blocked (for example if it is waiting for I/O to complete).'Real' is calculated from a start and end time gathered from the gettimeofday (2) call&lt;/P&gt;&lt;P&gt;User is the amount of CPU time spent in user-mode code (outside the kernel) within the process. This is only actual CPU time used in executing the process. Other processes and time the process spends blocked do not count towards this figure.&lt;/P&gt;&lt;P&gt;Sys is the amount of CPU time spent in the kernel within the process. This means executing CPU time spent in system calls within the kernel, as opposed to library code, which is still running in user-space. Like 'user', this is only CPU time used by the process. See below for a brief description of kernel mode (also known as 'supervisor' mode) and the system call mechanism.&lt;/P&gt;&lt;P&gt;User+Sys will tell you how much actual CPU time your process used. Note that this is across all CPUs, so if the process has multiple threads (and this process is running on a computer with more than one processor) it could potentially exceed the wall clock time reported by Real (which usually occurs). Note that in the output these figures include the User and Sys time of all child processes (and their descendants) as well when they could have been collected although the underlying system calls return the statistics for the process and its children separately.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jan 2019 08:13:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/doubt-in-timex-command/m-p/7030662#M491101</guid>
      <dc:creator>Mani_Np</dc:creator>
      <dc:date>2019-01-10T08:13:53Z</dc:date>
    </item>
  </channel>
</rss>

