<?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: memory calculation in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-calculation/m-p/4195511#M324103</link>
    <description>Hello Thanks so much ,&lt;BR /&gt;Actually by mistake , i have mentioned as top. But it is not.I was checking the mem info in sam which shows me virtaul,real ,etc.I need to know how can i match this to get the total memory usage(physical and swap)  in the system&lt;BR /&gt;Thanks Much Again&lt;BR /&gt;</description>
    <pubDate>Mon, 12 May 2008 03:34:14 GMT</pubDate>
    <dc:creator>navin</dc:creator>
    <dc:date>2008-05-12T03:34:14Z</dc:date>
    <item>
      <title>memory calculation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-calculation/m-p/4195509#M324101</link>
      <description>hello all,&lt;BR /&gt;We are running a monitoring tool which helps get a free memory info available in a hp system.I have to compare it with the output of top command ,but it was not so clear to me.Can you let me know how do we calculate the free mem(physical) using top command.&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Sun, 11 May 2008 21:15:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-calculation/m-p/4195509#M324101</guid>
      <dc:creator>navin</dc:creator>
      <dc:date>2008-05-11T21:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: memory calculation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-calculation/m-p/4195510#M324102</link>
      <description>&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1032905" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1032905&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1210565985087+28353475&amp;amp;threadId=1180482" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1210565985087+28353475&amp;amp;threadId=1180482&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;CPU = Processor number on which the process is 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 process&lt;BR /&gt;&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;Regards,&lt;BR /&gt;Asif Sharif</description>
      <pubDate>Mon, 12 May 2008 03:23:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-calculation/m-p/4195510#M324102</guid>
      <dc:creator>Asif Sharif</dc:creator>
      <dc:date>2008-05-12T03:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: memory calculation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-calculation/m-p/4195511#M324103</link>
      <description>Hello Thanks so much ,&lt;BR /&gt;Actually by mistake , i have mentioned as top. But it is not.I was checking the mem info in sam which shows me virtaul,real ,etc.I need to know how can i match this to get the total memory usage(physical and swap)  in the system&lt;BR /&gt;Thanks Much Again&lt;BR /&gt;</description>
      <pubDate>Mon, 12 May 2008 03:34:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-calculation/m-p/4195511#M324103</guid>
      <dc:creator>navin</dc:creator>
      <dc:date>2008-05-12T03:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: memory calculation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-calculation/m-p/4195512#M324104</link>
      <description>Hi Navin,&lt;BR /&gt;&lt;BR /&gt;You can check with swapinfo command.&lt;BR /&gt;&lt;BR /&gt;# swapinfo -tam&lt;BR /&gt;             Mb      Mb      Mb   PCT  START/      Mb&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev        2048       0    2048    0%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;reserve       -     150    -150&lt;BR /&gt;memory     2048     431    1617   21%&lt;BR /&gt;total      4096     581    3515   14%       -       0    -&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Asif Sharif</description>
      <pubDate>Mon, 12 May 2008 03:38:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-calculation/m-p/4195512#M324104</guid>
      <dc:creator>Asif Sharif</dc:creator>
      <dc:date>2008-05-12T03:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: memory calculation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-calculation/m-p/4195513#M324105</link>
      <description>Read the Aashique response from below mentioned   thread about kmeminfo sctipt.&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1220246" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1220246&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Asif Sharif</description>
      <pubDate>Mon, 12 May 2008 03:41:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-calculation/m-p/4195513#M324105</guid>
      <dc:creator>Asif Sharif</dc:creator>
      <dc:date>2008-05-12T03:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: memory calculation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-calculation/m-p/4195514#M324106</link>
      <description>hi navin,&lt;BR /&gt;&lt;BR /&gt;please have a look at the following url:&lt;BR /&gt;&lt;A href="ftp://hprc.external.hp.com/memory.htm#topcommand" target="_blank"&gt;ftp://hprc.external.hp.com/memory.htm#topcommand&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;Memory: 515216K (441660K) real, 1537516K (1434024K) virtual, 1365132K free&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Can you let me know how do we calculate the free mem(physical) using top command.&lt;BR /&gt;&lt;BR /&gt;Here it is 1,365,132K free (i.e the last column)&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj&lt;BR /&gt;</description>
      <pubDate>Mon, 12 May 2008 03:47:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-calculation/m-p/4195514#M324106</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2008-05-12T03:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: memory calculation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-calculation/m-p/4195515#M324107</link>
      <description>&amp;gt;Can you let me know how do we calculate the free memory&lt;BR /&gt;&lt;BR /&gt;This may be a vague piece of info if you have lots of buffer cache that can be reused for virtual memory.&lt;BR /&gt;A more useful statistic is how much swapping your are doing, see vmstat(1).</description>
      <pubDate>Mon, 12 May 2008 07:57:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-calculation/m-p/4195515#M324107</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-05-12T07:57:40Z</dc:date>
    </item>
  </channel>
</rss>

