<?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: Does there are any tools or scrpts to gather cup, disk IO, memory usages infomation data in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/does-there-are-any-tools-or-scrpts-to-gather-cup-disk-io-memory/m-p/4241074#M329965</link>
    <description>Hi Eric:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; So what it means "nohup vmstat -d -n 1 6 ? &lt;BR /&gt;&lt;BR /&gt;I would suggest you do:&lt;BR /&gt;&lt;BR /&gt;# man nohup&lt;BR /&gt;# man vmstat&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Wed, 30 Jul 2008 15:20:06 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2008-07-30T15:20:06Z</dc:date>
    <item>
      <title>Does there are any tools or scrpts to gather cup, disk IO, memory usages infomation data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/does-there-are-any-tools-or-scrpts-to-gather-cup-disk-io-memory/m-p/4241069#M329960</link>
      <description>Dear Sirs &lt;BR /&gt;&lt;BR /&gt;Does there are any tools or scrpts to gather cup, disk IO, memory usages infomation data in HP 11 and 11i. Appreciatively. &lt;BR /&gt;&lt;BR /&gt;Best Regards &lt;BR /&gt;Eric</description>
      <pubDate>Mon, 28 Jul 2008 06:12:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/does-there-are-any-tools-or-scrpts-to-gather-cup-disk-io-memory/m-p/4241069#M329960</guid>
      <dc:creator>Eric  Unix</dc:creator>
      <dc:date>2008-07-28T06:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: Does there are any tools or scrpts to gather cup, disk IO, memory usages infomation data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/does-there-are-any-tools-or-scrpts-to-gather-cup-disk-io-memory/m-p/4241070#M329961</link>
      <description>Eric,&lt;BR /&gt;&lt;BR /&gt;Depending on what software is installed on your systems, you may already have a product called "Performance Agent" (previously called Measureware) installed on your systems.&lt;BR /&gt;&lt;BR /&gt;See if:&lt;BR /&gt;&lt;BR /&gt;mwa status&lt;BR /&gt;&lt;BR /&gt;returns anything when run as root. If it does, you have measureware installed and will be able to extract more historical data than you could ever be interested in.&lt;BR /&gt;&lt;BR /&gt;If it's not installed, then the easiest way to start to collect this sort of data is to enable accounting - see Shannon's post in this thread for details:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=97453" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=97453&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Mon, 28 Jul 2008 06:21:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/does-there-are-any-tools-or-scrpts-to-gather-cup-disk-io-memory/m-p/4241070#M329961</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2008-07-28T06:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Does there are any tools or scrpts to gather cup, disk IO, memory usages infomation data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/does-there-are-any-tools-or-scrpts-to-gather-cup-disk-io-memory/m-p/4241071#M329962</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;A few&lt;BR /&gt;&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;Works on 10.20-11.31 I believe.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 28 Jul 2008 08:17:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/does-there-are-any-tools-or-scrpts-to-gather-cup-disk-io-memory/m-p/4241071#M329962</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-07-28T08:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: Does there are any tools or scrpts to gather cup, disk IO, memory usages infomation data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/does-there-are-any-tools-or-scrpts-to-gather-cup-disk-io-memory/m-p/4241072#M329963</link>
      <description>Eric,&lt;BR /&gt;&lt;BR /&gt;Use sar, it is installed with all HP-UX versions.&lt;BR /&gt;&lt;BR /&gt;EXAMPLES&lt;BR /&gt;Example 1: Viewing system activity&lt;BR /&gt;To see today's CPU activity so far:&lt;BR /&gt;     example% sar&lt;BR /&gt;Example 2: Watching system activity evolve&lt;BR /&gt;To watch activity evolve for 10 minutes and save data to temp:&lt;BR /&gt;     example% sar -o temp 60 10&lt;BR /&gt;Example 3: Reviewing disk and tape activity&lt;BR /&gt;To later review disk and tape activity from that period:&lt;BR /&gt;     example% sar -d -f temp&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Jul 2008 13:44:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/does-there-are-any-tools-or-scrpts-to-gather-cup-disk-io-memory/m-p/4241072#M329963</guid>
      <dc:creator>rico_cebiche</dc:creator>
      <dc:date>2008-07-28T13:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: Does there are any tools or scrpts to gather cup, disk IO, memory usages infomation data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/does-there-are-any-tools-or-scrpts-to-gather-cup-disk-io-memory/m-p/4241073#M329964</link>
      <description>Hello Shalom&lt;BR /&gt;&lt;BR /&gt;Appreciate your help. And do you have any document about how to use it. Should I let this scripts setup as a schedule job in crontab ? &lt;BR /&gt;&lt;BR /&gt;if issue this command -&amp;gt; ./system.perf.sh 6&lt;BR /&gt;then RUNSEC = 6 right ? &lt;BR /&gt;     &lt;BR /&gt;So what it means "nohup vmstat -d -n 1 6 ? &lt;BR /&gt;&lt;BR /&gt;Thanks your great help. &lt;BR /&gt;&lt;BR /&gt;BR&lt;BR /&gt;Eric&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Jul 2008 14:30:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/does-there-are-any-tools-or-scrpts-to-gather-cup-disk-io-memory/m-p/4241073#M329964</guid>
      <dc:creator>Eric  Unix</dc:creator>
      <dc:date>2008-07-30T14:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: Does there are any tools or scrpts to gather cup, disk IO, memory usages infomation data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/does-there-are-any-tools-or-scrpts-to-gather-cup-disk-io-memory/m-p/4241074#M329965</link>
      <description>Hi Eric:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; So what it means "nohup vmstat -d -n 1 6 ? &lt;BR /&gt;&lt;BR /&gt;I would suggest you do:&lt;BR /&gt;&lt;BR /&gt;# man nohup&lt;BR /&gt;# man vmstat&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 30 Jul 2008 15:20:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/does-there-are-any-tools-or-scrpts-to-gather-cup-disk-io-memory/m-p/4241074#M329965</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-07-30T15:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Does there are any tools or scrpts to gather cup, disk IO, memory usages infomation data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/does-there-are-any-tools-or-scrpts-to-gather-cup-disk-io-memory/m-p/4241075#M329966</link>
      <description>Hello All &lt;BR /&gt;&lt;BR /&gt;I have gather some sar and vmstat data, and want to load them into database to generate a os performance report. Do you have any scripts which can catch my wanted data into text file ? Appreciate for all of your grate help. Thanks a lot. &lt;BR /&gt;&lt;BR /&gt;Best Regards &lt;BR /&gt;Eric</description>
      <pubDate>Fri, 14 Nov 2008 15:44:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/does-there-are-any-tools-or-scrpts-to-gather-cup-disk-io-memory/m-p/4241075#M329966</guid>
      <dc:creator>Eric  Unix</dc:creator>
      <dc:date>2008-11-14T15:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Does there are any tools or scrpts to gather cup, disk IO, memory usages infomation data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/does-there-are-any-tools-or-scrpts-to-gather-cup-disk-io-memory/m-p/4241076#M329967</link>
      <description>Eric &amp;amp; Unix&lt;BR /&gt;&lt;BR /&gt;Go back and read Duncan's comments regarding Measureware or Performance Agent.&lt;BR /&gt;&lt;BR /&gt;Get it...set it up and start collecting data that you can then keep,collect and extract.&lt;BR /&gt;&lt;BR /&gt;Have fun,&lt;BR /&gt;Rita</description>
      <pubDate>Fri, 14 Nov 2008 20:54:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/does-there-are-any-tools-or-scrpts-to-gather-cup-disk-io-memory/m-p/4241076#M329967</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2008-11-14T20:54:56Z</dc:date>
    </item>
  </channel>
</rss>

