<?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 heap size of java in HP in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/heap-size-of-java-in-hp/m-p/3008668#M911296</link>
    <description>I would like to know which parameter shows the current heap size of a java process (in glance??). Are there any Metrics which i can use in Measureware data collection.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Narasimham</description>
    <pubDate>Thu, 26 Jun 2003 12:13:12 GMT</pubDate>
    <dc:creator>Narasimham</dc:creator>
    <dc:date>2003-06-26T12:13:12Z</dc:date>
    <item>
      <title>heap size of java in HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/heap-size-of-java-in-hp/m-p/3008668#M911296</link>
      <description>I would like to know which parameter shows the current heap size of a java process (in glance??). Are there any Metrics which i can use in Measureware data collection.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Narasimham</description>
      <pubDate>Thu, 26 Jun 2003 12:13:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/heap-size-of-java-in-hp/m-p/3008668#M911296</guid>
      <dc:creator>Narasimham</dc:creator>
      <dc:date>2003-06-26T12:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: heap size of java in HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/heap-size-of-java-in-hp/m-p/3008669#M911297</link>
      <description>I think you need to use ps -x | grep java&lt;BR /&gt;(in 11.11) which should show the heap size specified when java was started. Eg, on one of my servers;&lt;BR /&gt;&lt;BR /&gt;401 R        117 19698 19697  0 152 20         6ab2c400 5647                - ?         3:23 /usr/bin/java/bin/../bin/PA_RISC2.0/native_threads/java -Xmx256M -Xms128M -XX:MaxPermSize=128M -XX:NewSize=64M -XX:MaxNewSize=128M&lt;BR /&gt;&lt;BR /&gt;You can see the various memory size limits put on java when it started.</description>
      <pubDate>Thu, 26 Jun 2003 13:23:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/heap-size-of-java-in-hp/m-p/3008669#M911297</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2003-06-26T13:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: heap size of java in HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/heap-size-of-java-in-hp/m-p/3008670#M911298</link>
      <description>I am actually interested in finding the heap utilization( not the value we define at the startup) when it is processing.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Narasimham</description>
      <pubDate>Thu, 26 Jun 2003 23:12:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/heap-size-of-java-in-hp/m-p/3008670#M911298</guid>
      <dc:creator>Narasimham</dc:creator>
      <dc:date>2003-06-26T23:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: heap size of java in HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/heap-size-of-java-in-hp/m-p/3008671#M911299</link>
      <description>Use the process detail screen in Glance by typing s while Glance in running. It wil ask for a PID and then report (in great detail) the process state including memory usage and detailed file handle information. To see all the 1-char commands in Glance, just type ? while Glance is running.</description>
      <pubDate>Thu, 26 Jun 2003 23:32:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/heap-size-of-java-in-hp/m-p/3008671#M911299</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-06-26T23:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: heap size of java in HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/heap-size-of-java-in-hp/m-p/3008672#M911300</link>
      <description>You can ask java to report heap usage.&lt;BR /&gt;It will log a lot of details.&lt;BR /&gt;Run&lt;BR /&gt;java -Xverbosegc:help&lt;BR /&gt;to get a summary of the options and format.&lt;BR /&gt;&lt;BR /&gt;If the process is already started, you could&lt;BR /&gt;use glance's memory regions report.  Look&lt;BR /&gt;for the "MEMMAP/Priv" line with the biggest VSS size.  &lt;BR /&gt;That one would typically be the java heap.</description>
      <pubDate>Fri, 27 Jun 2003 20:20:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/heap-size-of-java-in-hp/m-p/3008672#M911300</guid>
      <dc:creator>Mike Stroyan</dc:creator>
      <dc:date>2003-06-27T20:20:38Z</dc:date>
    </item>
  </channel>
</rss>

