1826502 Members
2050 Online
109692 Solutions
New Discussion

Threads blocked on SYSTM

 
Sanjaya_1
New Member

Threads blocked on SYSTM

Hi
I have running my application on Itanium Server that to on HPUX 11i.
Most of my application threads are blocked on SYSTM, i donot know what it means.
I believe threads are waiting for some resouce(what kind of resource is this) , could you guys through some light on this.
basically i am not able to scale my application but CPU Utilization is < 20 %
5 REPLIES 5
Ravi_8
Honored Contributor

Re: Threads blocked on SYSTM

Hi Sanjaya

Can u brief about the applications you are using. and also post the output of top command
never give up
Kent Ostby
Honored Contributor

Re: Threads blocked on SYSTM

Here is the basic definition of SYSTM:

Waiting for access to a
system resource or lock.
These resources include data
structures from the LVM,
VFS, UFS, JFS, and Disk
Quota subsystems. "SYSTM"
is the "catch-all" wait
state for blocks on system
resources that are not
common enough or long enough
to warrant their own stop
state.

What version are you on ? 11.11, 11.22, 11.23 ?

What does tusc show ?
"Well, actually, she is a rocket scientist" -- Steve Martin in "Roxanne"
Sanjaya_1
New Member

Re: Threads blocked on SYSTM

Thanx for urresponse.


Multi threaded application, we scaled this application by increasing the threads in other OS, we are tryinh in Hp now. version is 11.23



Ravi_8
Honored Contributor

Re: Threads blocked on SYSTM

Hi

Do you have DCE installed?
never give up
David Child_1
Honored Contributor

Re: Threads blocked on SYSTM

We are running into the same issue on a RP7400 running HP-UX 11.00.

The Java threads on WebMethods basically hang after a while. When I look at them they are primarily in SYSTM wait state. HP is taking a look at this as there is at least one other customer with this same WebMethods/Java1.4 hang issue.

David