<?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: How to set up an trace log on HP-UX ? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-set-up-an-trace-log-on-hp-ux/m-p/3700883#M249307</link>
    <description>Thierry,&lt;BR /&gt;&lt;BR /&gt;Maybe this tool can help you to pinpoint the source of your problem.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,1174,00.html" target="_blank"&gt;http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,1174,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;HP Caliper is a general-purpose performance analysis tool for applications on ItaniumÂ®-based HP-UX and Linux systems. HP Caliper allows you to understand the performance and execution of your application and to identify ways to improve its run-time performance&lt;BR /&gt;--&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
    <pubDate>Tue, 03 Jan 2006 05:26:07 GMT</pubDate>
    <dc:creator>Robert-Jan Goossens</dc:creator>
    <dc:date>2006-01-03T05:26:07Z</dc:date>
    <item>
      <title>How to set up an trace log on HP-UX ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-set-up-an-trace-log-on-hp-ux/m-p/3700877#M249301</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;I want to set up a trace to log all the processes running on my rx2620/HP-UX 11.23, to find a database sporadic error-job.&lt;BR /&gt;&lt;BR /&gt;Is in HP-UX a tool available to to that ?&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;BR /&gt;&lt;BR /&gt;Thierry</description>
      <pubDate>Mon, 02 Jan 2006 10:08:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-set-up-an-trace-log-on-hp-ux/m-p/3700877#M249301</guid>
      <dc:creator>Thierry Doppler</dc:creator>
      <dc:date>2006-01-02T10:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to set up an trace log on HP-UX ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-set-up-an-trace-log-on-hp-ux/m-p/3700878#M249302</link>
      <description>Hi Thierry,&lt;BR /&gt;&lt;BR /&gt;Download and install tusc/truss from the link below.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Sysadmin/tusc-7.8/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Sysadmin/tusc-7.8/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Mon, 02 Jan 2006 10:42:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-set-up-an-trace-log-on-hp-ux/m-p/3700878#M249302</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2006-01-02T10:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to set up an trace log on HP-UX ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-set-up-an-trace-log-on-hp-ux/m-p/3700879#M249303</link>
      <description>I'm understandig that i have to give a process-id to look what this proces is doing. But I want to log something as the top-command, every second, in a file.&lt;BR /&gt;&lt;BR /&gt;Thierry</description>
      <pubDate>Mon, 02 Jan 2006 12:01:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-set-up-an-trace-log-on-hp-ux/m-p/3700879#M249303</guid>
      <dc:creator>Thierry Doppler</dc:creator>
      <dc:date>2006-01-02T12:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to set up an trace log on HP-UX ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-set-up-an-trace-log-on-hp-ux/m-p/3700880#M249304</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;If you use tusc with your process, you will get to know all the system calls it makes, return values, it is similar to "truss" on solaris. You can get detailed output when you use it with your erring process. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Mon, 02 Jan 2006 23:23:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-set-up-an-trace-log-on-hp-ux/m-p/3700880#M249304</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-01-02T23:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to set up an trace log on HP-UX ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-set-up-an-trace-log-on-hp-ux/m-p/3700881#M249305</link>
      <description>You can log all process with ps command as,&lt;BR /&gt;&lt;BR /&gt;#!/bin/ksh&lt;BR /&gt;# process.ksh&lt;BR /&gt;LOGFILE=/tmp/process.log&lt;BR /&gt;&lt;BR /&gt;while [[ 1 ]]&lt;BR /&gt;do&lt;BR /&gt;&lt;BR /&gt; ps -ef &amp;gt;&amp;gt; ${LOGFILE}&lt;BR /&gt;&lt;BR /&gt; # sleep time&lt;BR /&gt; sleep 60&lt;BR /&gt;&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;# END&lt;BR /&gt;exit 0&lt;BR /&gt;&lt;BR /&gt;#################################&lt;BR /&gt;&lt;BR /&gt;Note: If you did not change sleep time then it will load more contents in log file. File will be added more and more. So keep sleep time more.&lt;BR /&gt;&lt;BR /&gt;-Muthu</description>
      <pubDate>Tue, 03 Jan 2006 01:36:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-set-up-an-trace-log-on-hp-ux/m-p/3700881#M249305</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-01-03T01:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to set up an trace log on HP-UX ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-set-up-an-trace-log-on-hp-ux/m-p/3700882#M249306</link>
      <description>Using top utility then,&lt;BR /&gt;&lt;BR /&gt;#!/bin/ksh&lt;BR /&gt;# process.ksh&lt;BR /&gt;LOGFILE=/tmp/top.log&lt;BR /&gt;&lt;BR /&gt;while [[ 1 ]]&lt;BR /&gt;do&lt;BR /&gt;&lt;BR /&gt;top -d 1 &amp;gt;&amp;gt; ${LOGFILE}&lt;BR /&gt;&lt;BR /&gt;# sleep time&lt;BR /&gt;sleep 60&lt;BR /&gt;&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;# END&lt;BR /&gt;exit 0&lt;BR /&gt;&lt;BR /&gt;##############################&lt;BR /&gt;&lt;BR /&gt;Note: top will not all process informations. You have to use ps command only to get all informations.&lt;BR /&gt;&lt;BR /&gt;-Muthu</description>
      <pubDate>Tue, 03 Jan 2006 01:39:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-set-up-an-trace-log-on-hp-ux/m-p/3700882#M249306</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-01-03T01:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to set up an trace log on HP-UX ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-set-up-an-trace-log-on-hp-ux/m-p/3700883#M249307</link>
      <description>Thierry,&lt;BR /&gt;&lt;BR /&gt;Maybe this tool can help you to pinpoint the source of your problem.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,1174,00.html" target="_blank"&gt;http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,1174,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;HP Caliper is a general-purpose performance analysis tool for applications on ItaniumÂ®-based HP-UX and Linux systems. HP Caliper allows you to understand the performance and execution of your application and to identify ways to improve its run-time performance&lt;BR /&gt;--&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Tue, 03 Jan 2006 05:26:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-set-up-an-trace-log-on-hp-ux/m-p/3700883#M249307</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2006-01-03T05:26:07Z</dc:date>
    </item>
  </channel>
</rss>

