<?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: Troubleshoot slow performance in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/troubleshoot-slow-performance/m-p/4832963#M59908</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some useful command you may practice&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See Every process running as user abc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[root@87$sdhj~]# ps -U abc -u abc u&lt;BR /&gt;USER&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PID %CPU %MEM&amp;nbsp;&amp;nbsp; VSZ&amp;nbsp; RSS TTY&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; STAT START&amp;nbsp;&amp;nbsp; TIME COMMAND&lt;BR /&gt;abc﻿ 15796&amp;nbsp; 0.0&amp;nbsp; 0.0 19728 2172 pts/0&amp;nbsp;&amp;nbsp;&amp;nbsp; S+&amp;nbsp;&amp;nbsp; 01:11&amp;nbsp;&amp;nbsp; 0:00 ssh abc@azpc.com&lt;BR /&gt;abc﻿18352&amp;nbsp; 0.0&amp;nbsp; 0.0 37128 1644 ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; S&amp;nbsp;&amp;nbsp;&amp;nbsp; 03:16&amp;nbsp;&amp;nbsp; 0:00 sshd: abc﻿@pts/2&lt;BR /&gt;abc﻿ 18353&amp;nbsp; 0.0&amp;nbsp; 0.0 54004 1484 pts/2&amp;nbsp;&amp;nbsp;&amp;nbsp; Ss&amp;nbsp;&amp;nbsp; 03:16&amp;nbsp;&amp;nbsp; 0:00 -bash&lt;BR /&gt;abc﻿ 30678&amp;nbsp; 0.0&amp;nbsp; 0.0 37128 1740 ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; S&amp;nbsp;&amp;nbsp;&amp;nbsp; 00:55&amp;nbsp;&amp;nbsp; 0:00 sshd: abc﻿@pts/0&lt;BR /&gt;abc﻿ 30679&amp;nbsp; 0.0&amp;nbsp; 0.0 54004 1484 pts/0&amp;nbsp;&amp;nbsp;&amp;nbsp; Ss&amp;nbsp;&amp;nbsp; 00:55&amp;nbsp;&amp;nbsp; 0:00 -bash&lt;BR /&gt;﻿&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Find Out top 10 CPU Consuming Process&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;# ps -auxf | sort -nr -k 3 | head -10&lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Find Out top 10 CPU Consuming Process&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;# ps -auxf | sort -nr -k 3 | head -10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ps -ef pid,ppid,vsz,args |sort -nbk 3 |tail -3&lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Naj&lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;</description>
    <pubDate>Wed, 20 Jul 2011 03:21:07 GMT</pubDate>
    <dc:creator>Naj</dc:creator>
    <dc:date>2011-07-20T03:21:07Z</dc:date>
    <item>
      <title>Troubleshoot slow performance</title>
      <link>https://community.hpe.com/t5/operating-system-linux/troubleshoot-slow-performance/m-p/4831409#M59903</link>
      <description>&lt;P&gt;I have very slow resposne keying and clicking as well on my RH machine, what is the basic troubleshoot steps /command to see what is wrong, it's kind of general question for me as I'm trying to get big picture, what is the good source /ling to learn this,&lt;/P&gt;&lt;P&gt;I tried to find good book, but didn't found anything, they mostly refer to var/log files, and each *nix has its own log file structure,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tx al&lt;/P&gt;&lt;P&gt;V&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2011 06:51:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/troubleshoot-slow-performance/m-p/4831409#M59903</guid>
      <dc:creator>Vittorio_3</dc:creator>
      <dc:date>2011-07-19T06:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshoot slow performance</title>
      <link>https://community.hpe.com/t5/operating-system-linux/troubleshoot-slow-performance/m-p/4831577#M59904</link>
      <description>&lt;P&gt;You can start with using some basic tools: vmstat, sar, iostat, free, top&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2011 08:27:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/troubleshoot-slow-performance/m-p/4831577#M59904</guid>
      <dc:creator>Turgay Cavdar</dc:creator>
      <dc:date>2011-07-19T08:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshoot slow performance</title>
      <link>https://community.hpe.com/t5/operating-system-linux/troubleshoot-slow-performance/m-p/4831915#M59905</link>
      <description>&lt;P&gt;HI,&lt;BR /&gt;&lt;BR /&gt;Slowness issue is very very subjective issue and need take some time to investigate.&lt;BR /&gt;First of all, you might need to know what is your server main purpose then from there you can get some hints for next step.&lt;BR /&gt;&lt;BR /&gt;logfile&lt;BR /&gt;The logfile is one of important resources for you to start troubleshooting.below is some basic log file&lt;BR /&gt;&lt;BR /&gt;/var/log/*&lt;BR /&gt;/var/log/messages &amp;lt;-- one of famous logfile&lt;BR /&gt;&lt;BR /&gt;Process&lt;BR /&gt;background process is importat part to check and you always can ask uncle google to get some useful script to execute in server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tools﻿&lt;/P&gt;&lt;P&gt;Be good administrator doesn't mean memorize all the command but you must very smart how to choose and use the tools for solve the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you can use the tools as said above&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope can help you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Naj&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2011 11:25:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/troubleshoot-slow-performance/m-p/4831915#M59905</guid>
      <dc:creator>Naj</dc:creator>
      <dc:date>2011-07-19T11:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshoot slow performance</title>
      <link>https://community.hpe.com/t5/operating-system-linux/troubleshoot-slow-performance/m-p/4832411#M59906</link>
      <description>&lt;P&gt;Shalom,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;good advice posted thus far.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;free&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Most common causes of lack of system response:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Lack of free memory - causes processes to be paged in and out of memory to disk&lt;/LI&gt;&lt;LI&gt;I/O issues, to much heavy, application driven - can be driven by item 1&lt;/LI&gt;&lt;LI&gt;Applications hogging too much cpu - top can help identify.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;SEP&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2011 15:55:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/troubleshoot-slow-performance/m-p/4832411#M59906</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2011-07-19T15:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshoot slow performance</title>
      <link>https://community.hpe.com/t5/operating-system-linux/troubleshoot-slow-performance/m-p/4832509#M59907</link>
      <description>&lt;P&gt;Can you please share the following command output.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# cat /etc/redhat-release﻿&lt;/P&gt;&lt;P&gt;# uname -r&lt;/P&gt;&lt;P&gt;# arch&lt;/P&gt;&lt;P&gt;# uptime&lt;/P&gt;&lt;P&gt;# free -mto&lt;/P&gt;&lt;P&gt;# vmstat 5 10&lt;/P&gt;&lt;P&gt;# iostat -c﻿&lt;/P&gt;&lt;P&gt;# vmstat -S m﻿&lt;/P&gt;&lt;P&gt;# top -bn 1&lt;/P&gt;&lt;P&gt;# cat /proc/cpuinfo&lt;/P&gt;&lt;P&gt;# cat /proc/meminfo&lt;/P&gt;&lt;P&gt;# df -hT&lt;/P&gt;&lt;P&gt;# fdisk -l | grep -i Disk&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2011 17:02:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/troubleshoot-slow-performance/m-p/4832509#M59907</guid>
      <dc:creator>Arunabha Banerjee</dc:creator>
      <dc:date>2011-07-19T17:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshoot slow performance</title>
      <link>https://community.hpe.com/t5/operating-system-linux/troubleshoot-slow-performance/m-p/4832963#M59908</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some useful command you may practice&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See Every process running as user abc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[root@87$sdhj~]# ps -U abc -u abc u&lt;BR /&gt;USER&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PID %CPU %MEM&amp;nbsp;&amp;nbsp; VSZ&amp;nbsp; RSS TTY&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; STAT START&amp;nbsp;&amp;nbsp; TIME COMMAND&lt;BR /&gt;abc﻿ 15796&amp;nbsp; 0.0&amp;nbsp; 0.0 19728 2172 pts/0&amp;nbsp;&amp;nbsp;&amp;nbsp; S+&amp;nbsp;&amp;nbsp; 01:11&amp;nbsp;&amp;nbsp; 0:00 ssh abc@azpc.com&lt;BR /&gt;abc﻿18352&amp;nbsp; 0.0&amp;nbsp; 0.0 37128 1644 ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; S&amp;nbsp;&amp;nbsp;&amp;nbsp; 03:16&amp;nbsp;&amp;nbsp; 0:00 sshd: abc﻿@pts/2&lt;BR /&gt;abc﻿ 18353&amp;nbsp; 0.0&amp;nbsp; 0.0 54004 1484 pts/2&amp;nbsp;&amp;nbsp;&amp;nbsp; Ss&amp;nbsp;&amp;nbsp; 03:16&amp;nbsp;&amp;nbsp; 0:00 -bash&lt;BR /&gt;abc﻿ 30678&amp;nbsp; 0.0&amp;nbsp; 0.0 37128 1740 ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; S&amp;nbsp;&amp;nbsp;&amp;nbsp; 00:55&amp;nbsp;&amp;nbsp; 0:00 sshd: abc﻿@pts/0&lt;BR /&gt;abc﻿ 30679&amp;nbsp; 0.0&amp;nbsp; 0.0 54004 1484 pts/0&amp;nbsp;&amp;nbsp;&amp;nbsp; Ss&amp;nbsp;&amp;nbsp; 00:55&amp;nbsp;&amp;nbsp; 0:00 -bash&lt;BR /&gt;﻿&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Find Out top 10 CPU Consuming Process&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;# ps -auxf | sort -nr -k 3 | head -10&lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Find Out top 10 CPU Consuming Process&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;# ps -auxf | sort -nr -k 3 | head -10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ps -ef pid,ppid,vsz,args |sort -nbk 3 |tail -3&lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Naj&lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2011 03:21:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/troubleshoot-slow-performance/m-p/4832963#M59908</guid>
      <dc:creator>Naj</dc:creator>
      <dc:date>2011-07-20T03:21:07Z</dc:date>
    </item>
  </channel>
</rss>

