<?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: Resource utilization by ppid... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/resource-utilization-by-ppid/m-p/2934326#M112271</link>
    <description>Thanks for the responses. This forum is a great resource. I will pursue your suggestions.</description>
    <pubDate>Mon, 24 Mar 2003 18:03:53 GMT</pubDate>
    <dc:creator>rudy smith_1</dc:creator>
    <dc:date>2003-03-24T18:03:53Z</dc:date>
    <item>
      <title>Resource utilization by ppid...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resource-utilization-by-ppid/m-p/2934321#M112266</link>
      <description>I am currently trying to find a way to track server resource utilization by ppid. this is somewhat of a moving target as ppid's change frequently. has anyone attempted this before? is there a document or white paper that someone could refer me to.&lt;BR /&gt;&lt;BR /&gt;any assistance would be greatly appreciated.</description>
      <pubDate>Mon, 24 Mar 2003 17:54:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resource-utilization-by-ppid/m-p/2934321#M112266</guid>
      <dc:creator>rudy smith_1</dc:creator>
      <dc:date>2003-03-24T17:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Resource utilization by ppid...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resource-utilization-by-ppid/m-p/2934322#M112267</link>
      <description>Glance Plus is wonderful tool for this function.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;RZ</description>
      <pubDate>Mon, 24 Mar 2003 17:58:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resource-utilization-by-ppid/m-p/2934322#M112267</guid>
      <dc:creator>Ross Zubritski</dc:creator>
      <dc:date>2003-03-24T17:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: Resource utilization by ppid...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resource-utilization-by-ppid/m-p/2934323#M112268</link>
      <description>Yes, I have been looking at glance plus and actually have it running. However, I cant seem to find a manual that will provide me information on how to report on utilization by ppid. any suggestions on docs? i have already searched docs.hp.com.</description>
      <pubDate>Mon, 24 Mar 2003 18:00:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resource-utilization-by-ppid/m-p/2934323#M112268</guid>
      <dc:creator>rudy smith_1</dc:creator>
      <dc:date>2003-03-24T18:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Resource utilization by ppid...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resource-utilization-by-ppid/m-p/2934324#M112269</link>
      <description>Couple of thoughts come to mind.&lt;BR /&gt;&lt;BR /&gt;Attaching a general data collection script, that you might be able to modify to do what you want it to do.&lt;BR /&gt;&lt;BR /&gt;I you have glance, you should be able to point and ckick your way through the process list, find the ppid and then track its resource use with pretty good detail.&lt;BR /&gt;&lt;BR /&gt;Even if you don't have a glance license, you can actovate by running glance or gpm(in X Windows) it and use it on a 30 day trial.&lt;BR /&gt;&lt;BR /&gt;some links to docs...&lt;BR /&gt;PRM Process Monitor.&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B8733-90001/B8733-90001_top.html&amp;amp;con=/hpux/onlinedocs/B8733-90001/00/00/9-con.html&amp;amp;toc=/hpux/onlinedocs/B8733-90001/00/00/9-toc.html&amp;amp;searchterms=utilization%7cresource&amp;amp;queryid=20030324-19809" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B8733-90001/B8733-90001_top.html&amp;amp;con=/hpux/onlinedocs/B8733-90001/00/00/9-con.html&amp;amp;toc=/hpux/onlinedocs/B8733-90001/00/00/9-toc.html&amp;amp;searchterms=utilization%7cresource&amp;amp;queryid=20030324-19809&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;getrusage...&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90682/B2355-90682_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90682/00/00/71-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90682/00/00/71-toc.html&amp;amp;searchterms=utilization%7cresource&amp;amp;queryid=20030324-110009" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90682/B2355-90682_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90682/00/00/71-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90682/00/00/71-toc.html&amp;amp;searchterms=utilization%7cresource&amp;amp;queryid=20030324-110009&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 24 Mar 2003 18:01:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resource-utilization-by-ppid/m-p/2934324#M112269</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-03-24T18:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: Resource utilization by ppid...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resource-utilization-by-ppid/m-p/2934325#M112270</link>
      <description>Read the glance man pages.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;RZ&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Mar 2003 18:02:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resource-utilization-by-ppid/m-p/2934325#M112270</guid>
      <dc:creator>Ross Zubritski</dc:creator>
      <dc:date>2003-03-24T18:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: Resource utilization by ppid...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resource-utilization-by-ppid/m-p/2934326#M112271</link>
      <description>Thanks for the responses. This forum is a great resource. I will pursue your suggestions.</description>
      <pubDate>Mon, 24 Mar 2003 18:03:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resource-utilization-by-ppid/m-p/2934326#M112271</guid>
      <dc:creator>rudy smith_1</dc:creator>
      <dc:date>2003-03-24T18:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: Resource utilization by ppid...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resource-utilization-by-ppid/m-p/2934327#M112272</link>
      <description>Measure Ware can provide extracting information on process utilization.&lt;BR /&gt;As was mentioned Glance is good for monitoring.&lt;BR /&gt;&lt;BR /&gt;I guess I'm trying to figure out what your trying to find out.&lt;BR /&gt;&lt;BR /&gt;Ex:  We run an Oracle shop.  Now I can get ppid on every oracle server process running (ora_s....) from the HPUX viewpoint, but it is only within Oracle that I could really track down to see what that ppid's query was that the user(s) was running.  See my point.  You may need to take the ppid and use some application tools (like the tools in Oracle) to determine what that ppid was doing.  &lt;BR /&gt;&lt;BR /&gt;That is if I am understanding what you are trying to ascertain.&lt;BR /&gt;&lt;BR /&gt;Just a thought,&lt;BR /&gt;Rita&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Mar 2003 18:07:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resource-utilization-by-ppid/m-p/2934327#M112272</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2003-03-24T18:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: Resource utilization by ppid...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resource-utilization-by-ppid/m-p/2934328#M112273</link>
      <description>MeasureWare is great for this kind of thing.  You'd probably be using the logproc or logappl logs.  That's log process or log application.&lt;BR /&gt;&lt;BR /&gt;And as indicated above, gpm or glance also is good.  For example, &lt;BR /&gt;&lt;BR /&gt;gpm / glance &amp;gt; reports &amp;gt; process list &amp;gt; select process &amp;gt; &lt;BR /&gt;&lt;BR /&gt;And everything is listed right there for you.&lt;BR /&gt;&lt;BR /&gt;User CPU Util Cum Disk Thd &lt;BR /&gt;Process Name PID PPID Pri Name ( 400% max) CPU IO Rate RSS Cnt &lt;BR /&gt;-------------------------------------------------------------------------------- &lt;BR /&gt;glance 28638 28619 168 root 9.9/ 7.2 0.2 101/88.0 2.8mb 1 &lt;BR /&gt;oracleastro 13171 1 154 oracle 0.0/ 0.0 12.6 0.0/ 0.0 28.5mb 1 &lt;BR /&gt;ora_pmon_as 8163 1 156 oracle 0.0/ 0.0 16.2 0.0/ 0.0 36.8mb 1</description>
      <pubDate>Mon, 24 Mar 2003 18:23:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resource-utilization-by-ppid/m-p/2934328#M112273</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-03-24T18:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: Resource utilization by ppid...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resource-utilization-by-ppid/m-p/2934329#M112274</link>
      <description>yes, i am actually using glance and gpm as well. what i am trying to do is capture cpu and memory utilization for a particular ppid for a given period of time. the problem is that this is currently a manual process i.e i have to physically monitor glance and gpm. i am trying to make this an automated process where i can simply pass the ppid to a script, tool etc. and have it log the data for me. i then want to be able to report off the data.</description>
      <pubDate>Mon, 24 Mar 2003 18:30:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resource-utilization-by-ppid/m-p/2934329#M112274</guid>
      <dc:creator>rudy smith_1</dc:creator>
      <dc:date>2003-03-24T18:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: Resource utilization by ppid...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resource-utilization-by-ppid/m-p/2934330#M112275</link>
      <description>By invoking glance from a script with here docs you can redirect the output into an ascii file.  This file can then be used for parsing your information.  Something like:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/ksh&lt;BR /&gt;glance&amp;lt;&lt;EOF&gt;&lt;/EOF&gt;p&lt;BR /&gt;EOF&lt;BR /&gt;&lt;BR /&gt;-or-&lt;BR /&gt;&lt;BR /&gt;glance -j 2 -adviser_only -syntax /tmp/adviser_sample &amp;gt;&amp;gt;process.log&lt;BR /&gt;&lt;BR /&gt;See examples in:&lt;BR /&gt;&lt;BR /&gt;/opt/perf/examples/adviser&lt;BR /&gt;&lt;BR /&gt;grep or parse your ascii file now:&lt;BR /&gt;&lt;BR /&gt;cat process.log | while read line&lt;BR /&gt;do&lt;BR /&gt;SUM=$(echo $line | awk '{ print $3 }')&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;TOTAL=$(($SUM+$TOTAL))</description>
      <pubDate>Mon, 24 Mar 2003 18:53:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resource-utilization-by-ppid/m-p/2934330#M112275</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-03-24T18:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: Resource utilization by ppid...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resource-utilization-by-ppid/m-p/2934331#M112276</link>
      <description>Here's the glance advisor.</description>
      <pubDate>Mon, 24 Mar 2003 18:54:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resource-utilization-by-ppid/m-p/2934331#M112276</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-03-24T18:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: Resource utilization by ppid...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resource-utilization-by-ppid/m-p/2934332#M112277</link>
      <description>what format is the advisor in?</description>
      <pubDate>Mon, 24 Mar 2003 19:02:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resource-utilization-by-ppid/m-p/2934332#M112277</guid>
      <dc:creator>rudy smith_1</dc:creator>
      <dc:date>2003-03-24T19:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Resource utilization by ppid...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resource-utilization-by-ppid/m-p/2934333#M112278</link>
      <description>Text with some garbage at the top.</description>
      <pubDate>Mon, 24 Mar 2003 19:12:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resource-utilization-by-ppid/m-p/2934333#M112278</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-03-24T19:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: Resource utilization by ppid...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resource-utilization-by-ppid/m-p/2934334#M112279</link>
      <description>ah...so what i was seeing was the expected result. just verifying.&lt;BR /&gt;&lt;BR /&gt;thank you</description>
      <pubDate>Mon, 24 Mar 2003 19:13:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resource-utilization-by-ppid/m-p/2934334#M112279</guid>
      <dc:creator>rudy smith_1</dc:creator>
      <dc:date>2003-03-24T19:13:15Z</dc:date>
    </item>
  </channel>
</rss>

