<?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: Total OS Memory and CPU Utilisation by database in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/total-os-memory-and-cpu-utilisation-by-database/m-p/4525257#M651640</link>
    <description>Hi &lt;BR /&gt;Below are the server/DB details&lt;BR /&gt;HP-UX B.11.11 &lt;BR /&gt;Oracle Database : 9.2.0.5</description>
    <pubDate>Mon, 02 Nov 2009 15:04:02 GMT</pubDate>
    <dc:creator>S1_1</dc:creator>
    <dc:date>2009-11-02T15:04:02Z</dc:date>
    <item>
      <title>Total OS Memory and CPU Utilisation by database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/total-os-memory-and-cpu-utilisation-by-database/m-p/4525252#M651635</link>
      <description>Hi&lt;BR /&gt;We have hosted multiple Databases instance on a sigle server. I want to identify the exact of amount of OS Memory and CPU used by each database in pick hrs and in non pick hrs. Is there any script to check this from database?&lt;BR /&gt;</description>
      <pubDate>Sun, 01 Nov 2009 21:06:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/total-os-memory-and-cpu-utilisation-by-database/m-p/4525252#M651635</guid>
      <dc:creator>S1_1</dc:creator>
      <dc:date>2009-11-01T21:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: Total OS Memory and CPU Utilisation by database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/total-os-memory-and-cpu-utilisation-by-database/m-p/4525253#M651636</link>
      <description>&amp;gt;pick hrs&lt;BR /&gt;&lt;BR /&gt;What are those?  Peak hours?</description>
      <pubDate>Sun, 01 Nov 2009 22:21:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/total-os-memory-and-cpu-utilisation-by-database/m-p/4525253#M651636</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-11-01T22:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: Total OS Memory and CPU Utilisation by database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/total-os-memory-and-cpu-utilisation-by-database/m-p/4525254#M651637</link>
      <description>It isn't possible to answer your question without more information. The most important pieces of information are:&lt;BR /&gt; &lt;BR /&gt;1. Version of HP-UX you are running&lt;BR /&gt;2. What databases are you running? Are you running different databases such as Informix, Sybase, Oracle, MySql...?&lt;BR /&gt; &lt;BR /&gt;Each database has it's own measurement tools so you'll have to talk to your database administrator about memory usage. Most database systems use shared memory so you'll need the numbers from the database itself. CPU usage is also complex since a database may be part of a number of applications which also consume CPU time.</description>
      <pubDate>Sun, 01 Nov 2009 23:31:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/total-os-memory-and-cpu-utilisation-by-database/m-p/4525254#M651637</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2009-11-01T23:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Total OS Memory and CPU Utilisation by database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/total-os-memory-and-cpu-utilisation-by-database/m-p/4525255#M651638</link>
      <description>&lt;BR /&gt;Easy&lt;BR /&gt;&lt;BR /&gt;1. Setup application groups in the /var/opt/perf/parm  file where you define what processes belong to each application group (database instance).&lt;BR /&gt;&lt;BR /&gt;2. Verify in glance that the application groupings are grouping processes correctly&lt;BR /&gt;&lt;BR /&gt;3. Restarte OVPA (measureware)&lt;BR /&gt;&lt;BR /&gt;4. extract the data from measureware&lt;BR /&gt;&lt;BR /&gt;extract -xp -aA -f /tmp/apps.txt&lt;BR /&gt;&lt;BR /&gt;review the data. or you can view the data with Performance manager.&lt;BR /&gt;&lt;BR /&gt;The metrics will show each group of processes and how much CPU, memory, I/O network and other metrics per aggregated group of processes assuming you created your groups correctly.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Nov 2009 00:07:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/total-os-memory-and-cpu-utilisation-by-database/m-p/4525255#M651638</guid>
      <dc:creator>Emil Velez</dc:creator>
      <dc:date>2009-11-02T00:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: Total OS Memory and CPU Utilisation by database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/total-os-memory-and-cpu-utilisation-by-database/m-p/4525256#M651639</link>
      <description>HI&lt;BR /&gt;&lt;BR /&gt;Refer to 'ps' man pages&lt;BR /&gt;&lt;BR /&gt;UNIX95=1 ps -ef -o pcpu,pid,ppid,comm | sort -rn | more&lt;BR /&gt;&lt;BR /&gt;UNIX95 ps -ef -o vmz,pid,ppid,com | sort -rn | more</description>
      <pubDate>Mon, 02 Nov 2009 03:35:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/total-os-memory-and-cpu-utilisation-by-database/m-p/4525256#M651639</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2009-11-02T03:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: Total OS Memory and CPU Utilisation by database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/total-os-memory-and-cpu-utilisation-by-database/m-p/4525257#M651640</link>
      <description>Hi &lt;BR /&gt;Below are the server/DB details&lt;BR /&gt;HP-UX B.11.11 &lt;BR /&gt;Oracle Database : 9.2.0.5</description>
      <pubDate>Mon, 02 Nov 2009 15:04:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/total-os-memory-and-cpu-utilisation-by-database/m-p/4525257#M651640</guid>
      <dc:creator>S1_1</dc:creator>
      <dc:date>2009-11-02T15:04:02Z</dc:date>
    </item>
  </channel>
</rss>

