<?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: system stats gathering in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/system-stats-gathering/m-p/3026116#M131589</link>
    <description>Thannk you everyone for the contribution.&lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;-rosli-</description>
    <pubDate>Fri, 18 Jul 2003 01:01:01 GMT</pubDate>
    <dc:creator>Rosli Ahmad</dc:creator>
    <dc:date>2003-07-18T01:01:01Z</dc:date>
    <item>
      <title>system stats gathering</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-stats-gathering/m-p/3026110#M131583</link>
      <description>Hi,&lt;BR /&gt;I need to gather memory,CPU and other resources utilization on daily basis for my monthly server performance report (Excel graph). I was told that there's this /usr/lib/sa/sa1 utility that would do the job, but the manpages are don't seem to help me much. Would appreciate if someone could give some description of sa1 or other utilities I could use to generate my report. Thank you in advance.&lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;-rosli-</description>
      <pubDate>Thu, 17 Jul 2003 07:55:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-stats-gathering/m-p/3026110#M131583</guid>
      <dc:creator>Rosli Ahmad</dc:creator>
      <dc:date>2003-07-17T07:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: system stats gathering</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-stats-gathering/m-p/3026111#M131584</link>
      <description>Hi,&lt;BR /&gt;From our own crontab (on every system)&lt;BR /&gt;# Collecting System Activity data&lt;BR /&gt;00 * * * * /usr/lbin/sa/sa1 900 4&lt;BR /&gt;05 22 * * * /usr/lbin/sa/sa2 -s 7:00 -e 19:01 -i 3600 -A&lt;BR /&gt;&lt;BR /&gt;These collect and generate the same kind of reports you can also make manually with sar (try man 1m sar for more information).&lt;BR /&gt;The results will be put in directory /var/adm/sa.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Tom Geudens&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Jul 2003 08:03:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-stats-gathering/m-p/3026111#M131584</guid>
      <dc:creator>Tom Geudens</dc:creator>
      <dc:date>2003-07-17T08:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: system stats gathering</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-stats-gathering/m-p/3026112#M131585</link>
      <description>Tom has given what you need for 'sa', one more suggestion though, you might like to load the glance plus pak trial copy available on your applications CD which will give you a 60 license in which to use it. It is not that complicated and gives more statistical information than you could possibly imagine. Many things that 'sa' will not report.</description>
      <pubDate>Thu, 17 Jul 2003 08:24:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-stats-gathering/m-p/3026112#M131585</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-07-17T08:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: system stats gathering</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-stats-gathering/m-p/3026113#M131586</link>
      <description>Theres only 2 ways to do graphs of performance stats;&lt;BR /&gt;&lt;BR /&gt;1. Use a high level (pruchaseable) software performance package, like HP's PerfView (and Measureware agent). This does fantastic graphs of almost anything imaginable. Costs a bit though and you need to purchase agents for all servers you want graphed. You can use software like this from other companies, eg BM Patrol, Sitescope etc.&lt;BR /&gt;&lt;BR /&gt;2. Use sa do to simple stats which you then need to graph yourself in something like Excel. This is free but will take a fair bit of work to get up and running and to produce the graphs.&lt;BR /&gt;&lt;BR /&gt;Tools like HP's Glance only run in realtime - you cant view historical data like you can with the 2 options above.&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Jul 2003 08:28:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-stats-gathering/m-p/3026113#M131586</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2003-07-17T08:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: system stats gathering</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-stats-gathering/m-p/3026114#M131587</link>
      <description>Rosli,&lt;BR /&gt;&lt;BR /&gt;I attached two scripts that run on my system daily to collect the system's activity information. From the daily report created by the second script you can extract what you need to generate a data to import into Excel. &lt;BR /&gt;&lt;BR /&gt;Elena.</description>
      <pubDate>Thu, 17 Jul 2003 11:41:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-stats-gathering/m-p/3026114#M131587</guid>
      <dc:creator>Elena Leontieva</dc:creator>
      <dc:date>2003-07-17T11:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: system stats gathering</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-stats-gathering/m-p/3026115#M131588</link>
      <description>This is the second one.</description>
      <pubDate>Thu, 17 Jul 2003 11:42:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-stats-gathering/m-p/3026115#M131588</guid>
      <dc:creator>Elena Leontieva</dc:creator>
      <dc:date>2003-07-17T11:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: system stats gathering</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-stats-gathering/m-p/3026116#M131589</link>
      <description>Thannk you everyone for the contribution.&lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;-rosli-</description>
      <pubDate>Fri, 18 Jul 2003 01:01:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-stats-gathering/m-p/3026116#M131589</guid>
      <dc:creator>Rosli Ahmad</dc:creator>
      <dc:date>2003-07-18T01:01:01Z</dc:date>
    </item>
  </channel>
</rss>

