<?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: Gather resource utilization by a process in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/gather-resource-utilization-by-a-process/m-p/2895348#M103876</link>
    <description>The best option would be using GlancePlus utility. This is a priced product from HP using as a Performance diagnostics tool. If needed, you can use the free trial copy too.&lt;BR /&gt;&lt;BR /&gt;With this tool, you will be able to narrow down the resource usages, processes running, open files and a lot more!</description>
    <pubDate>Mon, 03 Feb 2003 18:04:45 GMT</pubDate>
    <dc:creator>Helen French</dc:creator>
    <dc:date>2003-02-03T18:04:45Z</dc:date>
    <item>
      <title>Gather resource utilization by a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gather-resource-utilization-by-a-process/m-p/2895346#M103874</link>
      <description>I have been asked the following question by the application support group for one of our servers:&lt;BR /&gt;&lt;BR /&gt;"Would you know a UNIX command or series of command that would provide the following information about a particular process:  stack size, heap size, total size, number of threads, number of open files, number of open sockets, and any other systems resources that a process might have tied up (pretty vague I know)?"&lt;BR /&gt;&lt;BR /&gt;The system is a N4000 running HP-UX 11.00.  Any ideas on what would be the best/easiest way for the application group to get this information about the application processes?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance...&lt;BR /&gt;Tony</description>
      <pubDate>Mon, 03 Feb 2003 17:36:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gather-resource-utilization-by-a-process/m-p/2895346#M103874</guid>
      <dc:creator>Tony Contratto</dc:creator>
      <dc:date>2003-02-03T17:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Gather resource utilization by a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gather-resource-utilization-by-a-process/m-p/2895347#M103875</link>
      <description>Use glance. It will prompt you for the process number and show you all the resources for that process.</description>
      <pubDate>Mon, 03 Feb 2003 17:37:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gather-resource-utilization-by-a-process/m-p/2895347#M103875</guid>
      <dc:creator>Ken Hubnik_2</dc:creator>
      <dc:date>2003-02-03T17:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Gather resource utilization by a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gather-resource-utilization-by-a-process/m-p/2895348#M103876</link>
      <description>The best option would be using GlancePlus utility. This is a priced product from HP using as a Performance diagnostics tool. If needed, you can use the free trial copy too.&lt;BR /&gt;&lt;BR /&gt;With this tool, you will be able to narrow down the resource usages, processes running, open files and a lot more!</description>
      <pubDate>Mon, 03 Feb 2003 18:04:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gather-resource-utilization-by-a-process/m-p/2895348#M103876</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2003-02-03T18:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Gather resource utilization by a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gather-resource-utilization-by-a-process/m-p/2895349#M103877</link>
      <description>I have looked at the man page for glance and it has some information about using the Advisor mode to write the gathered information to a log file at a specified interval.  The man page doesn't have much detail about how you would set it up to do this.  Any suggestions about where I can find more information about it.&lt;BR /&gt;&lt;BR /&gt;We are having a problem with the application and the app. group wants to be able to go back and analyze the gathered information about the processes during the timeframe when it is "broken."&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Tony</description>
      <pubDate>Mon, 03 Feb 2003 19:25:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gather-resource-utilization-by-a-process/m-p/2895349#M103877</guid>
      <dc:creator>Tony Contratto</dc:creator>
      <dc:date>2003-02-03T19:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Gather resource utilization by a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gather-resource-utilization-by-a-process/m-p/2895350#M103878</link>
      <description>We also gather the date with measureware and then use Perfview to go back and look at the historical measureware data.</description>
      <pubDate>Mon, 03 Feb 2003 19:28:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gather-resource-utilization-by-a-process/m-p/2895350#M103878</guid>
      <dc:creator>Ken Hubnik_2</dc:creator>
      <dc:date>2003-02-03T19:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Gather resource utilization by a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gather-resource-utilization-by-a-process/m-p/2895351#M103879</link>
      <description>Hi Tony,&lt;BR /&gt;&lt;BR /&gt;Look at /var/opt/perf/parm file. There are some examples of how to group processes together either by the "user" or by "process". They are called applications. Once you setup the applications, you can gather stats about the applications using "extract" utility. Look at /var/opt/perf/reptall and search for "APP". That will list out all the metrics that you can gather information on.&lt;BR /&gt;&lt;BR /&gt;More information is there under /opt/perf/paperdocs directory.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 03 Feb 2003 19:33:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gather-resource-utilization-by-a-process/m-p/2895351#M103879</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-02-03T19:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Gather resource utilization by a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gather-resource-utilization-by-a-process/m-p/2895352#M103880</link>
      <description>Attached is a general set of data collection scripts that could easily be adapted to your purpose.&lt;BR /&gt;&lt;BR /&gt;They are production.&lt;BR /&gt;&lt;BR /&gt;P</description>
      <pubDate>Mon, 03 Feb 2003 19:43:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gather-resource-utilization-by-a-process/m-p/2895352#M103880</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-02-03T19:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Gather resource utilization by a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gather-resource-utilization-by-a-process/m-p/2895353#M103881</link>
      <description>Thanks for those scripts, I tend to watch vmstat as most of the time I worry about memory.&lt;BR /&gt;&lt;BR /&gt;These will be very helpful I think.&lt;BR /&gt;I use glance too it has lots of helpful bars showing use of all sorts of resources.  You can get down to files and processes although I don't tend to go that deep.&lt;BR /&gt;&lt;BR /&gt;Er where does perfview fit into this (is it the logging bit of glance?)</description>
      <pubDate>Tue, 04 Feb 2003 10:53:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gather-resource-utilization-by-a-process/m-p/2895353#M103881</guid>
      <dc:creator>Gavin Clarke</dc:creator>
      <dc:date>2003-02-04T10:53:19Z</dc:date>
    </item>
  </channel>
</rss>

