• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

CPU Utilization issue with Websphere 3.5.6

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
Ours is a J2EE application running in Websphere 3.5.6 (In Unix). Of late, we have been facing a strange issue with our application - Whenever the application is started Very Very higher CPU Utlilization rates are observed (As high as 80%). The same code was working fine earlier. Any one knows what environmental changes could cause such issues!!
Upon running the OptimizeIT, we found that following call is taking the most(as much as 80%) of the CPU time -
com.ibm.servlet.engine.oselistener.outofproc.NativeServerQueueImp.getSeviceMessageId()
Please let me know if any of youhave faced this issue earlier!
Thanks
Ravi K Kakarla
 
Ranch Hand
Posts: 133
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
when a server restarts up the adminserver consumes a lot of CPU its the same with all WAS 3.X although 80 is high but i have myself seen 55-60% of CPU time being used by adminserver...but after the server is started up does it continue to use a lot of CPU?? if thts the case then there is a problem
 
reply
    Bookmark Topic Watch Topic
  • New Topic