<?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 utilisation in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilisation/m-p/3802459#M266771</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;since swap statitics is memory related stuff, call&lt;BR /&gt;swapinfo -ta&lt;BR /&gt;&lt;BR /&gt;Look in man page for details.&lt;BR /&gt;&lt;BR /&gt;mfG Peter</description>
    <pubDate>Thu, 08 Jun 2006 07:49:06 GMT</pubDate>
    <dc:creator>Peter Nikitka</dc:creator>
    <dc:date>2006-06-08T07:49:06Z</dc:date>
    <item>
      <title>memory utilisation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilisation/m-p/3802456#M266768</link>
      <description>please tell me how to see current memory utilisation using command line</description>
      <pubDate>Thu, 08 Jun 2006 07:05:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilisation/m-p/3802456#M266768</guid>
      <dc:creator>amithp</dc:creator>
      <dc:date>2006-06-08T07:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: memory utilisation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilisation/m-p/3802457#M266769</link>
      <description>Do a man on vmstat.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 08 Jun 2006 07:33:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilisation/m-p/3802457#M266769</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2006-06-08T07:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: memory utilisation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilisation/m-p/3802458#M266770</link>
      <description>You can also use the utility Glance to get a comprehensive output.</description>
      <pubDate>Thu, 08 Jun 2006 07:36:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilisation/m-p/3802458#M266770</guid>
      <dc:creator>Ranjeet A.</dc:creator>
      <dc:date>2006-06-08T07:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: memory utilisation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilisation/m-p/3802459#M266771</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;since swap statitics is memory related stuff, call&lt;BR /&gt;swapinfo -ta&lt;BR /&gt;&lt;BR /&gt;Look in man page for details.&lt;BR /&gt;&lt;BR /&gt;mfG Peter</description>
      <pubDate>Thu, 08 Jun 2006 07:49:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilisation/m-p/3802459#M266771</guid>
      <dc:creator>Peter Nikitka</dc:creator>
      <dc:date>2006-06-08T07:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: memory utilisation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilisation/m-p/3802460#M266772</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;if yoyu hane need more infos than memory try " sar" for example sar -d 2 10 indicates activity of disks ( every 2 seconds , 10 times) or sar -u 2 10 for processor (-Mu for multi processors)</description>
      <pubDate>Thu, 08 Jun 2006 07:51:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilisation/m-p/3802460#M266772</guid>
      <dc:creator>Ludovic Derlyn</dc:creator>
      <dc:date>2006-06-08T07:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: memory utilisation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilisation/m-p/3802461#M266773</link>
      <description>swapinfo and vmstat give output regarding virtual memory and swap i need outpu regarding memory</description>
      <pubDate>Thu, 08 Jun 2006 08:32:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilisation/m-p/3802461#M266773</guid>
      <dc:creator>amithp</dc:creator>
      <dc:date>2006-06-08T08:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: memory utilisation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilisation/m-p/3802462#M266774</link>
      <description>please try this little script :&lt;BR /&gt;&lt;BR /&gt;#!/bin/sh&lt;BR /&gt;# memtop - show top memory users and pid&lt;BR /&gt;# VSZ is in KB&lt;BR /&gt;echo "  VSZ(KB) PID USER      COMMAND"&lt;BR /&gt;UNIX95= ps -e -o 'vsz pid ruser args' |sort -nr|head -30&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Jun 2006 01:57:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilisation/m-p/3802462#M266774</guid>
      <dc:creator>Joel Girot</dc:creator>
      <dc:date>2006-06-09T01:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: memory utilisation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilisation/m-p/3802463#M266775</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can use several tools to check the memory of your system. The following tools can be used.&lt;BR /&gt;(1) sar -u (gives cpu utilization)&lt;BR /&gt;(2) top -s2 -d5 (five screens in 2 sec interval)&lt;BR /&gt;(3) Glance /Glanceplus&lt;BR /&gt;&lt;BR /&gt;can be used..there are performance monitoring tools as well like&lt;BR /&gt;(1) MeasureWare&lt;BR /&gt;(2) PerfWare &lt;BR /&gt;etc.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Srikanth&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Jun 2006 05:56:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilisation/m-p/3802463#M266775</guid>
      <dc:creator>Srikanth Arunachalam</dc:creator>
      <dc:date>2006-06-09T05:56:37Z</dc:date>
    </item>
  </channel>
</rss>

