<?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 slow in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/system-performance-slow/m-p/3092418#M145110</link>
    <description>after running vmstat -S 1 si and so o/p is 0 0</description>
    <pubDate>Wed, 15 Oct 2003 00:11:31 GMT</pubDate>
    <dc:creator>Nagaraju Gudala</dc:creator>
    <dc:date>2003-10-15T00:11:31Z</dc:date>
    <item>
      <title>system performance slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-performance-slow/m-p/3092412#M145104</link>
      <description>model C3600&lt;BR /&gt;Phy memory 1GB&lt;BR /&gt;swapinfo o/p is given below .Can anything be done to improve the performance of the system&lt;BR /&gt;[/]#swapinfo&lt;BR /&gt;             Kb      Kb      Kb   PCT  START/      Kb&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev     1048576  308596  739980   29%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;dev     2048000  311156 1736844   15%       0       -    1  /dev/vg00/lvol10&lt;BR /&gt;reserve       -  814956 -814956&lt;BR /&gt;memory   750232  227808  522424   30%&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Oct 2003 04:45:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-performance-slow/m-p/3092412#M145104</guid>
      <dc:creator>Nagaraju Gudala</dc:creator>
      <dc:date>2003-10-14T04:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: system performance slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-performance-slow/m-p/3092413#M145105</link>
      <description>hard to say from our information, but it isn't a good idea to put multiple swap areas that have the same priority on the same disk.&lt;BR /&gt;&lt;BR /&gt;check to see if the physical volume is the same for lvol2 and lvol10.  it is best to have them on seperate drives.</description>
      <pubDate>Tue, 14 Oct 2003 05:02:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-performance-slow/m-p/3092413#M145105</guid>
      <dc:creator>curt larson_1</dc:creator>
      <dc:date>2003-10-14T05:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: system performance slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-performance-slow/m-p/3092414#M145106</link>
      <description>Hi,&lt;BR /&gt;you should not rely on the swapinfo command as the only source of information for determining the reason for bad performance.&lt;BR /&gt;Your swapinfo command reports that a portion of memory amounting up to 308596 and 311156 kb of disk space has been swapped. But swapinfo does not update dynamically; you get the max use since last reboot and absolutely no clue as to when!&lt;BR /&gt;Swapping should of course be avoided completely, but you should do some more investigation first, e.g. for testing the current memory use, try vmstat. Glance is also a good tool for monitoring how system resources are used. &lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;John K.</description>
      <pubDate>Tue, 14 Oct 2003 05:15:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-performance-slow/m-p/3092414#M145106</guid>
      <dc:creator>john korterman</dc:creator>
      <dc:date>2003-10-14T05:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: system performance slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-performance-slow/m-p/3092415#M145107</link>
      <description>At first glance it looks like the sytem is swapping but you can only tell from this that the system has swapped.&lt;BR /&gt; &lt;BR /&gt;It might be worth doing a "vmstat -S 1" and look at the "si" and "so" columns.  "iostat" is good for looking at disk io at a disk device level too. &lt;BR /&gt; &lt;BR /&gt;I think we possibly need more information here.</description>
      <pubDate>Tue, 14 Oct 2003 05:29:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-performance-slow/m-p/3092415#M145107</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-10-14T05:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: system performance slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-performance-slow/m-p/3092416#M145108</link>
      <description>You may have a process that is hogging things up.&lt;BR /&gt;&lt;BR /&gt;I sometimes run the following command multiple times to get a "quick and dirty" feel for what is hogging cpu:&lt;BR /&gt;&lt;BR /&gt;ps -ef | cut -c42-80 | sort -nr | head&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Kent M. Ostby</description>
      <pubDate>Tue, 14 Oct 2003 06:21:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-performance-slow/m-p/3092416#M145108</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2003-10-14T06:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: system performance slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-performance-slow/m-p/3092417#M145109</link>
      <description>C3600 has only one processor.Though there is usage of swap,jus check the usage of the CPU.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;REvert</description>
      <pubDate>Tue, 14 Oct 2003 06:28:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-performance-slow/m-p/3092417#M145109</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-10-14T06:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: system performance slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-performance-slow/m-p/3092418#M145110</link>
      <description>after running vmstat -S 1 si and so o/p is 0 0</description>
      <pubDate>Wed, 15 Oct 2003 00:11:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-performance-slow/m-p/3092418#M145110</guid>
      <dc:creator>Nagaraju Gudala</dc:creator>
      <dc:date>2003-10-15T00:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: system performance slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-performance-slow/m-p/3092419#M145111</link>
      <description>Also check the value of "po" in the vmstat output.&lt;BR /&gt;&lt;BR /&gt;If you find that the swap usage is less and performance bottleneck is there&lt;BR /&gt;&lt;BR /&gt;1.What is the value of the kernel parameters dbc_max_pct.&lt;BR /&gt;This defines the buffer cache of the system.This parameter is for dynamic buffer cache enabling parameter.&lt;BR /&gt;This is enabled once nbuf=0 and bufpages=0 which define the static buffer cache.&lt;BR /&gt;By default the value of dbc_max_pct is 50%.&lt;BR /&gt;Bring that down to 300MB ie.30% of your memory,assuming that your memory size is 1Gb.&lt;BR /&gt;&lt;BR /&gt;Also,let us start from here&lt;BR /&gt;&lt;BR /&gt;What is the output of &lt;BR /&gt;#sar -u 5 20&lt;BR /&gt;&lt;BR /&gt;check for the columns of &lt;BR /&gt;idle%&lt;BR /&gt;sys%&lt;BR /&gt;user%&lt;BR /&gt;wio%&lt;BR /&gt;&lt;BR /&gt;REvert with the output</description>
      <pubDate>Wed, 15 Oct 2003 00:46:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-performance-slow/m-p/3092419#M145111</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-10-15T00:46:09Z</dc:date>
    </item>
  </channel>
</rss>

