第八回 #渋谷java で発表した「あなたとスレッドダンプ」です。 スレッドダンプの使いみち、取り方、読み方について説明しています。 スレッドダンプこわくない。
第八回 #渋谷java で発表した「あなたとスレッドダンプ」です。 スレッドダンプの使いみち、取り方、読み方について説明しています。 スレッドダンプこわくない。
The document discusses slowdowns, hangs, and thread dumps in troubleshooting Java applications. It explains that thread dumps provide a snapshot of thread states and what each thread is doing at a point in time. This can help identify issues like threads getting stuck or competing for resources. The document also demonstrates example output of a thread dump with threads in different states like wa
(2012/4/25追記) HotSpot 環境で以下の手順によりスレッドダンプを採取しても 侍 や ThreadLogic では解析できない出力形式となるため、この手順は JRockit 環境でご利用ください。 必要に迫られて WebLogic Server でスレッドダンプを採取するスクリプトを作成してみました。利用手順は以下の通りです。 1. 以下のような内容で threadDump.py と言う名称の WLST(WebLogic Scripting Tool) のスクリプトファイルを作成します。 connect('weblogic','welcome1','t3://localhost:7001') import time import traceback while(true): try: threadDump(writeToFile='false', serverName=In
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く