Task #11112 (new)
Opened 11 years ago
Last modified 9 years ago
Write Java stack trace analyzer
Reported by: | mtbcarroll | Owned by: | mtbcarroll |
---|---|---|---|
Priority: | minor | Milestone: | Unscheduled |
Component: | Performance | Version: | n.a. |
Keywords: | n.a. | Cc: | java@… |
Resources: | n.a. | Referenced By: | n.a. |
References: | n.a. | Remaining Time: | n.a. |
Sprint: | n.a. |
Description
It should be pretty easy to write a Python script that sucks in a few jstack traces taken during an application hang and highlights the thread that seems to be hanging around for a while and taking a lock upon which other threads are waiting. Then, it is easier for developers to pinpoint causes of hangs in Java applications.
Change History (2)
comment:1 Changed 9 years ago by mtbcarroll
- Cc java@… added; omero-team@… removed
- Version set to OMERO-5.1.3
comment:2 Changed 9 years ago by mtbcarroll
- Version OMERO-5.1.3 deleted