1833759 Members
2468 Online
110063 Solutions
New Discussion

Glance process wait

 
Krish_4
Contributor

Glance process wait

Hi,

A java process is "blocked on system" resources(40%). Is it high? Is there anyway to find out where(on which resource) it is exactly blocked?
2 REPLIES 2
Steven E. Protter
Exalted Contributor

Re: Glance process wait

Its probably blocked by i/o or being held up by some other java process.

If you've gotten this by drilling into glance gpm, you have gotten about as much detail as you are going to get.

The only alternative that I can think of is creative use of the ps command.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Paul Torp
Regular Advisor

Re: Glance process wait

it might be that java is swapping..

It should NEVER swap!

more memory! and use PRM to dedicate a cpu to the java process.

-paul
"sendmail is kind of fun..."