<?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: the fields in TOP command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/the-fields-in-top-command/m-p/4182432#M322597</link>
    <description>Hi Prasad,&lt;BR /&gt;&lt;BR /&gt;Can U check also below link:-&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60130/top.1.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60130/top.1.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I think so U can find out entire "top" related issue.....&lt;BR /&gt;&lt;BR /&gt;Thanks--Yaqub&lt;BR /&gt;I am a Customer Advocate!!!</description>
    <pubDate>Sat, 19 Apr 2008 10:42:50 GMT</pubDate>
    <dc:creator>YAQUB_1</dc:creator>
    <dc:date>2008-04-19T10:42:50Z</dc:date>
    <item>
      <title>the fields in TOP command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-fields-in-top-command/m-p/4182427#M322592</link>
      <description>hello admins,&lt;BR /&gt;i just wonder to know the meaning of the fields that appear after the TOP command..&lt;BR /&gt;CPU   LOAD   USER   NICE    SYS   IDLE  BLOCK  SWAIT   INTR   SSYS..&lt;BR /&gt;&lt;BR /&gt;well, CPU LOAD adn USER is understandable..i dont about the rest..&lt;BR /&gt;&lt;BR /&gt;kindly throw some light on this..&lt;BR /&gt;&lt;BR /&gt;thanks in advance..&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Apr 2008 04:31:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-fields-in-top-command/m-p/4182427#M322592</guid>
      <dc:creator>prasadb</dc:creator>
      <dc:date>2008-04-18T04:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: the fields in TOP command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-fields-in-top-command/m-p/4182428#M322593</link>
      <description>Hi,&lt;BR /&gt; &lt;BR /&gt;CPU = Processor number on which the process is&lt;BR /&gt;executing (only on multi-processor&lt;BR /&gt;systems).&lt;BR /&gt;&lt;BR /&gt;TTY = Terminal interface used by the process.&lt;BR /&gt;&lt;BR /&gt;PID = Process ID number.&lt;BR /&gt;&lt;BR /&gt;PSET = ID of the processor set to which the&lt;BR /&gt;processor belongs.This is shown only when -P option is used.&lt;BR /&gt;&lt;BR /&gt;PRI = Current priority of the process&lt;BR /&gt;&lt;BR /&gt;NI = Nice value ranging from -20 to +20&lt;BR /&gt;&lt;BR /&gt;SIZE = Total size of the process in kilobytes.This includes text, data, and stack.&lt;BR /&gt;&lt;BR /&gt;RES = Resident size of the process in kilobytes.The resident size information is, at best,an approximate value.&lt;BR /&gt;&lt;BR /&gt;STATE = Current state of the process. The various states are sleep, wait, run, idl, zomb, orstop.&lt;BR /&gt;&lt;BR /&gt;%WCPU = Weighted CPU (central processing unit) percentage.&lt;BR /&gt;&lt;BR /&gt;%CPU = Raw CPU percentage. This field is used to sort the top processes.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;&lt;BR /&gt;Aashique</description>
      <pubDate>Fri, 18 Apr 2008 05:25:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-fields-in-top-command/m-p/4182428#M322593</guid>
      <dc:creator>Aashique</dc:creator>
      <dc:date>2008-04-18T05:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: the fields in TOP command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-fields-in-top-command/m-p/4182429#M322594</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I would suggest you to go thru man pages. That is the best practice.&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;Ramesh</description>
      <pubDate>Fri, 18 Apr 2008 07:12:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-fields-in-top-command/m-p/4182429#M322594</guid>
      <dc:creator>Ramesh S</dc:creator>
      <dc:date>2008-04-18T07:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: the fields in TOP command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-fields-in-top-command/m-p/4182430#M322595</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;The first four states in the list below are found on most every Unix system. Other state names may appear on different platforms, and some of these are also listed below.&lt;BR /&gt;&lt;BR /&gt;Idle = Nothing to do&lt;BR /&gt;User = Running a user's process&lt;BR /&gt;INTERRUPT = Kernel Handling a kernel call, fault, or interrupt&lt;BR /&gt;Nice = Running a user's niced process&lt;BR /&gt;Wait = Waiting on some form of i/o&lt;BR /&gt;iowait = Waiting on user i/o&lt;BR /&gt;Swap (SSYS) = Waiting on swapping or paging i/o&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Apr 2008 12:48:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-fields-in-top-command/m-p/4182430#M322595</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-04-18T12:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: the fields in TOP command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-fields-in-top-command/m-p/4182431#M322596</link>
      <description>Dear Prasad&lt;BR /&gt;Top is the most widely tool for system performance monitoring and it is available on all most all unix o/s.&lt;BR /&gt;The output of top command is mainly  divided in to thee major catagories.&lt;BR /&gt;1.cpu&lt;BR /&gt;2.memory&lt;BR /&gt;3.process&lt;BR /&gt;&lt;BR /&gt;1.cpu part:load averages-this information is very useful to check any abrupt change  in u system load&lt;BR /&gt;2.number of process currently active on the system  and other state also like zombie etc..&lt;BR /&gt;3.percentage of cpu time used in ecah cpu state. if u have  multiple cpu one  line for every cpu will be present here.&lt;BR /&gt;&lt;BR /&gt;2&amp;gt;Memory area&lt;BR /&gt;total pshysical memory&lt;BR /&gt;active physical memory&lt;BR /&gt;virtual memory&lt;BR /&gt;free vitual memory&lt;BR /&gt;total free memory&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;3.Process &lt;BR /&gt;The process data constist of a numer of columns.The process that is utilizing  the is the most at the top(thats why we are calling the name top command)&lt;BR /&gt;&lt;BR /&gt;see output of top&lt;BR /&gt;Load averages: 0.01, 0.00, 0.00&lt;BR /&gt;166 processes: 138 sleeping, 27 running, 1 zombie&lt;BR /&gt;Cpu states:&lt;BR /&gt;CPU   LOAD   USER   NICE    SYS   IDLE  BLOCK  SWAIT   INTR   SSYS&lt;BR /&gt; 0    0.00   0.0%   0.0%   0.0% 100.0%   0.0%   0.0%   0.0%   0.0%&lt;BR /&gt; 1    0.00   0.0%   0.0%   0.0% 100.0%   0.0%   0.0%   0.0%   0.0%&lt;BR /&gt; 2    0.01   0.0%   0.0%   1.4%  98.6%   0.0%   0.0%   0.0%   0.0%&lt;BR /&gt; 3    0.00   0.0%   0.0%   0.0% 100.0%   0.0%   0.0%   0.0%   0.0%&lt;BR /&gt;---   ----  -----  -----  -----  -----  -----  -----  -----  -----&lt;BR /&gt;avg   0.01   0.0%   0.0%   0.2%  99.8%   0.0%   0.0%   0.0%   0.0%&lt;BR /&gt;&lt;BR /&gt;Memory: 345664K (202576K) real, 434264K (249424K) virtual, 3921768K free  Page#&lt;BR /&gt;1/17&lt;BR /&gt;&lt;BR /&gt;CPU TTY  PID USERNAME PRI NI   SIZE    RES STATE    TIME %WCPU  %CPU COMMAND&lt;BR /&gt; 1   ?    50 root     152 20  3552K  3552K run     71:39  0.59  0.59 vxfsd&lt;BR /&gt; 0   ?  1444 root     152 20 44204K 12392K run     61:35  0.40  0.40 cimserver&lt;BR /&gt; 3   ?  3934 root     -27 20 39224K 34816K run     35:30  0.26  0.26 cmcld&lt;BR /&gt; 1   ?  1437 root     152 20 16496K  9740K run      0:17  0.18  0.18 rpcd&lt;BR /&gt; 0   ?  1447 root     152 20 78052K 26412K run      2:23  0.16  0.16 cimprovagt&lt;BR /&gt; 2   ?  1760 root     152 20 99736K 32412K run      1:45  0.14  0.14 vxsvc&lt;BR /&gt; 1   ?    36 root     152 20   192K   192K run      8:14  0.12  0.12 schedcpu&lt;BR /&gt; 3   ?  1630 root     152 20 16304K  9496K run      0:38  0.12  0.12 swagentd&lt;BR /&gt; 0   ?  1908 root     168 20  4844K   808K sleep   13:02  0.11  0.11 utild&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;cpu-This represents a cpu number on which the process is being executed.&lt;BR /&gt;TTY- terminal used by a process if a process   is starting at boot time u can see here ?&lt;BR /&gt;PID -means process id&lt;BR /&gt;user name of the owner of the process&lt;BR /&gt;eg:from my output&lt;BR /&gt;3   ?    50 root     152 20  3552K  3552K run     71:39  0.73  0.73 vxfsd&lt;BR /&gt;ruunign on third cpu owner of the process is root and process is vxfd and process id is 50 total size of the process in memorry&lt;BR /&gt;3552K&lt;BR /&gt;state: and status of the process is running&lt;BR /&gt;TIME : cpu consumed time for this one is around 71.39&lt;BR /&gt;%WCPU :weifhted cpu percentage cpu utilization by the process&lt;BR /&gt;see .60 here&lt;BR /&gt;ok&lt;BR /&gt;the last one is %cpu raw cpu percentage ustilization by the process&lt;BR /&gt;comm name of the  command that started the process&lt;BR /&gt;in my output&lt;BR /&gt;vxfsd is the staterd the process&lt;BR /&gt;I think now u got it &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 19 Apr 2008 06:19:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-fields-in-top-command/m-p/4182431#M322596</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2008-04-19T06:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: the fields in TOP command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-fields-in-top-command/m-p/4182432#M322597</link>
      <description>Hi Prasad,&lt;BR /&gt;&lt;BR /&gt;Can U check also below link:-&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60130/top.1.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60130/top.1.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I think so U can find out entire "top" related issue.....&lt;BR /&gt;&lt;BR /&gt;Thanks--Yaqub&lt;BR /&gt;I am a Customer Advocate!!!</description>
      <pubDate>Sat, 19 Apr 2008 10:42:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-fields-in-top-command/m-p/4182432#M322597</guid>
      <dc:creator>YAQUB_1</dc:creator>
      <dc:date>2008-04-19T10:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: the fields in TOP command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-fields-in-top-command/m-p/4182433#M322598</link>
      <description>Unfortunately man pages do not give definition of %CPU nor explain how it was weighted for %WCPU.  So far I can not find answer anywhere.&lt;BR /&gt;&lt;BR /&gt;The seems to become even worse because numbers for the LOAD part do not correspond with %CPU or %WCPU for the process. You can see from example above and I have similar data that average IDLE load is 99.8, while, if you add %CPU, the result is 1.96% or 0.49% as an average between 4 CPUs.  &lt;BR /&gt;&lt;BR /&gt;Does anybody have a good idea?&lt;BR /&gt;&lt;BR /&gt;Thanks, Greg</description>
      <pubDate>Thu, 05 Jun 2008 18:45:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-fields-in-top-command/m-p/4182433#M322598</guid>
      <dc:creator>Greg Melnik</dc:creator>
      <dc:date>2008-06-05T18:45:01Z</dc:date>
    </item>
  </channel>
</rss>

