-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Karthik,
karthikn wrote: | JDK used is 32 bit probably by running java -version on this Unix 11 | server [snip] | This version is avaliable from HP Unix site | http://h18012.www1.hp.com/java/ | | As per HP site 64 bit is the version HP is distributing Huh? | I also have some more netstats report for last 4 hrs before we did the | restart of the web container ( TOMCAT 5523) This isn't netstat, unless HP has combined ps, top, and sar into a huge utility and re-named it netstat. | Load averages: 1.45, 2.23, 2.28 Load averages look good. | CPU LOAD USER NICE SYS IDLE BLOCK SWAIT INTR SSYS | 0 1.23 2.0% 0.0% 6.9% 91.2% 0.0% 0.0% 0.0% 0.0% | 1 1.66 6.8% 0.0% 3.9% 89.3% 0.0% 0.0% 0.0% 0.0% | --- ---- ----- ----- ----- ----- ----- ----- ----- ----- | avg 1.45 4.9% 0.0% 4.9% 90.3% 0.0% 0.0% 0.0% 0.0% The CPUs are largely idle. | CPU TTY PID USERNAME PRI NI SIZE RES STATE TIME % | WCPU% CPU COMMAND | 0 pts/3 16406 root 152 20 2412M 1218M run 103:21 | 31.77 31.72 java This process is using 32% of the CPU. That's not out of line. It's also using 2.3GB of RAM, which is way more than you said it was configured to run: | [from a previous post] | "JAVA_OPTS=-server -Xms350m -Xmx350m -XX:+UseParallelGC -verbose:gc" So, either this configuration isn't being used, or you are looking at the wrong JVM. | Over a period of 12 hrs the RES STAT reaches 2000M when CPU for java is | 100% RES STATE just means what's actually in physical memory (as opposed to virtual memory). What does SIZE report when your CPU goes to 100%? Your CPU going to 100% makes /much/ more sense than "memory at 100%" or whatever you were trying to say earlier. If your CPU goes to 100%, you should take a thread dump of the JVM and see what threads are working so hard. Usually, more than a fraction of a second at 100% CPU means that some code is in an infinite loop and probably doing nothing useful. - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkfpJkoACgkQ9CaO5/Lv0PBexACeJkXi4IU+x1C+MiicT+lcVdHr oRwAn0Cv+JK26ERUNJzt5+8V1pqNVi65 =KA0p -----END PGP SIGNATURE----- --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]