<?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: memory graph in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-graph/m-p/3167353#M748347</link>
    <description>The suggestion I gave grep's all mem used for this specific user, so if you application is running with one specific useraccount then still you can use this example.&lt;BR /&gt;You want to draw a graph on a time scale.&lt;BR /&gt;Just schedule a script that collects the data for example every 5 minutes.&lt;BR /&gt;&lt;BR /&gt;If more then one account is used for 1 application, copy my example multiple times in this script and sum the results of each line. put the date/time together withe result in a comma seperated file and import this in Excel and draw your graph.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Peter</description>
    <pubDate>Mon, 19 Jan 2004 06:22:09 GMT</pubDate>
    <dc:creator>Hoefnix</dc:creator>
    <dc:date>2004-01-19T06:22:09Z</dc:date>
    <item>
      <title>memory graph</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-graph/m-p/3167350#M748344</link>
      <description>Hi guys&lt;BR /&gt;I need to be able to produce a graph listing memory memory usage by application.&lt;BR /&gt;i have glance plus and measureware, but not perfview, i can not seem to find a way of listing per application only per process.&lt;BR /&gt;has anyone got any ideas, apps that might help or suggestions.&lt;BR /&gt;regards &lt;BR /&gt;andy</description>
      <pubDate>Mon, 19 Jan 2004 05:43:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-graph/m-p/3167350#M748344</guid>
      <dc:creator>system administrator_15</dc:creator>
      <dc:date>2004-01-19T05:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: memory graph</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-graph/m-p/3167351#M748345</link>
      <description>Can you figure out all processes belonging to that one application?&lt;BR /&gt;&lt;BR /&gt;Then you still can use the ps command. But if your number of processes are dynamic you better grep on a user. (are all processes running on the same user_id for one apps and this user is not used for other apps?)&lt;BR /&gt;&lt;BR /&gt;exampl:&lt;BR /&gt;ps -elf | grep user | awk 'BEGIN {total=0} { total+=$10 } END {printf "Total=%u\n",total}'&lt;BR /&gt;&lt;BR /&gt;Gives total mem per user&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Peter</description>
      <pubDate>Mon, 19 Jan 2004 06:03:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-graph/m-p/3167351#M748345</guid>
      <dc:creator>Hoefnix</dc:creator>
      <dc:date>2004-01-19T06:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: memory graph</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-graph/m-p/3167352#M748346</link>
      <description>Peter thats brilliant for 1 application but i need to get it for all applications running at a particular piont in time and the have the apps listed separatly &lt;BR /&gt;regards&lt;BR /&gt;andrew&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Jan 2004 06:15:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-graph/m-p/3167352#M748346</guid>
      <dc:creator>system administrator_15</dc:creator>
      <dc:date>2004-01-19T06:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: memory graph</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-graph/m-p/3167353#M748347</link>
      <description>The suggestion I gave grep's all mem used for this specific user, so if you application is running with one specific useraccount then still you can use this example.&lt;BR /&gt;You want to draw a graph on a time scale.&lt;BR /&gt;Just schedule a script that collects the data for example every 5 minutes.&lt;BR /&gt;&lt;BR /&gt;If more then one account is used for 1 application, copy my example multiple times in this script and sum the results of each line. put the date/time together withe result in a comma seperated file and import this in Excel and draw your graph.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Peter</description>
      <pubDate>Mon, 19 Jan 2004 06:22:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-graph/m-p/3167353#M748347</guid>
      <dc:creator>Hoefnix</dc:creator>
      <dc:date>2004-01-19T06:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: memory graph</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-graph/m-p/3167354#M748348</link>
      <description>Andy &lt;BR /&gt;&lt;BR /&gt;Run the ps as specified for a range of users:&lt;BR /&gt;&lt;BR /&gt;"for i in user user2 user3....&lt;BR /&gt;do&lt;BR /&gt;&lt;PS bit=""&gt;&lt;BR /&gt;done&lt;BR /&gt;&amp;gt;&amp;gt; /var/combined_user_ouput"&lt;BR /&gt;&lt;BR /&gt;&lt;/PS&gt;</description>
      <pubDate>Mon, 19 Jan 2004 06:23:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-graph/m-p/3167354#M748348</guid>
      <dc:creator>Jakes Louw</dc:creator>
      <dc:date>2004-01-19T06:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: memory graph</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-graph/m-p/3167355#M748349</link>
      <description>Glance uses a file called var/opt/perf/parm to define processes into application groups. Using the comments in the file, you can define specific applications (like Oracle, Sybase, proEngineer, etc) and then associate every process that belongs to this application. Glance (and MeasureWare) can group statistics according to the application group. See the /opt/perf/examples/mwaconfig/parm_apps file for additional application definition suggestions.</description>
      <pubDate>Mon, 19 Jan 2004 15:32:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-graph/m-p/3167355#M748349</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-01-19T15:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: memory graph</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-graph/m-p/3167356#M748350</link>
      <description>Hi Andy,&lt;BR /&gt;&lt;BR /&gt;Once you defined the application as stated by Bill using the examples from /var/opt/perf/parm file, you can get the metrics corresponding them by using the "extract" command. It's an easy interface and has "guide" option that can take you through the process. During the process it will ask you to create a template file. If you specified default options, it will create a file called "myrept" with all the available metrics but commented out by a "*". You need to uncomment the metrics you need. Search for "APPLICATION" in that file. For ex., &lt;BR /&gt;&lt;BR /&gt;DATE&lt;BR /&gt;TIME&lt;BR /&gt;APP_NAME&lt;BR /&gt;APP_CPU_TOTAL_UTIL&lt;BR /&gt;APP_MEM_RES&lt;BR /&gt;&lt;BR /&gt;etc.,&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Jan 2004 15:41:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-graph/m-p/3167356#M748350</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-01-19T15:41:52Z</dc:date>
    </item>
  </channel>
</rss>

