<?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: Performance in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/2437742#M5915</link>
    <description>The performance metrics you mentioned can be obtained through sar. Glance also can do this but is a purchased product.&lt;BR /&gt;&lt;BR /&gt;Do a man sar. The /usr/lbin/sa/sa1 and /usr/lbin/sa/sa2 commands can help you collect data periodically and do the conversion from binary to text readable files. There are options (switches) with the sa2 command that allows you to be specific about what stats you are wishing to view.</description>
    <pubDate>Fri, 18 Aug 2000 12:24:02 GMT</pubDate>
    <dc:creator>Rick Garland</dc:creator>
    <dc:date>2000-08-18T12:24:02Z</dc:date>
    <item>
      <title>Performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/2437738#M5911</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I have a D-class running sendmail - as a mail relay and its also running DNS&lt;BR /&gt;&lt;BR /&gt;I want to understand how the following may affect this&lt;BR /&gt;&lt;BR /&gt;File Handles&lt;BR /&gt;Inodes&lt;BR /&gt;Swap &lt;BR /&gt;Buffer cache&lt;BR /&gt;&lt;BR /&gt;Does anyone have any ideas ???&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Keith&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Aug 2000 11:12:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/2437738#M5911</guid>
      <dc:creator>Keith Floyd</dc:creator>
      <dc:date>2000-08-18T11:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: Performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/2437739#M5912</link>
      <description>Keith:&lt;BR /&gt;&lt;BR /&gt;Glance is an excellent tool for performance measurement.  It has built-in help that gives an idea of what the metric means.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 18 Aug 2000 11:22:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/2437739#M5912</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-08-18T11:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/2437740#M5913</link>
      <description>try uptime, top, vmstat and look at sar.&lt;BR /&gt;Like already mentioned you could get glance on free trial for I think 60 or 90 days, dont quite remember</description>
      <pubDate>Fri, 18 Aug 2000 11:46:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/2437740#M5913</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2000-08-18T11:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: Performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/2437741#M5914</link>
      <description>Keith,&lt;BR /&gt;&lt;BR /&gt;System performance and tuning is a complicated subject.&lt;BR /&gt;&lt;BR /&gt;You might consider attending HP's course, it's very good.</description>
      <pubDate>Fri, 18 Aug 2000 12:06:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/2437741#M5914</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-08-18T12:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/2437742#M5915</link>
      <description>The performance metrics you mentioned can be obtained through sar. Glance also can do this but is a purchased product.&lt;BR /&gt;&lt;BR /&gt;Do a man sar. The /usr/lbin/sa/sa1 and /usr/lbin/sa/sa2 commands can help you collect data periodically and do the conversion from binary to text readable files. There are options (switches) with the sa2 command that allows you to be specific about what stats you are wishing to view.</description>
      <pubDate>Fri, 18 Aug 2000 12:24:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/2437742#M5915</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-08-18T12:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/2437743#M5916</link>
      <description>&lt;BR /&gt;All of HP's internal email servers run Openmail and sendmail as the realy and we dont really have any performance setup for sendmail itself, its not that intensive. DNS (named process) is however, a rather hungry daemon, so we dont run sendmail and dns on the same server - we moved dns off to its own server. Sendmail itself doesnt really need any particular kernel parameters set for it, just make sure you are using some buffer cache as it helps performance generally (eg. our K460's with 2Gb ram run around 500 Mb buffer cache), nfile should be set to a few thousand to avoid any problems, swap should generally be from the size of pysical ram to double it, and file handles arent really an issue.&lt;BR /&gt;&lt;BR /&gt;If really depends how busy your server is going to be. If its not going to be that busy then you dont really need any specail setup for it.&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Aug 2000 13:33:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/2437743#M5916</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2000-08-18T13:33:52Z</dc:date>
    </item>
  </channel>
</rss>

