Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Testing system hang detection

Status
Not open for further replies.

rswider

Technical User
Jan 19, 2005
15
NL
We have some random hangs of Websphere 5.1 CF2 under AIX 5.2 ML4. So I've implemented the System Hang Detection, first to announce in the error log. But I need to test this. So, anybody knows how to `generate` a hang, not dump in AIX? And not necessary an Websphere hang...
 
Try the following:
The goal is to launch lots of high priority processes simultaneously,this should trigger your "System Hang Detection".

A script call explode:
=========================
#!/bin/ksh
while true ;do
nice -30 ls -laR / &
done
=========================
then run this script...

Long live king Moshiach !
 
Can you let me know how you've implemented your Websphere hang detection - at the moment we find out when the users complain which is not the best method.

Thanks

Columb Healy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top