<?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: Monitoring systems in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-systems/m-p/2572659#M857500</link>
    <description>Hello Paula,&lt;BR /&gt;&lt;BR /&gt;to add something more to your script (and yes, I am&lt;BR /&gt;interested in it, of course ;-) I would include even more&lt;BR /&gt;"sar": "sar -a" and check for excessive directory I/O&lt;BR /&gt;(but it seems like the "dirb/s" have been dropped in 11i)&lt;BR /&gt;and even some "find", to search for huge directories &lt;BR /&gt;(even in 11i that's still a resource hog), c/b devices&lt;BR /&gt;outside of "/dev", sticky bits outside your fixed list&lt;BR /&gt;of "official" programs.&lt;BR /&gt;Then, how about checking "nfsstat" if you are using NFS?&lt;BR /&gt;And even "grep" on the "/etc/mnttab" to find NFS-mounts&lt;BR /&gt;using silly blocksizes, and such?&lt;BR /&gt;&lt;BR /&gt;Hopefully this thread does go on for while!&lt;BR /&gt;&lt;BR /&gt;My first ?0.02 on this,&lt;BR /&gt;    Wodisch&lt;BR /&gt;PS: please mail to wodisch@wodisch.de, thanks!&lt;BR /&gt;</description>
    <pubDate>Thu, 30 Aug 2001 18:29:14 GMT</pubDate>
    <dc:creator>Wodisch</dc:creator>
    <dc:date>2001-08-30T18:29:14Z</dc:date>
    <item>
      <title>Monitoring systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-systems/m-p/2572651#M857492</link>
      <description>Hi to all&lt;BR /&gt;&lt;BR /&gt;I am writing a script to monitor system resources and mail me warnings if certain parameters are exceeded.&lt;BR /&gt;&lt;BR /&gt;My list, limit  and collection method so far is :-&lt;BR /&gt;&lt;BR /&gt;= 0% idle on CPU  (sar -u)&lt;BR /&gt;&amp;gt; 80% user on CPU (sar -u)&lt;BR /&gt;&amp;gt; 15 % wio        (sar -u)&lt;BR /&gt;&amp;gt; 50% busy        (sar -d)&lt;BR /&gt;avwait &amp;gt; avserv   (sar -d)&lt;BR /&gt;&amp;gt;= 90%  rcache    (sar -b)&lt;BR /&gt;&amp;gt;= 70% wcache     (sar -b)&lt;BR /&gt;&lt;BR /&gt;Does anything else come to mind?&lt;BR /&gt;&lt;BR /&gt;Any suggestion gratefully received.&lt;BR /&gt;&lt;BR /&gt;If you would like the completed script please Email me:-&lt;BR /&gt;paula@avro.co.uk&lt;BR /&gt;&lt;BR /&gt;;^)&lt;BR /&gt;&lt;BR /&gt;Paula&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Aug 2001 08:38:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-systems/m-p/2572651#M857492</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2001-08-30T08:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-systems/m-p/2572652#M857493</link>
      <description>&lt;BR /&gt;You should setup your script to be similar to the alarm thresholds in measureware. HP have spent some time working out good thresholds for alarms.&lt;BR /&gt;&lt;BR /&gt;Heres the alarmdef file from that as an example (the one we use on all our servers);&lt;BR /&gt;&lt;BR /&gt;[attached]</description>
      <pubDate>Thu, 30 Aug 2001 09:07:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-systems/m-p/2572652#M857493</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2001-08-30T09:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-systems/m-p/2572653#M857494</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;we also check "sar -v" and monitor nfile and nproc usage.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Thierry.</description>
      <pubDate>Thu, 30 Aug 2001 09:08:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-systems/m-p/2572653#M857494</guid>
      <dc:creator>Thierry Poels_1</dc:creator>
      <dc:date>2001-08-30T09:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-systems/m-p/2572654#M857495</link>
      <description>Hello Paula,&lt;BR /&gt;&lt;BR /&gt;I am also interested in writing scripts to do my own sort of performance monitoring, or collect system metrics.&lt;BR /&gt;That's why I would be interested in your scripting efforts too since I'm not very experienced with HP-UX systems.&lt;BR /&gt;Unfortunately I haven't found time yet to get familiar with the adviser's syntax because I think if you already have MWA  running you could benefit from its logging and alarm triggering mechanisms.&lt;BR /&gt;Have a look at the extract manpage to find out how to retrieve data from the MWA logfiles.&lt;BR /&gt;At the moment I attempt to get the CPAN module Perf::ARM installed, but still experience errors during the make test.&lt;BR /&gt;If you are into Perl you may find this module useful.&lt;BR /&gt;You may reach the module's author under &lt;BRYAN_BACKER&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Ralph&lt;BR /&gt;ralph.grothe@lit.verwalt-berlin.de&lt;/BRYAN_BACKER&gt;</description>
      <pubDate>Thu, 30 Aug 2001 09:14:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-systems/m-p/2572654#M857495</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2001-08-30T09:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-systems/m-p/2572655#M857496</link>
      <description>Why don't you consider using EMS which can do the same and is a free download.&lt;BR /&gt;&lt;BR /&gt;MeasureWare (OV performance agent)  has a very sophisticated alarming capability that&lt;BR /&gt;allows you to configure not just thresholds but also alarms based on&lt;BR /&gt;multiple metrics, symptoms and duration. This makes it very effective in&lt;BR /&gt;only producing alarms when there really are alarms, or to proactively alarm&lt;BR /&gt;before a real problem exists&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill</description>
      <pubDate>Thu, 30 Aug 2001 09:35:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-systems/m-p/2572655#M857496</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2001-08-30T09:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-systems/m-p/2572656#M857497</link>
      <description>Hi Paula:&lt;BR /&gt;&lt;BR /&gt;If you want to develop something yourself (and that's fun, informative, and a skill-builder) then I'd add high-water marks for critical system tables ('sav -v' as Thierry suggested, too) and certainly for filesystem utilization ('bdf').&lt;BR /&gt;&lt;BR /&gt;You'll want to record thresholds and alert as the threshold you define is exceeded.  Give consideration to how you will send a second or third alert if the "water" continues to rise and/or if the level stays constant but the situation persists.&lt;BR /&gt;&lt;BR /&gt;With my regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 30 Aug 2001 14:31:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-systems/m-p/2572656#M857497</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-08-30T14:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-systems/m-p/2572657#M857498</link>
      <description>Hi James&lt;BR /&gt;&lt;BR /&gt;You hit the nail on the head "fun, informative, and a skill-builder".&lt;BR /&gt;&lt;BR /&gt;Plus I can build it to suit me and my systems.&lt;BR /&gt;&lt;BR /&gt;;-)&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Thu, 30 Aug 2001 14:52:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-systems/m-p/2572657#M857498</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2001-08-30T14:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-systems/m-p/2572658#M857499</link>
      <description>Well, since we are building for fun and profit let em suggest:&lt;BR /&gt;&lt;BR /&gt;CPU threshhods should not be single event alarms. I hope you are using teh everage over an extended monitoring period. (1-5 minutes)&lt;BR /&gt;&lt;BR /&gt;Run queue thressholds should be averaged over an even longer period. (2-10 minutes)&lt;BR /&gt;&lt;BR /&gt;vmstat is your friend:  look fro free page list getting too small and paging rate getting too high.&lt;BR /&gt;&lt;BR /&gt;top directed to a file will let you grep out memory usage and high CPU processes.&lt;BR /&gt;&lt;BR /&gt;If you have any problems with memory leaks, use ps with the XPG4 environment to capture memory sizes greater than the expected values.</description>
      <pubDate>Thu, 30 Aug 2001 16:13:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-systems/m-p/2572658#M857499</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2001-08-30T16:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-systems/m-p/2572659#M857500</link>
      <description>Hello Paula,&lt;BR /&gt;&lt;BR /&gt;to add something more to your script (and yes, I am&lt;BR /&gt;interested in it, of course ;-) I would include even more&lt;BR /&gt;"sar": "sar -a" and check for excessive directory I/O&lt;BR /&gt;(but it seems like the "dirb/s" have been dropped in 11i)&lt;BR /&gt;and even some "find", to search for huge directories &lt;BR /&gt;(even in 11i that's still a resource hog), c/b devices&lt;BR /&gt;outside of "/dev", sticky bits outside your fixed list&lt;BR /&gt;of "official" programs.&lt;BR /&gt;Then, how about checking "nfsstat" if you are using NFS?&lt;BR /&gt;And even "grep" on the "/etc/mnttab" to find NFS-mounts&lt;BR /&gt;using silly blocksizes, and such?&lt;BR /&gt;&lt;BR /&gt;Hopefully this thread does go on for while!&lt;BR /&gt;&lt;BR /&gt;My first ?0.02 on this,&lt;BR /&gt;    Wodisch&lt;BR /&gt;PS: please mail to wodisch@wodisch.de, thanks!&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Aug 2001 18:29:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-systems/m-p/2572659#M857500</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2001-08-30T18:29:14Z</dc:date>
    </item>
  </channel>
</rss>

