<?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: Slow machine in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-machine/m-p/2851396#M825892</link>
    <description>vmstat, iostat,sar but your best bet is glance. It's a chargeable option but you can install as evaluation copy from the Applications CD.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John</description>
    <pubDate>Mon, 25 Nov 2002 15:51:05 GMT</pubDate>
    <dc:creator>John Palmer</dc:creator>
    <dc:date>2002-11-25T15:51:05Z</dc:date>
    <item>
      <title>Slow machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-machine/m-p/2851395#M825891</link>
      <description>We just added 2 processors to our machine that has 4 gig of physical memory.  We are running a Progress database that is 4 gig.  The performance sucks.  Is there anything that I can run to fiugre out what is going on?</description>
      <pubDate>Mon, 25 Nov 2002 15:46:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-machine/m-p/2851395#M825891</guid>
      <dc:creator>Jeff Hagstrom</dc:creator>
      <dc:date>2002-11-25T15:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: Slow machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-machine/m-p/2851396#M825892</link>
      <description>vmstat, iostat,sar but your best bet is glance. It's a chargeable option but you can install as evaluation copy from the Applications CD.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John</description>
      <pubDate>Mon, 25 Nov 2002 15:51:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-machine/m-p/2851396#M825892</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2002-11-25T15:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: Slow machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-machine/m-p/2851397#M825893</link>
      <description>Jeff,&lt;BR /&gt;&lt;BR /&gt;Basically you're trying to balance the utilization of 4 resources:  CPU, Memory, I/O, and Network.  A good luck with Glance should give you an idea of where your bottleneck is.&lt;BR /&gt;&lt;BR /&gt;With 2 additional processors and only 4 gig of memory, I'm tempted to guess that you're a little short in that department, but you may well have I/O issues too.  And you need to check swapping.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 25 Nov 2002 15:55:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-machine/m-p/2851397#M825893</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-11-25T15:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: Slow machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-machine/m-p/2851398#M825894</link>
      <description>&lt;BR /&gt;How about posting your kernel parameters? Maybe we can find some fault there? Hopefully you didn't use the built in kernel tuning feature in sam.&lt;BR /&gt;&lt;BR /&gt;BTW, what kind of machine? What OS? And what kind of disks are the progress db on?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 25 Nov 2002 15:55:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-machine/m-p/2851398#M825894</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-11-25T15:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Slow machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-machine/m-p/2851399#M825895</link>
      <description>Hi Jeff&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The basic way to start looking is to do a sar 2 10 to cehck how the system is perofming , the performance can suck bcoz of lots of I/O interme so f phyical cs logical reads , poor memory utilization , netwrok etc . A good way is to check for the top output and see which proceses are eating most of the memory etc . dmesg mayt also give you soem cluse in case of the system tables getting staturated etc.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Nov 2002 15:59:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-machine/m-p/2851399#M825895</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-11-25T15:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: Slow machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-machine/m-p/2851400#M825896</link>
      <description>If it is a single process, then unless it is coded to use threads, it can only use one processor at a time.&lt;BR /&gt;&lt;BR /&gt;What you need is faster processors or code using threads that can use multiple processors.&lt;BR /&gt;&lt;BR /&gt;You may need to speed up the I/O, which is normally the slowdown of a database.</description>
      <pubDate>Mon, 25 Nov 2002 16:05:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-machine/m-p/2851400#M825896</guid>
      <dc:creator>John Bolene</dc:creator>
      <dc:date>2002-11-25T16:05:35Z</dc:date>
    </item>
  </channel>
</rss>

