<?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: Showing process threads with /usr/bin/ps  command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/showing-process-threads-with-usr-bin-ps-command/m-p/4193985#M323939</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hpux.ws/?p=8" target="_blank"&gt;http://www.hpux.ws/?p=8&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Might be some things you like in the memory leak scripts.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Thu, 08 May 2008 10:16:42 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2008-05-08T10:16:42Z</dc:date>
    <item>
      <title>Showing process threads with /usr/bin/ps  command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/showing-process-threads-with-usr-bin-ps-command/m-p/4193981#M323935</link>
      <description>&lt;!--!*#--&gt;+&lt;BR /&gt;It would be nice if HP-UX had an argument to the /usr/bin/ps command to display process threads, like for instance Tru64's "ps -Am"&lt;BR /&gt;&lt;BR /&gt;On Solaris also there is a ps argument to obtain that info.&lt;BR /&gt;&lt;BR /&gt;Any alternatives that do NOT involve Glance ?&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;__ Johan.</description>
      <pubDate>Thu, 08 May 2008 08:45:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/showing-process-threads-with-usr-bin-ps-command/m-p/4193981#M323935</guid>
      <dc:creator>Johan Brusche</dc:creator>
      <dc:date>2008-05-08T08:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Showing process threads with /usr/bin/ps  command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/showing-process-threads-with-usr-bin-ps-command/m-p/4193982#M323936</link>
      <description>Hi Johan,&lt;BR /&gt;&lt;BR /&gt;something like this?&lt;BR /&gt;# UNIX95= ps -xC java&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Thu, 08 May 2008 08:52:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/showing-process-threads-with-usr-bin-ps-command/m-p/4193982#M323936</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2008-05-08T08:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Showing process threads with /usr/bin/ps  command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/showing-process-threads-with-usr-bin-ps-command/m-p/4193983#M323937</link>
      <description>&lt;!--!*#--&gt;&lt;BR /&gt;That shows the java process, but not it's threads.&lt;BR /&gt;&lt;BR /&gt;More something like this (from p4)&lt;BR /&gt;&lt;BR /&gt;PID   PPID  TID's   KT_STAT  KT_WCHAN            SYS_CALL       COMMAND&lt;BR /&gt;----- ----- ------- -------- --------            --------       -------&lt;BR /&gt;2700  1     3021    TSSLEEP  0xe00000012a83b080                 /opt/OV/nonOV/jdk/a/bin/IA64N/java -DovtomcatA -Djava.awt.headless=true -Xms256m -Xmx512m -Djava.endorsed.dirs=/opt/OV/nonOV/tomcat/a/common/endorsed -classpath /opt/OV/nonOV/jdk/a/lib/tools.jar:/opt/OV/nonOV/tomcat/a/bin/bootstrap.jar:/opt/OV/nonOV/tomcat/a/bin/commons-logging-api.jar -Dcatalina.base=/opt/OV/nonOV/tomcat/a -Dcatalina.home=/opt/OV/nonOV/tomcat/a -Djava.io.tmpdir=/opt/OV/nonOV/tomcat/a/temp org.apache.catalina.startup.Bootstrap start&lt;BR /&gt;            3044    TSSLEEP  0xe0000001368f7d80&lt;BR /&gt;            3147    TSSLEEP  0xe000000136d98f40&lt;BR /&gt;            3160    TSSLEEP  0xe000000136da7c40&lt;BR /&gt;            3161    TSSLEEP  0xe000000136daac80&lt;BR /&gt;            3162    TSSLEEP  0xe0000001367fce40&lt;BR /&gt;            3163    TSSLEEP  0xe000000136d8df00&lt;BR /&gt;            3164    TSSLEEP  0xe00000013698dec0&lt;BR /&gt;            3165    TSSLEEP  0xe000000136df9cc0&lt;BR /&gt;            3166    TSSLEEP  0xe000000136dfad00&lt;BR /&gt;            3167    TSSLEEP  0xe000000136dfc698&lt;BR /&gt;            3291    TSSLEEP  0xe000000136dfd6d8&lt;BR /&gt;            3292    TSSLEEP  0xe0000001367b4d80&lt;BR /&gt;            3293    TSSLEEP  0xe000000136983e80&lt;BR /&gt;            3294    TSSLEEP  0xe000000136f82c40&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Johan.</description>
      <pubDate>Thu, 08 May 2008 09:28:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/showing-process-threads-with-usr-bin-ps-command/m-p/4193983#M323937</guid>
      <dc:creator>Johan Brusche</dc:creator>
      <dc:date>2008-05-08T09:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Showing process threads with /usr/bin/ps  command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/showing-process-threads-with-usr-bin-ps-command/m-p/4193984#M323938</link>
      <description>I think Glance is the only official alternative.</description>
      <pubDate>Thu, 08 May 2008 09:55:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/showing-process-threads-with-usr-bin-ps-command/m-p/4193984#M323938</guid>
      <dc:creator>Venkatesh BL</dc:creator>
      <dc:date>2008-05-08T09:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Showing process threads with /usr/bin/ps  command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/showing-process-threads-with-usr-bin-ps-command/m-p/4193985#M323939</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hpux.ws/?p=8" target="_blank"&gt;http://www.hpux.ws/?p=8&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Might be some things you like in the memory leak scripts.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 08 May 2008 10:16:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/showing-process-threads-with-usr-bin-ps-command/m-p/4193985#M323939</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-05-08T10:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Showing process threads with /usr/bin/ps  command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/showing-process-threads-with-usr-bin-ps-command/m-p/4193986#M323940</link>
      <description>Here is a previous thread with possible workarounds:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1224393" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1224393&lt;/A&gt;</description>
      <pubDate>Fri, 09 May 2008 09:27:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/showing-process-threads-with-usr-bin-ps-command/m-p/4193986#M323940</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-05-09T09:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Showing process threads with /usr/bin/ps  command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/showing-process-threads-with-usr-bin-ps-command/m-p/4193987#M323941</link>
      <description>This will print out thread information every 10 seconds.  You can just print it out once by removing the -j option.  There are many other thread metrics you can print out instead of these.&lt;BR /&gt;&lt;BR /&gt;# cat thread1&lt;BR /&gt;print " "&lt;BR /&gt;print "Date: ",GBL_STATDATE,"Time: ",&lt;BR /&gt;  GBL_STATTIME&lt;BR /&gt;thread loop&lt;BR /&gt;print THREAD_THREAD_ID,THREAD_PROC_NAME,&lt;BR /&gt;THREAD_PROC_ID,THREAD_RUN_TIME,THREAD_STATE,&lt;BR /&gt;THREAD_CPU_TOTAL_TIME&lt;BR /&gt;&lt;BR /&gt;root@r204c56 [/root]&lt;BR /&gt;# glance -adviser_only -syntax ./thread1 -j 10&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 09 May 2008 12:21:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/showing-process-threads-with-usr-bin-ps-command/m-p/4193987#M323941</guid>
      <dc:creator>Emil Velez</dc:creator>
      <dc:date>2008-05-09T12:21:22Z</dc:date>
    </item>
  </channel>
</rss>

