X-Received: by 10.66.80.41 with SMTP id o9mr3484927pax.4.1361426651614; Wed, 20 Feb 2013 22:04:11 -0800 (PST) X-Received: by 10.50.51.129 with SMTP id k1mr3009192igo.4.1361426651396; Wed, 20 Feb 2013 22:04:11 -0800 (PST) Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!news.snarked.org!newsfeed.news.ucla.edu!usenet.stanford.edu!su1no6144721pbb.0!news-out.google.com!ov8ni12432pbb.1!nntp.google.com!jn4no5925359pbb.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.java.programmer Date: Wed, 20 Feb 2013 22:04:11 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=61.16.237.50; posting-account=_6cbwAoAAAB0OuA1a8xJYBIskPn76d5R NNTP-Posting-Host: 61.16.237.50 References: <3d19cbd1@news.beasys.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: How do I read this thread dump? From: ajay.singhes@gmail.com Injection-Date: Thu, 21 Feb 2013 06:04:11 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: csiph.com comp.lang.java.programmer:22402 Here is a shell script to take and save thread dump in a text file. I have written a shell script to take the thread dump automatically. visit : http://www.technotechi.com/2012/12/shell-script-to-perform-thread-dump.html It might help you.