<?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: Script to to find CPU and memory utilization. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/script-to-to-find-cpu-and-memory-utilization/m-p/5192595#M461885</link>
    <description>Dear Guru's&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks fopr your repply.Iam closing this query.</description>
    <pubDate>Thu, 13 Aug 2009 06:34:44 GMT</pubDate>
    <dc:creator>jeevarajkn</dc:creator>
    <dc:date>2009-08-13T06:34:44Z</dc:date>
    <item>
      <title>Script to to find CPU and memory utilization.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-to-to-find-cpu-and-memory-utilization/m-p/5192584#M461874</link>
      <description>Dear Guru's&lt;BR /&gt;&lt;BR /&gt;Server-HP UX IA-11.23&lt;BR /&gt;&lt;BR /&gt;Please help me to find a script to get CPU and memory usage of my server in every 1hr.&lt;BR /&gt;&lt;BR /&gt;I just want to get the utilization value in every 1 Hr, no need to get the high utilization process.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance!!!!&lt;BR /&gt;&lt;BR /&gt;Jeevaraj Sivaraman</description>
      <pubDate>Wed, 12 Aug 2009 06:34:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-to-to-find-cpu-and-memory-utilization/m-p/5192584#M461874</guid>
      <dc:creator>jeevarajkn</dc:creator>
      <dc:date>2009-08-12T06:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Script to to find CPU and memory utilization.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-to-to-find-cpu-and-memory-utilization/m-p/5192585#M461875</link>
      <description>Hi,&lt;BR /&gt;what about enabling sar?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B3921-90010/sar.1M.html" target="_blank"&gt;http://docs.hp.com/en/B3921-90010/sar.1M.html&lt;/A&gt;</description>
      <pubDate>Wed, 12 Aug 2009 06:42:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-to-to-find-cpu-and-memory-utilization/m-p/5192585#M461875</guid>
      <dc:creator>Stephan._1</dc:creator>
      <dc:date>2009-08-12T06:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: Script to to find CPU and memory utilization.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-to-to-find-cpu-and-memory-utilization/m-p/5192586#M461876</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;you could use glance, or gpm (gui)&lt;BR /&gt;&lt;BR /&gt;mikap</description>
      <pubDate>Wed, 12 Aug 2009 06:49:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-to-to-find-cpu-and-memory-utilization/m-p/5192586#M461876</guid>
      <dc:creator>Michal Kapalka (mikap)</dc:creator>
      <dc:date>2009-08-12T06:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: Script to to find CPU and memory utilization.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-to-to-find-cpu-and-memory-utilization/m-p/5192587#M461877</link>
      <description>hi Jeevraj,&lt;BR /&gt;&lt;BR /&gt;If you have OVO monitoring installed, then you can use the following ..&lt;BR /&gt;&lt;BR /&gt;$ /opt/OV/bin/ovcodautil -dumpds SCOPE | grep -i GBL_CPU_UTIL</description>
      <pubDate>Wed, 12 Aug 2009 06:55:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-to-to-find-cpu-and-memory-utilization/m-p/5192587#M461877</guid>
      <dc:creator>Vijaykumar_1</dc:creator>
      <dc:date>2009-08-12T06:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: Script to to find CPU and memory utilization.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-to-to-find-cpu-and-memory-utilization/m-p/5192588#M461878</link>
      <description># sar -u [interval] [iterations] &lt;BR /&gt;     (example: sar -u 5 30) &lt;BR /&gt;OR&lt;BR /&gt;&lt;BR /&gt;sar -Mu 5 100   &lt;BR /&gt;(this will produce 100 data points 5 seconds apart.) &lt;BR /&gt;&lt;BR /&gt;%idle  This is the percentage of time that the CPU is not running processes.  &lt;BR /&gt; &lt;BR /&gt;%usr -  user mode  Many systems normally operate with 80% of the CPU time spent as user time, and 20% spent as system time.&lt;BR /&gt;&lt;BR /&gt;%sys- system mode &lt;BR /&gt;&lt;BR /&gt;%wio - idle with some process waiting for I/O &lt;BR /&gt;</description>
      <pubDate>Wed, 12 Aug 2009 07:48:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-to-to-find-cpu-and-memory-utilization/m-p/5192588#M461878</guid>
      <dc:creator>Hakki Aydin Ucar</dc:creator>
      <dc:date>2009-08-12T07:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: Script to to find CPU and memory utilization.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-to-to-find-cpu-and-memory-utilization/m-p/5192589#M461879</link>
      <description>Dear Hakki,&lt;BR /&gt;&lt;BR /&gt;Thanks. it will help me to get the CPU usage , can you help me to find out the swap memory usage , I want this on percentage like swapinfo output.&lt;BR /&gt;&lt;BR /&gt;Reg&lt;BR /&gt;Jeevaraj Sivaraman</description>
      <pubDate>Wed, 12 Aug 2009 09:26:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-to-to-find-cpu-and-memory-utilization/m-p/5192589#M461879</guid>
      <dc:creator>jeevarajkn</dc:creator>
      <dc:date>2009-08-12T09:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Script to to find CPU and memory utilization.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-to-to-find-cpu-and-memory-utilization/m-p/5192590#M461880</link>
      <description>Hi Jeevarajkn, &lt;BR /&gt;&lt;BR /&gt;Please go thru that belwo script.&lt;BR /&gt;&lt;BR /&gt;echo " ***********      ****************   " &amp;gt;&amp;gt; /tmp/swap.txt&lt;BR /&gt;echo "CUP and memory Utlization Report" &amp;gt;&amp;gt; /tmp/swap.txt&lt;BR /&gt;date &amp;gt;&amp;gt; /tmp/swap.txt&lt;BR /&gt;swapinfo -tam &amp;gt;&amp;gt; /tmp/swap.txt&lt;BR /&gt;&lt;BR /&gt;Edit Crontab file with&lt;BR /&gt;* 1 * * * &amp;lt; Scrip Path &amp;gt;&lt;BR /&gt;&lt;BR /&gt;Hope this will help you.&lt;BR /&gt;&lt;BR /&gt;prashant</description>
      <pubDate>Wed, 12 Aug 2009 10:03:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-to-to-find-cpu-and-memory-utilization/m-p/5192590#M461880</guid>
      <dc:creator>Prashantj</dc:creator>
      <dc:date>2009-08-12T10:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: Script to to find CPU and memory utilization.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-to-to-find-cpu-and-memory-utilization/m-p/5192591#M461881</link>
      <description>Jeevaraj,&lt;BR /&gt;&lt;BR /&gt;Check this out : script : cpumme.sh to get cpu memory utilization over a time,&lt;BR /&gt;&lt;BR /&gt;I have a latest script with swap,raw disk i/o, network usage details and ll upload soon.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1250075141947+28353475&amp;amp;threadId=1037077" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1250075141947+28353475&amp;amp;threadId=1037077&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
      <pubDate>Wed, 12 Aug 2009 11:05:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-to-to-find-cpu-and-memory-utilization/m-p/5192591#M461881</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2009-08-12T11:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: Script to to find CPU and memory utilization.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-to-to-find-cpu-and-memory-utilization/m-p/5192592#M461882</link>
      <description>Jeevaraj,&lt;BR /&gt;&lt;BR /&gt;Check this out : script : cpumem.sh to get cpu memory utilization over a time,&lt;BR /&gt;&lt;BR /&gt;I have a latest script with swap,raw disk i/o, network usage details and ll upload soon.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1250075141947+28353475&amp;amp;threadId=1037077" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1250075141947+28353475&amp;amp;threadId=1037077&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
      <pubDate>Wed, 12 Aug 2009 11:05:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-to-to-find-cpu-and-memory-utilization/m-p/5192592#M461882</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2009-08-12T11:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Script to to find CPU and memory utilization.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-to-to-find-cpu-and-memory-utilization/m-p/5192593#M461883</link>
      <description>Shalom Jeevaraj,&lt;BR /&gt;&lt;BR /&gt;Have you tried this:&lt;BR /&gt;&lt;A href="http://www.hpux.ws/?p=6" target="_blank"&gt;http://www.hpux.ws/?p=6&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 12 Aug 2009 11:43:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-to-to-find-cpu-and-memory-utilization/m-p/5192593#M461883</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-08-12T11:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: Script to to find CPU and memory utilization.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-to-to-find-cpu-and-memory-utilization/m-p/5192594#M461884</link>
      <description>Use 'swapinfo -tm' to get a complete/total picture of swap usage. Pay particular attention to the total line as it indicates how much swap space has been actually reserved for swap. When this percentage gets near 100%, processes will not start up (unable to fork process) and new shared memory segments can not be created.&lt;BR /&gt;swapinfo -tm example and explanation : &lt;BR /&gt;&lt;BR /&gt;             Mb      Mb      Mb   PCT  START/      Mb &lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME &lt;BR /&gt;dev         288      83     205   29%       0       -    1  /dev/vg00/lvol2 &lt;BR /&gt;reserve       -     141    -141 &lt;BR /&gt;memory      102      41      61   40% &lt;BR /&gt;total       390     265     125   68%       -       0    - &lt;BR /&gt;&lt;BR /&gt;   o dev line(s): &lt;BR /&gt;     + are the actual physical swap device(s)  &lt;BR /&gt;   o reserve line(s) &lt;BR /&gt;     + indicate how much of the swap device(s) has(have) been set aside for memory should it need to be swapped.  &lt;BR /&gt;   o memory line: &lt;BR /&gt;     + indicative of how much of pseudo-swap has been reserved  &lt;BR /&gt;o total line: &lt;BR /&gt;+ the PCT USED value shown in the total line indicates how much swap space has been actually reserved for swap. When this percentage gets near 100%, processes will not start up (unable to fork process) and new shared memory segments can not be created.&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Aug 2009 12:51:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-to-to-find-cpu-and-memory-utilization/m-p/5192594#M461884</guid>
      <dc:creator>Hakki Aydin Ucar</dc:creator>
      <dc:date>2009-08-12T12:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: Script to to find CPU and memory utilization.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-to-to-find-cpu-and-memory-utilization/m-p/5192595#M461885</link>
      <description>Dear Guru's&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks fopr your repply.Iam closing this query.</description>
      <pubDate>Thu, 13 Aug 2009 06:34:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-to-to-find-cpu-and-memory-utilization/m-p/5192595#M461885</guid>
      <dc:creator>jeevarajkn</dc:creator>
      <dc:date>2009-08-13T06:34:44Z</dc:date>
    </item>
  </channel>
</rss>

