<?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 Monitoring and controlling memory usage of Java instances in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-and-controlling-memory-usage-of-java-instances/m-p/4189293#M323455</link>
    <description>Hi everyone,&lt;BR /&gt;   Does anyone know that how can I monitor a number of Java instances and see if they are consuming too much memory resources?? Also, can I control the memory usage of them?? Many thanks&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;KCW</description>
    <pubDate>Wed, 30 Apr 2008 06:56:49 GMT</pubDate>
    <dc:creator>kcw</dc:creator>
    <dc:date>2008-04-30T06:56:49Z</dc:date>
    <item>
      <title>Monitoring and controlling memory usage of Java instances</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-and-controlling-memory-usage-of-java-instances/m-p/4189293#M323455</link>
      <description>Hi everyone,&lt;BR /&gt;   Does anyone know that how can I monitor a number of Java instances and see if they are consuming too much memory resources?? Also, can I control the memory usage of them?? Many thanks&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;KCW</description>
      <pubDate>Wed, 30 Apr 2008 06:56:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-and-controlling-memory-usage-of-java-instances/m-p/4189293#M323455</guid>
      <dc:creator>kcw</dc:creator>
      <dc:date>2008-04-30T06:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring and controlling memory usage of Java instances</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-and-controlling-memory-usage-of-java-instances/m-p/4189294#M323456</link>
      <description>ps -eaf | grep java | wc -l&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Safar</description>
      <pubDate>Wed, 30 Apr 2008 07:15:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-and-controlling-memory-usage-of-java-instances/m-p/4189294#M323456</guid>
      <dc:creator>Safarali</dc:creator>
      <dc:date>2008-04-30T07:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring and controlling memory usage of Java instances</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-and-controlling-memory-usage-of-java-instances/m-p/4189295#M323457</link>
      <description>export UNIX95=1;ps -ef -o comm,pcpu,vsz,args | grep java&lt;BR /&gt;&lt;BR /&gt;it will show the cpu % and memory in KB size.</description>
      <pubDate>Wed, 30 Apr 2008 07:21:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-and-controlling-memory-usage-of-java-instances/m-p/4189295#M323457</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-04-30T07:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring and controlling memory usage of Java instances</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-and-controlling-memory-usage-of-java-instances/m-p/4189296#M323458</link>
      <description>Have you looked into HPjmeter and the various java heap and garbage collection options?&lt;BR /&gt;&lt;A href="http://www.hp.com/go/java" target="_blank"&gt;http://www.hp.com/go/java&lt;/A&gt;</description>
      <pubDate>Wed, 30 Apr 2008 07:44:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-and-controlling-memory-usage-of-java-instances/m-p/4189296#M323458</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-04-30T07:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring and controlling memory usage of Java instances</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-and-controlling-memory-usage-of-java-instances/m-p/4189297#M323459</link>
      <description>hi KCW,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Also, can I control the memory usage of them??&lt;BR /&gt;&lt;BR /&gt;For this you will have to define appropriate parameters at the application level itself. What type of application are you running?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;revert!&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Wed, 30 Apr 2008 08:03:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-and-controlling-memory-usage-of-java-instances/m-p/4189297#M323459</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2008-04-30T08:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring and controlling memory usage of Java instances</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-and-controlling-memory-usage-of-java-instances/m-p/4189298#M323460</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hpux.ws/?p=8" target="_blank"&gt;http://www.hpux.ws/?p=8&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Ultimately you will identify processes and this will lead back to the java code.&lt;BR /&gt;&lt;BR /&gt;Nice to know however who the offending processes are.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 30 Apr 2008 08:20:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-and-controlling-memory-usage-of-java-instances/m-p/4189298#M323460</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-04-30T08:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring and controlling memory usage of Java instances</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-and-controlling-memory-usage-of-java-instances/m-p/4189299#M323461</link>
      <description>Hi Yogeeraj,&lt;BR /&gt;&lt;BR /&gt;  Thanks for your help, it is running J2EE, details as below:&lt;BR /&gt;Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2.10-060112-14:28)&lt;BR /&gt;Java HotSpot(TM) Server VM (build 1.4.2 1.4.2.10-060112-19:42-IA64N IA64, mixed mode)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;KCW</description>
      <pubDate>Wed, 30 Apr 2008 09:00:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-and-controlling-memory-usage-of-java-instances/m-p/4189299#M323461</guid>
      <dc:creator>kcw</dc:creator>
      <dc:date>2008-04-30T09:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring and controlling memory usage of Java instances</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-and-controlling-memory-usage-of-java-instances/m-p/4189300#M323462</link>
      <description>Dear all,&lt;BR /&gt;   Attached please find the glance report of the server, again, thank you very much for your great help!!&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;KCW</description>
      <pubDate>Wed, 30 Apr 2008 09:09:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-and-controlling-memory-usage-of-java-instances/m-p/4189300#M323462</guid>
      <dc:creator>kcw</dc:creator>
      <dc:date>2008-04-30T09:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring and controlling memory usage of Java instances</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-and-controlling-memory-usage-of-java-instances/m-p/4189301#M323463</link>
      <description>hi KCW,&lt;BR /&gt;&lt;BR /&gt;For java applications, we can control the heap size at the command Line level.&lt;BR /&gt;&lt;BR /&gt;Available switches are:&lt;BR /&gt;   -Xms64m -Xmx512m&lt;BR /&gt;   -Xms is for initial  heap size&lt;BR /&gt;   -Xmx is for maximum heap size&lt;BR /&gt;&lt;BR /&gt;NB. The default for ms and mx is 64 MB (64m).&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;kind regards,&lt;BR /&gt;yogeeraj</description>
      <pubDate>Wed, 30 Apr 2008 10:29:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-and-controlling-memory-usage-of-java-instances/m-p/4189301#M323463</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2008-04-30T10:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring and controlling memory usage of Java instances</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-and-controlling-memory-usage-of-java-instances/m-p/4189302#M323464</link>
      <description>Dear all and Yogeeraj,&lt;BR /&gt;   Do you think the memory usage is too high (please kindly see the attachment) for the machine?? As it always indicate that 99% usage of memory.  Thanks&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;Sunny Lo</description>
      <pubDate>Fri, 02 May 2008 06:38:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-and-controlling-memory-usage-of-java-instances/m-p/4189302#M323464</guid>
      <dc:creator>kcw</dc:creator>
      <dc:date>2008-05-02T06:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring and controlling memory usage of Java instances</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-and-controlling-memory-usage-of-java-instances/m-p/4189303#M323465</link>
      <description>Hi Sunny Lo,&lt;BR /&gt;&lt;BR /&gt;with the limited amount of information available about your system, it is quite difficult to get the global picture here.&lt;BR /&gt;&lt;BR /&gt;Indeed some of the java processes are using an 'abnormal' amount of memory compared to other java processes on the same system.&lt;BR /&gt;&lt;BR /&gt;Did you look into: HPjmeter ?&lt;BR /&gt;&lt;BR /&gt;Since you have glance, you could just drill-into the top processes and check the resources etc...&lt;BR /&gt;&lt;BR /&gt;What type of application is it? Oracle? If yes, why don't you log a service request so that the metalink analyst look into the issue more deeply.&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Fri, 02 May 2008 06:53:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-and-controlling-memory-usage-of-java-instances/m-p/4189303#M323465</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2008-05-02T06:53:12Z</dc:date>
    </item>
  </channel>
</rss>

