<?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 script for collecting system stats in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/script-for-collecting-system-stats/m-p/2531505#M25271</link>
    <description>Hi ya all,&lt;BR /&gt;I am running a HP-UX 11.0 9000 server. I would like to collect system information on CPU Utilization, Percent Memory Utilization, and I/O Statistics. I know some or all of these system stats can be found under the 'vmstat' command, but when running this command, I get more statistics than I need. Is there another command that will give me specific information, i.e. information on CPU Utilization only? Also, can anyone indicate where there is a repository where various scripts exists, so I can learn more about scripting? Thanks in advance, Jim</description>
    <pubDate>Tue, 22 May 2001 16:53:59 GMT</pubDate>
    <dc:creator>James Ellis_1</dc:creator>
    <dc:date>2001-05-22T16:53:59Z</dc:date>
    <item>
      <title>script for collecting system stats</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-for-collecting-system-stats/m-p/2531505#M25271</link>
      <description>Hi ya all,&lt;BR /&gt;I am running a HP-UX 11.0 9000 server. I would like to collect system information on CPU Utilization, Percent Memory Utilization, and I/O Statistics. I know some or all of these system stats can be found under the 'vmstat' command, but when running this command, I get more statistics than I need. Is there another command that will give me specific information, i.e. information on CPU Utilization only? Also, can anyone indicate where there is a repository where various scripts exists, so I can learn more about scripting? Thanks in advance, Jim</description>
      <pubDate>Tue, 22 May 2001 16:53:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-for-collecting-system-stats/m-p/2531505#M25271</guid>
      <dc:creator>James Ellis_1</dc:creator>
      <dc:date>2001-05-22T16:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: script for collecting system stats</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-for-collecting-system-stats/m-p/2531506#M25272</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The most universal tool is a command called sar. You can also get it to take snapshots at regular intervals. Another command which can colloct the data for you is 'top'. Perhaps the best toolset is a bundlr called 'MeasureWare' but it's not free. The others I've mentioned are.&lt;BR /&gt;&lt;BR /&gt;Man sar, top for details.&lt;BR /&gt;&lt;BR /&gt;Regards, Clay&lt;BR /&gt;</description>
      <pubDate>Tue, 22 May 2001 17:13:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-for-collecting-system-stats/m-p/2531506#M25272</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-05-22T17:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: script for collecting system stats</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-for-collecting-system-stats/m-p/2531507#M25273</link>
      <description>James,&lt;BR /&gt;&lt;BR /&gt;Glance or PerfView will produce what you are looking for.    Attach is a pv script I created.   Modify to your need.</description>
      <pubDate>Tue, 22 May 2001 17:17:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-for-collecting-system-stats/m-p/2531507#M25273</guid>
      <dc:creator>Junior C.</dc:creator>
      <dc:date>2001-05-22T17:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: script for collecting system stats</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-for-collecting-system-stats/m-p/2531508#M25274</link>
      <description>You may use sar " system activity reporter"&lt;BR /&gt;There are many options you may use in sar as an example:&lt;BR /&gt;&lt;BR /&gt;# sar 5 20&lt;BR /&gt;&lt;BR /&gt;You may also use top which will give you useful info and it automatically updates. You will also see activity if per processor if you have multiple processors.&lt;BR /&gt;# top&lt;BR /&gt;&lt;BR /&gt;- fnhalili&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 May 2001 17:29:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-for-collecting-system-stats/m-p/2531508#M25274</guid>
      <dc:creator>f. halili</dc:creator>
      <dc:date>2001-05-22T17:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: script for collecting system stats</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-for-collecting-system-stats/m-p/2531509#M25275</link>
      <description>James, this is unrelated...but are you the "JEllis" PERL programmer that I was speaking with at CMGI?&lt;BR /&gt;Richard Darling</description>
      <pubDate>Tue, 22 May 2001 19:39:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-for-collecting-system-stats/m-p/2531509#M25275</guid>
      <dc:creator>Richard Darling</dc:creator>
      <dc:date>2001-05-22T19:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: script for collecting system stats</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-for-collecting-system-stats/m-p/2531510#M25276</link>
      <description>Richard,&lt;BR /&gt;&lt;BR /&gt;No, I am not that person you were referring to on Perl. My name is quite common, especially Ellis.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Jim</description>
      <pubDate>Wed, 23 May 2001 11:51:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-for-collecting-system-stats/m-p/2531510#M25276</guid>
      <dc:creator>James Ellis_1</dc:creator>
      <dc:date>2001-05-23T11:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: script for collecting system stats</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-for-collecting-system-stats/m-p/2531511#M25277</link>
      <description>All,&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply. I will look into sar and top and see what they involve, and get back to you all. &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Jim</description>
      <pubDate>Wed, 23 May 2001 11:53:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-for-collecting-system-stats/m-p/2531511#M25277</guid>
      <dc:creator>James Ellis_1</dc:creator>
      <dc:date>2001-05-23T11:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: script for collecting system stats</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-for-collecting-system-stats/m-p/2531512#M25278</link>
      <description>I forgot to mention one other thing. I will look into Glance, as someone mentioned that this would work. But I work in a classified environment, and they have a network management application running so monitor all the servers. I was told not to use Glance, but I can inquire and ask again.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Jim</description>
      <pubDate>Wed, 23 May 2001 11:56:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-for-collecting-system-stats/m-p/2531512#M25278</guid>
      <dc:creator>James Ellis_1</dc:creator>
      <dc:date>2001-05-23T11:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: script for collecting system stats</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-for-collecting-system-stats/m-p/2531513#M25279</link>
      <description>I use sar, cheap  and cheerful&lt;BR /&gt;&lt;BR /&gt;There are scripts to collect data (in binary format) for a running month. See man for the commands: sar, sa1, sa2 and sadc.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 23 May 2001 13:24:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-for-collecting-system-stats/m-p/2531513#M25279</guid>
      <dc:creator>Geetam</dc:creator>
      <dc:date>2001-05-23T13:24:54Z</dc:date>
    </item>
  </channel>
</rss>

