<?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 performance in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/system-performance/m-p/2437426#M598533</link>
    <description>Try using sar -d(disk check); sar -b(memory); sar -v; sar -M(multiple processors); sar; top; uptime and vmstat. You can check the online manual information on each command.</description>
    <pubDate>Thu, 17 Aug 2000 15:36:37 GMT</pubDate>
    <dc:creator>CHRIS_ANORUO</dc:creator>
    <dc:date>2000-08-17T15:36:37Z</dc:date>
    <item>
      <title>System performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-performance/m-p/2437423#M598530</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I have a D-class that is used as mail relay (sendmail) I want to get some stats to use to upgrade it's mem etc.&lt;BR /&gt;&lt;BR /&gt;What is best to use - command line only &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Thu, 17 Aug 2000 13:50:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-performance/m-p/2437423#M598530</guid>
      <dc:creator>Keith Floyd</dc:creator>
      <dc:date>2000-08-17T13:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: System performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-performance/m-p/2437424#M598531</link>
      <description>sar.&lt;BR /&gt;It is not a command line, but it has a caracter based interface, glance.&lt;BR /&gt;vmstat can help as well.&lt;BR /&gt;Also, try to logged same stats, (using nettl, for ex.).&lt;BR /&gt;Do a search on the forum (HP-UX). There are a few posts about performance. It might help.</description>
      <pubDate>Thu, 17 Aug 2000 13:53:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-performance/m-p/2437424#M598531</guid>
      <dc:creator>Antoanetta Naghiu</dc:creator>
      <dc:date>2000-08-17T13:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: System performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-performance/m-p/2437425#M598532</link>
      <description>Just in case you haven't tried them, the Glance and Measureware tools are also Exceptional at Performance Analysis and Trending.&lt;BR /&gt;&lt;BR /&gt;Although I would suspect that for a Mail Server the largest performance issue will be file handles, Inodes and swap conditions.  All of these issues can be observed by vmstat (real-time monitor) and sar (historical monitor).&lt;BR /&gt;&lt;BR /&gt;Hope that helps.&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Aug 2000 14:03:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-performance/m-p/2437425#M598532</guid>
      <dc:creator>Albert E. Whale, CISSP</dc:creator>
      <dc:date>2000-08-17T14:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: System performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-performance/m-p/2437426#M598533</link>
      <description>Try using sar -d(disk check); sar -b(memory); sar -v; sar -M(multiple processors); sar; top; uptime and vmstat. You can check the online manual information on each command.</description>
      <pubDate>Thu, 17 Aug 2000 15:36:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-performance/m-p/2437426#M598533</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-08-17T15:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: System performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-performance/m-p/2437427#M598534</link>
      <description>Thanks for replys&lt;BR /&gt;&lt;BR /&gt;I also realise this is in the wrong TOPIC&lt;BR /&gt;&lt;BR /&gt;Can you supply more info on file handles and why this will affect a mail-server - it is only acting as a relay though, and also it is a primary/secondary DNS server.&lt;BR /&gt;&lt;BR /&gt;Basically I am getting major performance issues..&lt;BR /&gt;&lt;BR /&gt;Keith</description>
      <pubDate>Fri, 18 Aug 2000 08:43:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-performance/m-p/2437427#M598534</guid>
      <dc:creator>Keith Floyd</dc:creator>
      <dc:date>2000-08-18T08:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: System performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-performance/m-p/2437428#M598535</link>
      <description>Keith,&lt;BR /&gt;&lt;BR /&gt;At first glance I would highly recommned that you tune the Kernel.&lt;BR /&gt;&lt;BR /&gt;Eventhough the Mail Server is only acting as a Relay, the number of Processes, number if Files, Inodes ....&lt;BR /&gt;&lt;BR /&gt;Tune the kernel with a base Tunable Parameter set, I usually select the Monolithic Database Server Tuned Parameter set.&lt;BR /&gt;&lt;BR /&gt;If you give that a try, I'm sure that the server whould operate better.  Not withstanding an upgrade of Memory, Disk, Swap and Network Interfaces.  But heck, we can work on those items in a future question/update or follow-up.&lt;BR /&gt;&lt;BR /&gt;Hope that helps you out.</description>
      <pubDate>Fri, 18 Aug 2000 12:18:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-performance/m-p/2437428#M598535</guid>
      <dc:creator>Albert E. Whale, CISSP</dc:creator>
      <dc:date>2000-08-18T12:18:26Z</dc:date>
    </item>
  </channel>
</rss>

