<?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 Linux Performance Tuning - Comparing HP-UX in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-performance-tuning-comparing-hp-ux/m-p/4727701#M43061</link>
    <description>Certain things are best understood while comparing a similar command structure. I have a large HP-UX background and i have done several performance reviews on HP-UX servers. For a server having a performance issues (like disk i/o, SAN performance issues, CPU, memory, memory leaks, kernel settings etc..For example i would login to a server and take a look at sar -v (inodes, nfiles, nproc etc), i would do a sar -b (look at rcache, wcache), max_queue_depth setttings for SCSI, ipcl, run down a kmtune/sysdef or kctune and note the settings(maxdsize, maxssize [for ulimit issues] run UNIX95 with ps for high CPU processes, memory etc, ..and much more..like /var/tomstones..savecore..VFP messages..GSP level..sysrev..etc etc..Since i have moved into RHEL(RHEL5 mainly) i wanted to know what are the typical performance parameters i have to know to be as familiar i was in HP-UX. Could someone give me a headstart for this effort..&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Mike.</description>
    <pubDate>Fri, 17 Dec 2010 00:32:07 GMT</pubDate>
    <dc:creator>MSwift</dc:creator>
    <dc:date>2010-12-17T00:32:07Z</dc:date>
    <item>
      <title>Linux Performance Tuning - Comparing HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-performance-tuning-comparing-hp-ux/m-p/4727701#M43061</link>
      <description>Certain things are best understood while comparing a similar command structure. I have a large HP-UX background and i have done several performance reviews on HP-UX servers. For a server having a performance issues (like disk i/o, SAN performance issues, CPU, memory, memory leaks, kernel settings etc..For example i would login to a server and take a look at sar -v (inodes, nfiles, nproc etc), i would do a sar -b (look at rcache, wcache), max_queue_depth setttings for SCSI, ipcl, run down a kmtune/sysdef or kctune and note the settings(maxdsize, maxssize [for ulimit issues] run UNIX95 with ps for high CPU processes, memory etc, ..and much more..like /var/tomstones..savecore..VFP messages..GSP level..sysrev..etc etc..Since i have moved into RHEL(RHEL5 mainly) i wanted to know what are the typical performance parameters i have to know to be as familiar i was in HP-UX. Could someone give me a headstart for this effort..&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Mike.</description>
      <pubDate>Fri, 17 Dec 2010 00:32:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-performance-tuning-comparing-hp-ux/m-p/4727701#M43061</guid>
      <dc:creator>MSwift</dc:creator>
      <dc:date>2010-12-17T00:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Performance Tuning - Comparing HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-performance-tuning-comparing-hp-ux/m-p/4727702#M43062</link>
      <description>The performance parameters that you need to look out for in Linux are more or less the same as HP-UX. I'm mentioning the major ones below:&lt;BR /&gt;&lt;BR /&gt;The /proc directory contains all of the systems hardware details. &lt;BR /&gt;&lt;BR /&gt;For processor and process details - top, uptime, mpstat, ps commands can be used. &lt;BR /&gt;Memory statistics - top, vmstat, free commands.&lt;BR /&gt;&lt;BR /&gt;Disk statistics - vmstat, iostat, hdparm&lt;BR /&gt;&lt;BR /&gt;Network statistics - netstat, ip, ethtool.&lt;BR /&gt;&lt;BR /&gt;Kernel parameters - /boot/config-&lt;KERNEL-VERSION&gt;-&lt;ARCH&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps to some extent.&lt;/ARCH&gt;&lt;/KERNEL-VERSION&gt;</description>
      <pubDate>Sat, 18 Dec 2010 04:07:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-performance-tuning-comparing-hp-ux/m-p/4727702#M43062</guid>
      <dc:creator>~sesh</dc:creator>
      <dc:date>2010-12-18T04:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Performance Tuning - Comparing HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-performance-tuning-comparing-hp-ux/m-p/4727703#M43063</link>
      <description>Having a look into at what is under /proc&lt;BR /&gt;will help you find out lots about hardware &lt;BR /&gt;&lt;BR /&gt;lsof is also helpful to find what ressources are being used.&lt;BR /&gt;&lt;BR /&gt;Sar is probably already on the system if not &lt;BR /&gt;yum install it.&lt;BR /&gt;&lt;BR /&gt;# yum install sysstat&lt;BR /&gt;&lt;BR /&gt;for more info on sar look at maintainer page at&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://sebastien.godard.pagesperso-orange.fr/" target="_blank"&gt;http://sebastien.godard.pagesperso-orange.fr/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;sysctl let you have a look and configure kernel parameters at runtime /etc/sysctl.conf is for permanent (survive reboot parameters )&lt;BR /&gt;&lt;BR /&gt;good place to start fishing for informations is from  /var/log/messages /var/log/security /var/log/* and dmessg &lt;BR /&gt;&lt;BR /&gt;check these tools with man ipcs, netstat, iptstate, iptraf, tcpdump  and or 'yum info whatever' to find out more if they are not on your system.&lt;BR /&gt;&lt;BR /&gt;ps command can also be used with UNIX95 if you set the right variable check man ps for more on this.(this is maybe how it is done on HP-UX)&lt;BR /&gt;&lt;BR /&gt;and a lot more but this should get you on the way.&lt;BR /&gt; &lt;BR /&gt;Enjoy life.&lt;BR /&gt;&lt;BR /&gt;Jean-Pierre Huc &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 19 Dec 2010 11:05:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-performance-tuning-comparing-hp-ux/m-p/4727703#M43063</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2010-12-19T11:05:50Z</dc:date>
    </item>
  </channel>
</rss>

