<?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 THREAD IDENTIFICATION IN GLANCE in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/thread-identification-in-glance/m-p/2450155#M10705</link>
    <description>We have a multi-threaded application running which has +- 10 threads.  Is there a way to identify the individual threads in Glance?  Should changes be made to the code?&lt;BR /&gt;&lt;BR /&gt;At this stage all the threads just look like duplicates of the main app.</description>
    <pubDate>Wed, 04 Oct 2000 13:27:32 GMT</pubDate>
    <dc:creator>Carlo Henrico_1</dc:creator>
    <dc:date>2000-10-04T13:27:32Z</dc:date>
    <item>
      <title>THREAD IDENTIFICATION IN GLANCE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/thread-identification-in-glance/m-p/2450155#M10705</link>
      <description>We have a multi-threaded application running which has +- 10 threads.  Is there a way to identify the individual threads in Glance?  Should changes be made to the code?&lt;BR /&gt;&lt;BR /&gt;At this stage all the threads just look like duplicates of the main app.</description>
      <pubDate>Wed, 04 Oct 2000 13:27:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/thread-identification-in-glance/m-p/2450155#M10705</guid>
      <dc:creator>Carlo Henrico_1</dc:creator>
      <dc:date>2000-10-04T13:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: THREAD IDENTIFICATION IN GLANCE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/thread-identification-in-glance/m-p/2450156#M10706</link>
      <description>I have worked on that one before with no luck from Hp.  I made a mod to my system so that if I do a ps -ef |grep XXX the output gives me more information from my database processes.</description>
      <pubDate>Wed, 04 Oct 2000 13:41:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/thread-identification-in-glance/m-p/2450156#M10706</guid>
      <dc:creator>Mark Mitchell</dc:creator>
      <dc:date>2000-10-04T13:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: THREAD IDENTIFICATION IN GLANCE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/thread-identification-in-glance/m-p/2450157#M10707</link>
      <description>What sort of information are you after? a thread is a duplicate really. only the cpu usage is different between threads (memory etc all the same).&lt;BR /&gt;&lt;BR /&gt;The system calls will be different, but glance only reports that at the process level.</description>
      <pubDate>Wed, 04 Oct 2000 13:48:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/thread-identification-in-glance/m-p/2450157#M10707</guid>
      <dc:creator>Andy Monks</dc:creator>
      <dc:date>2000-10-04T13:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: THREAD IDENTIFICATION IN GLANCE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/thread-identification-in-glance/m-p/2450158#M10708</link>
      <description>I don't understand the question. Each thread has a thread id (THREAD_THREAD_ID) and you could use a process loop with a thread loop inside it to print thread metrics assuming you want to capture some info on threads inside an adviser script. (This works on Glance C.02.60 on HP-UX 11.0 on my system.) If you have HP-UX 10.20 and pthreads you are probably out of luck.</description>
      <pubDate>Wed, 04 Oct 2000 20:31:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/thread-identification-in-glance/m-p/2450158#M10708</guid>
      <dc:creator>Jim Welch</dc:creator>
      <dc:date>2000-10-04T20:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: THREAD IDENTIFICATION IN GLANCE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/thread-identification-in-glance/m-p/2450159#M10709</link>
      <description>Jim&lt;BR /&gt;&lt;BR /&gt;I am using HP 11.0 with Glance C.02.40.  The threads are all part of the main application but each with a unique 'task'.  One could probably actually write seperate apps.  The thread_thread_id is selected and they have different values but I cannot ascertain from that which one has what 'task'.</description>
      <pubDate>Thu, 05 Oct 2000 04:51:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/thread-identification-in-glance/m-p/2450159#M10709</guid>
      <dc:creator>Carlo Henrico_1</dc:creator>
      <dc:date>2000-10-05T04:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: THREAD IDENTIFICATION IN GLANCE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/thread-identification-in-glance/m-p/2450160#M10710</link>
      <description>glance has no way of knowing what each thread does from the application point of view. It just shows resource usage. It sounds like your using threads just cos you can and that using processes would actually be just as good for you (and would allow glance to report the info you want as each process would have a different name which you could change to be the name of the task)</description>
      <pubDate>Thu, 05 Oct 2000 07:02:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/thread-identification-in-glance/m-p/2450160#M10710</guid>
      <dc:creator>Andy Monks</dc:creator>
      <dc:date>2000-10-05T07:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: THREAD IDENTIFICATION IN GLANCE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/thread-identification-in-glance/m-p/2450161#M10711</link>
      <description>Its true that Glance won't go deep enought to show you what task is running.  What I meant above is that on my system I made a changed that when the process is fired up it puts information such as the report name in the process description.  After I do a ps -ef|grep (process id Number) I can tell what it is.  Not the ideal fix but it works.  In glance you can hit shift+1 and pop out look it up, type exit and then be back in glance.</description>
      <pubDate>Thu, 05 Oct 2000 13:30:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/thread-identification-in-glance/m-p/2450161#M10711</guid>
      <dc:creator>Mark Mitchell</dc:creator>
      <dc:date>2000-10-05T13:30:10Z</dc:date>
    </item>
  </channel>
</rss>

