<?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: performance ask? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-ask/m-p/2986424#M123376</link>
    <description>Hi:&lt;BR /&gt;&lt;BR /&gt;If you are interested in the amount of memory proceesses are consuming, try this:&lt;BR /&gt;&lt;BR /&gt;# UNIX95= ps -e -o "user,vsz,pid,ppid,args" | awk 'NR&amp;gt;1' | sort -rnk2 &lt;BR /&gt;&lt;BR /&gt;Note the blank (space) character after the equal sign and before the 'ps' command. &lt;BR /&gt;&lt;BR /&gt;The list returned is for all processes, in descending order of process size.  See the 'ps' man pages for more information.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Mon, 02 Jun 2003 12:45:55 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2003-06-02T12:45:55Z</dc:date>
    <item>
      <title>performance ask?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-ask/m-p/2986423#M123375</link>
      <description>How can I found what process are allocate in memory and how many memory are using?&lt;BR /&gt;Is it posible?&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 02 Jun 2003 12:42:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-ask/m-p/2986423#M123375</guid>
      <dc:creator>castro_2</dc:creator>
      <dc:date>2003-06-02T12:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: performance ask?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-ask/m-p/2986424#M123376</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;If you are interested in the amount of memory proceesses are consuming, try this:&lt;BR /&gt;&lt;BR /&gt;# UNIX95= ps -e -o "user,vsz,pid,ppid,args" | awk 'NR&amp;gt;1' | sort -rnk2 &lt;BR /&gt;&lt;BR /&gt;Note the blank (space) character after the equal sign and before the 'ps' command. &lt;BR /&gt;&lt;BR /&gt;The list returned is for all processes, in descending order of process size.  See the 'ps' man pages for more information.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 02 Jun 2003 12:45:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-ask/m-p/2986424#M123376</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-06-02T12:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: performance ask?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-ask/m-p/2986425#M123377</link>
      <description>Hi,&lt;BR /&gt;The best tools to do that is Glance (but it is not free). You can also use ps (yes it do that also): ps -elf, but it don't give all informations like RSS/VSS/BSS etc...but it give you still a good information about the size of a process.&lt;BR /&gt;&lt;BR /&gt;Cheers.</description>
      <pubDate>Mon, 02 Jun 2003 12:46:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-ask/m-p/2986425#M123377</guid>
      <dc:creator>Bruno Vidal</dc:creator>
      <dc:date>2003-06-02T12:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: performance ask?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-ask/m-p/2986426#M123378</link>
      <description>You can look at open processes in glance and drill in to see details.&lt;BR /&gt;&lt;BR /&gt;You can attach the tusc utility to a process and get every single instruction into a log file. tusc is not included on most systems and you will have to find a copy.&lt;BR /&gt;&lt;BR /&gt;I am attaching my performance data collection scripts as a courtesy, you may be able to fine tune these to get you some data as well.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 02 Jun 2003 12:47:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-ask/m-p/2986426#M123378</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-06-02T12:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: performance ask?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-ask/m-p/2986427#M123379</link>
      <description>In addition to all above,&lt;BR /&gt;&lt;BR /&gt;You can use top command to get the details.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Umapathy&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Jun 2003 12:50:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-ask/m-p/2986427#M123379</guid>
      <dc:creator>Umapathy S</dc:creator>
      <dc:date>2003-06-02T12:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: performance ask?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-ask/m-p/2986428#M123380</link>
      <description>we use several tools.&lt;BR /&gt;&lt;BR /&gt;glance plus (not a fee product)&lt;BR /&gt;top&lt;BR /&gt;perfview &amp;amp; measureware (also not free)&lt;BR /&gt;&lt;BR /&gt;perfview &amp;amp; measureware can get extreemly detailed information on just about ANYTHING you want to look at from cpu, memory, disk.... you name it.&lt;BR /&gt;&lt;BR /&gt;glance /(glance plus) is a good real time tool for this.</description>
      <pubDate>Mon, 02 Jun 2003 12:55:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-ask/m-p/2986428#M123380</guid>
      <dc:creator>John Meissner</dc:creator>
      <dc:date>2003-06-02T12:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: performance ask?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-ask/m-p/2986429#M123381</link>
      <description>I have glance, I want to see what process are use a lot of memory.&lt;BR /&gt;How can I do?&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 02 Jun 2003 13:08:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-ask/m-p/2986429#M123381</guid>
      <dc:creator>castro_2</dc:creator>
      <dc:date>2003-06-02T13:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: performance ask?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-ask/m-p/2986430#M123382</link>
      <description>In the GUI version of Glance, on the process list screen, click "configure", then "sort fields".  You can then select which fields you wish to sort on - Resident Memory or Virtual Memory.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 02 Jun 2003 13:13:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-ask/m-p/2986430#M123382</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-06-02T13:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: performance ask?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-ask/m-p/2986431#M123383</link>
      <description>By default glance only show you processes that use more than 20000 Kbytes of RSS. What you need to do is change that value so that you get a wider range of process list.&lt;BR /&gt;# glance -g&lt;BR /&gt;==&amp;gt; In the glance window type "o", then choose ..&lt;BR /&gt;1) Process&lt;BR /&gt;In the "Resident Set Size" area enter "0" (ie set it to zero KBytes). Hit enter till it prompt you to confirm these settings. Confirm it with "y".&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Jun 2003 13:23:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-ask/m-p/2986431#M123383</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2003-06-02T13:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: performance ask?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-ask/m-p/2986432#M123384</link>
      <description># gpm&lt;BR /&gt;&lt;BR /&gt;That will give you the Glance graphical screen. Drill down the reports you needed from the "reports" menu. You will get process, memory and other resource usages from there.</description>
      <pubDate>Mon, 02 Jun 2003 13:24:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-ask/m-p/2986432#M123384</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2003-06-02T13:24:43Z</dc:date>
    </item>
  </channel>
</rss>

