<?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: Timing processes in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/timing-processes/m-p/2617733#M37973</link>
    <description>Hello!&lt;BR /&gt;&lt;BR /&gt;Just prepend "time" to the command you want to time.&lt;BR /&gt;&lt;BR /&gt;So, instead of tar whatever...&lt;BR /&gt;&lt;BR /&gt;you use&lt;BR /&gt;&lt;BR /&gt;time tar whatever &lt;BR /&gt;&lt;BR /&gt;and it will show you some time figures at the end (elapsed time, system time and user time)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Paga&lt;BR /&gt;</description>
    <pubDate>Tue, 20 Nov 2001 17:14:35 GMT</pubDate>
    <dc:creator>Marco Paganini</dc:creator>
    <dc:date>2001-11-20T17:14:35Z</dc:date>
    <item>
      <title>Timing processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timing-processes/m-p/2617731#M37971</link>
      <description>Hello again.&lt;BR /&gt;&lt;BR /&gt;I want to time how long a "Tar" operation takes. Is there an easy method to do this? &lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Tue, 20 Nov 2001 17:07:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timing-processes/m-p/2617731#M37971</guid>
      <dc:creator>Robie Lutsey</dc:creator>
      <dc:date>2001-11-20T17:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: Timing processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timing-processes/m-p/2617732#M37972</link>
      <description>yup - use timex(1)&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Tue, 20 Nov 2001 17:10:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timing-processes/m-p/2617732#M37972</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2001-11-20T17:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: Timing processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timing-processes/m-p/2617733#M37973</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;Just prepend "time" to the command you want to time.&lt;BR /&gt;&lt;BR /&gt;So, instead of tar whatever...&lt;BR /&gt;&lt;BR /&gt;you use&lt;BR /&gt;&lt;BR /&gt;time tar whatever &lt;BR /&gt;&lt;BR /&gt;and it will show you some time figures at the end (elapsed time, system time and user time)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Paga&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Nov 2001 17:14:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timing-processes/m-p/2617733#M37973</guid>
      <dc:creator>Marco Paganini</dc:creator>
      <dc:date>2001-11-20T17:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: Timing processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timing-processes/m-p/2617734#M37974</link>
      <description>If you are running say a backup job with tar over night, you could just write your output to a logfile something like this:&lt;BR /&gt;&lt;BR /&gt;logfile=/tmp/tar.log&lt;BR /&gt;if [ -f $logfile ];&lt;BR /&gt;then&lt;BR /&gt;        rm $logfile&lt;BR /&gt;        touch $logfile&lt;BR /&gt;else&lt;BR /&gt;        touch $logfile&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;echo "Begin TAR backup command at  " `date` &amp;gt;&amp;gt;$logfile 2&amp;gt;&amp;amp;1&lt;BR /&gt;&lt;BR /&gt;tar cf &lt;YOUR device=""&gt; &lt;YOUR files=""&gt;  &amp;gt;&amp;gt;$logfile 2&amp;gt;&amp;amp;1&lt;BR /&gt;&lt;BR /&gt;echo "TAR backup command complete at  " `date` &amp;gt;&amp;gt;$logfile 2&amp;gt;&amp;amp;1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/YOUR&gt;&lt;/YOUR&gt;</description>
      <pubDate>Tue, 20 Nov 2001 18:03:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timing-processes/m-p/2617734#M37974</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2001-11-20T18:03:08Z</dc:date>
    </item>
  </channel>
</rss>

