<?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: command to view memory usage in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/command-to-view-memory-usage/m-p/4786226#M391371</link>
    <description>can use can use glance -m for memory report in real time.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 11 May 2011 16:14:36 GMT</pubDate>
    <dc:creator>suvy12</dc:creator>
    <dc:date>2011-05-11T16:14:36Z</dc:date>
    <item>
      <title>command to view memory usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-to-view-memory-usage/m-p/4786220#M391365</link>
      <description>Hallo!I am totally new to HP-UX Itanium.I would like to monitor in real time memory usage on the server i.e. view total memory,used memory,free memory.&lt;BR /&gt;&lt;BR /&gt;Which HP-UX Itanium command can I use to view this?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Tue, 10 May 2011 15:09:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-to-view-memory-usage/m-p/4786220#M391365</guid>
      <dc:creator>4joey1</dc:creator>
      <dc:date>2011-05-10T15:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: command to view memory usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-to-view-memory-usage/m-p/4786221#M391366</link>
      <description>&lt;P&gt;&lt;BR /&gt;You may want to follow this thread:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dbappweb.com/2017/11/04/hp-ux-command-get-physical-memory-information/&amp;nbsp;" target="_blank" rel="noopener"&gt;https://www.dbappweb.com/2017/11/04/hp-ux-command-get-physical-memory-information/&amp;nbsp;&amp;nbsp;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Jan 2021 23:21:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-to-view-memory-usage/m-p/4786221#M391366</guid>
      <dc:creator>klb</dc:creator>
      <dc:date>2021-01-10T23:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: command to view memory usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-to-view-memory-usage/m-p/4786222#M391367</link>
      <description>vmstat is your friend.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.princeton.edu/~unix/Solaris/troubleshoot/vmstat.html" target="_blank"&gt;http://www.princeton.edu/~unix/Solaris/troubleshoot/vmstat.html&lt;/A&gt;</description>
      <pubDate>Tue, 10 May 2011 16:19:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-to-view-memory-usage/m-p/4786222#M391367</guid>
      <dc:creator>Wilfred Chau_1</dc:creator>
      <dc:date>2011-05-10T16:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: command to view memory usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-to-view-memory-usage/m-p/4786223#M391368</link>
      <description>glance is also a good tool.&lt;BR /&gt;It's paid hp product.</description>
      <pubDate>Tue, 10 May 2011 16:32:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-to-view-memory-usage/m-p/4786223#M391368</guid>
      <dc:creator>Vivek_Pendse</dc:creator>
      <dc:date>2011-05-10T16:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: command to view memory usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-to-view-memory-usage/m-p/4786224#M391369</link>
      <description>To find the biggest virtual memory consumers:&lt;BR /&gt;&lt;BR /&gt;UNIX95=1 ps -ef -o vsz,ppid,pid,wchan,comm | sort -rn | head -10</description>
      <pubDate>Tue, 10 May 2011 17:08:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-to-view-memory-usage/m-p/4786224#M391369</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2011-05-10T17:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: command to view memory usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-to-view-memory-usage/m-p/4786225#M391370</link>
      <description>Don't forget to assign points to all of the responses</description>
      <pubDate>Wed, 11 May 2011 12:49:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-to-view-memory-usage/m-p/4786225#M391370</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2011-05-11T12:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: command to view memory usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-to-view-memory-usage/m-p/4786226#M391371</link>
      <description>can use can use glance -m for memory report in real time.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 May 2011 16:14:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-to-view-memory-usage/m-p/4786226#M391371</guid>
      <dc:creator>suvy12</dc:creator>
      <dc:date>2011-05-11T16:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: command to view memory usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-to-view-memory-usage/m-p/4786227#M391372</link>
      <description>At a very high level you can look at:&lt;BR /&gt;swapinfo -tam</description>
      <pubDate>Sun, 15 May 2011 00:31:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-to-view-memory-usage/m-p/4786227#M391372</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-05-15T00:31:21Z</dc:date>
    </item>
  </channel>
</rss>

