<?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: Need help with sar in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/need-help-with-sar/m-p/3896250#M25927</link>
    <description>Deb,&lt;BR /&gt;&lt;BR /&gt;I reread your message and I see that you're referring to a database server.  I'm assuming therefor that the users are connecting with a client on Win32.&lt;BR /&gt;&lt;BR /&gt;Check the duplex as stated above, but I would also look at the following:&lt;BR /&gt;&lt;BR /&gt;1.  Check with your DBA on the status of the database performance.  Are tables optimized as well as SQL queries?&lt;BR /&gt;&lt;BR /&gt;2.  Has the database grown in size recently that would cause slow performance?&lt;BR /&gt;&lt;BR /&gt;3.  Was the system running well in the past?  How long has this problem been going on?&lt;BR /&gt;&lt;BR /&gt;Answer those and we'll move from there ;-)&lt;BR /&gt;&lt;BR /&gt;Peace,&lt;BR /&gt;Mike</description>
    <pubDate>Fri, 10 Nov 2006 14:16:53 GMT</pubDate>
    <dc:creator>Mike Hassell</dc:creator>
    <dc:date>2006-11-10T14:16:53Z</dc:date>
    <item>
      <title>Need help with sar</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-help-with-sar/m-p/3896246#M25923</link>
      <description>We have a new Linux server running 2 database applications.  The server appears to have plenty of CPU (its running 98 - 99% idle) and memory resources are plenty, yet users are complaining that there is lag/delay moving between screens.&lt;BR /&gt;&lt;BR /&gt;I have sar installed, but I'm not familiar with how to analyze it or what I should look for.  Can anyone tell me what screen delays may be pointing to and what sar parameters I should run to analyze?</description>
      <pubDate>Fri, 10 Nov 2006 10:35:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-help-with-sar/m-p/3896246#M25923</guid>
      <dc:creator>Debbie Fleith</dc:creator>
      <dc:date>2006-11-10T10:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with sar</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-help-with-sar/m-p/3896247#M25924</link>
      <description>Debbie,&lt;BR /&gt;&lt;BR /&gt;If CPU &amp;amp; memory looks OK then check your network card and disks.&lt;BR /&gt;&lt;BR /&gt;For the network card I would use the command:&lt;BR /&gt;&lt;BR /&gt;sar -n DEV &lt;INTERVAL&gt; &lt;COUNT&gt;&lt;BR /&gt;&lt;BR /&gt;and see if you saturated your NIC, rxbyt/s + txbyt/s.  Is your NIC 100Mb or 1Gb (1,000 Mb)?  My rule of thumb is the max. no. of bytes a NIC can handle is Mb (Megabits) / 10 so a 100Mb NIC can handle at most 10MBs/sec, a 1Gb NIC can handle at most 100 MBs/sec.&lt;BR /&gt;&lt;BR /&gt;For disks, if you have it, I would use the iostat command to see if they're the problem.  The command would be:&lt;BR /&gt;&lt;BR /&gt;iostat -x &lt;INTERVAL&gt; &lt;COUNT&gt;&lt;BR /&gt;&lt;BR /&gt;I check the avgqu-sz column to see if I/O requests are getting queued up because the disk is too busy.&lt;BR /&gt;&lt;BR /&gt;Vic&lt;BR /&gt;&lt;/COUNT&gt;&lt;/INTERVAL&gt;&lt;/COUNT&gt;&lt;/INTERVAL&gt;</description>
      <pubDate>Fri, 10 Nov 2006 11:07:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-help-with-sar/m-p/3896247#M25924</guid>
      <dc:creator>Victor Semaska_3</dc:creator>
      <dc:date>2006-11-10T11:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with sar</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-help-with-sar/m-p/3896248#M25925</link>
      <description>When I ran sar -n DEV, and looked at the end "Average" numbers, it showed 318.64 rxbyt/s and 283.06 txbyt/s for my eth0 NIC.   This is a 1 GB NIC.   Are you saying that average rxbyt/s plus txbyt/s should be less than 100 combined?</description>
      <pubDate>Fri, 10 Nov 2006 12:41:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-help-with-sar/m-p/3896248#M25925</guid>
      <dc:creator>Debbie Fleith</dc:creator>
      <dc:date>2006-11-10T12:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with sar</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-help-with-sar/m-p/3896249#M25926</link>
      <description>Deb,&lt;BR /&gt;&lt;BR /&gt;When you say users are complaining that there is a lag/delay when moving between screens, are you talking about an application that connects to a database on your linux server or a terminal based application that connects directly via SSH, etc??&lt;BR /&gt;&lt;BR /&gt;I would start by checking your basic network settings.  You say you have a GbE, but is the switch GbE as well?  Or only 100/Mbs?  If so you'll want to review your duplex settings and such, make sure the NIC matches the switch port that it is connected to.&lt;BR /&gt;&lt;BR /&gt;What version of Linux are you running?  Here's some info to start with for RHEL:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.redhat.com/docs/manuals/enterprise/RHEL-3-Manual/ref-guide/s1-modules-ethernet.html" target="_blank"&gt;http://www.redhat.com/docs/manuals/enterprise/RHEL-3-Manual/ref-guide/s1-modules-ethernet.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I've had all kinds of problems in the past with duplex that causes a delay in application response even though the server is performing above average.&lt;BR /&gt;&lt;BR /&gt;HTH.&lt;BR /&gt;&lt;BR /&gt;Peace,&lt;BR /&gt;Mike</description>
      <pubDate>Fri, 10 Nov 2006 14:13:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-help-with-sar/m-p/3896249#M25926</guid>
      <dc:creator>Mike Hassell</dc:creator>
      <dc:date>2006-11-10T14:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with sar</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-help-with-sar/m-p/3896250#M25927</link>
      <description>Deb,&lt;BR /&gt;&lt;BR /&gt;I reread your message and I see that you're referring to a database server.  I'm assuming therefor that the users are connecting with a client on Win32.&lt;BR /&gt;&lt;BR /&gt;Check the duplex as stated above, but I would also look at the following:&lt;BR /&gt;&lt;BR /&gt;1.  Check with your DBA on the status of the database performance.  Are tables optimized as well as SQL queries?&lt;BR /&gt;&lt;BR /&gt;2.  Has the database grown in size recently that would cause slow performance?&lt;BR /&gt;&lt;BR /&gt;3.  Was the system running well in the past?  How long has this problem been going on?&lt;BR /&gt;&lt;BR /&gt;Answer those and we'll move from there ;-)&lt;BR /&gt;&lt;BR /&gt;Peace,&lt;BR /&gt;Mike</description>
      <pubDate>Fri, 10 Nov 2006 14:16:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-help-with-sar/m-p/3896250#M25927</guid>
      <dc:creator>Mike Hassell</dc:creator>
      <dc:date>2006-11-10T14:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with sar</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-help-with-sar/m-p/3896251#M25928</link>
      <description>Yes, this is a database server and users are connecting with a client on Win 32.   Network settings have been verified to match the switch.  This is a RH ES 3.0 server, just replaced an HP-UX 11 server.  Progress databases were migrated over.  DB's have not grown in size since the migration.  The problem was noticed from the first day on the Linux box.   We are looking at DB performance, but all the DB settings are the same as they were on the HP.</description>
      <pubDate>Fri, 10 Nov 2006 14:53:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-help-with-sar/m-p/3896251#M25928</guid>
      <dc:creator>Debbie Fleith</dc:creator>
      <dc:date>2006-11-10T14:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with sar</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-help-with-sar/m-p/3896252#M25929</link>
      <description>Is it possible in your environment to run client application on the DB server itself - in this case we'll avoied network issues.&lt;BR /&gt;&lt;BR /&gt;In most cases disk performance is a bottleneck  for DB. Check your RAID controller options  for best performance. Many DB vendors suggest some kernel tuning, filesystem tuning and so on - so check release nites for your DB.</description>
      <pubDate>Sun, 12 Nov 2006 03:09:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-help-with-sar/m-p/3896252#M25929</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2006-11-12T03:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with sar</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-help-with-sar/m-p/3896253#M25930</link>
      <description>Debbie,&lt;BR /&gt;&lt;BR /&gt;The rxbyt/s plus txbyt/s are in bytes so with a 1Gb NIC, you could see no.s up in the tens of millions.  Your sample of 318.64 rxbyt/s and 283.06 txbyt/s shows the NIC is basically idle.&lt;BR /&gt;&lt;BR /&gt;My estimate of a 1Gb NIC handling up to 100 MBs seems a bit hit according to others.  More realistically, the no. would be 70-75 MBs.  When you add the no.s together they should go up to 70,000,000 to 75,000,000 when the NIC is saturated.&lt;BR /&gt;&lt;BR /&gt;Vic&lt;BR /&gt;</description>
      <pubDate>Sun, 12 Nov 2006 08:41:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-help-with-sar/m-p/3896253#M25930</guid>
      <dc:creator>Victor Semaska_3</dc:creator>
      <dc:date>2006-11-12T08:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with sar</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-help-with-sar/m-p/3896254#M25931</link>
      <description>Perhaps interesting to do a low level network analysis - to see what runs on the wire. &lt;BR /&gt;&lt;BR /&gt;For bandwidth and latency tests there are a few open source tools available: ttcp netperf netpipe and nTop. &lt;BR /&gt;&lt;BR /&gt;To see what actuall runs on the wire for various protocols check out the open source tool Ethereal (would think you could find your Progres protocols there). &lt;BR /&gt;&lt;BR /&gt;Also, I have recently seen Opnet ACE and Compuware Vantage in action - those are really imressing diagnostics packages, but they are not really cheap. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Nov 2006 07:16:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-help-with-sar/m-p/3896254#M25931</guid>
      <dc:creator>Karsten Breivik_1</dc:creator>
      <dc:date>2006-11-13T07:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with sar</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-help-with-sar/m-p/3896255#M25932</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;How much is the "load" of the server?&lt;BR /&gt;&lt;BR /&gt;You can see with "top".&lt;BR /&gt;&lt;BR /&gt;Sometimes the cpu and memory have a lot of free space, but the load is high.&lt;BR /&gt;In Linux, when the load is between 0.00 and 1.50 is ok, but when it go from 3.00 and over, there is porbabily and imminent crash or slow machine.&lt;BR /&gt;&lt;BR /&gt;In hp-ux i see a load over 30.00 but the connection in telnet was impossible and the application was instable.&lt;BR /&gt;For resolve i had restarted Oracle.&lt;BR /&gt;do you have java application running too?</description>
      <pubDate>Mon, 13 Nov 2006 07:59:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-help-with-sar/m-p/3896255#M25932</guid>
      <dc:creator>Alpha977</dc:creator>
      <dc:date>2006-11-13T07:59:15Z</dc:date>
    </item>
  </channel>
</rss>

