weblogic 监控工具汇总及简介

threadlogic
http://java.net/projects/threadlogic
ThreadLogic - 分析Weblogic Thread Dump的开源工具

Eric Gross 和Sabha Parameswaran, 来自Oracle FMW 架构组 (The A-team), 开发了 ThreadLogic 工具, 一款开源的 Thread Dump 分析工具, 提供给 Oracle 融合中间件社区及客户. 他们的官方博客地址是: https://blogs.oracle.com/ATeamExalogic/entry/introducing_threadlogicThreadLogic和普通TDA工具的区别在于它添加了很多针对WebLogic的分析报告.

Motivation behind ThreadLogic

The current set of TDA tools (Samurai/TDA) do not minethe thread dumps. Neither do they provide a more detailed view of what eachthread is doing. Most of the existing tools tend to limit themselves toreporting the state (locked/waiting/running) or the lock information. Theydon’t go into details of the type of activity within a thread, should it betreated as normal or deserving a closer look? Can a pattern or anti-pattern beapplied against them? Any possible optimizations? Are there any hot spots? Any classificationof threads based on their execution cycles?

We decided to create ThreadLogic to address thesedeficiencies. It is based on a fork of the TDAopen source tool with new capabilities to analyze and provide advice based on aset of extensible advisories and thread grouping while supporting all JVMthread dumps. Also, a thorough and in-depth analysis of WebLogic Server threaddumps is provided. Both the thread grouping and advisories are extensible whereuser can add new patterns to match and tag or group threads. Please check theattached document for more details of the tool.

The latest stable bits (version 0.9) and documentationcan be downloaded from here. For more details on the tool’scapabilities, please check the documentation page.

 

Our hope is that this tool would go a long way inimproving and helping both internal teams (Support/Dev/Field) and externalcustomers in terms of better analysis and faster issue resolutions.

Feedback welcome.

ThreadLogic 运行时截图:

ThreadLogic的诊断报告:

hread Group Name

Rest of WLS

Thread Group Health

IGNORE

Total Number of threads

15

Number of threads blocked for locks

0

Number of busy (not waiting or blocked) threads

5

Number of Hot Patterns Found

1

33% of threads are running Healthy (not waiting orblocked).

33% of Threads in this thread group exhibit a patternof executing same code paths tagged as Hot Patterns.

This implies multiple threads are executing the samecode path and can be affected by locks, synchronization, resource constraints.

or resources limits as part of the same code pathexecution.

Critical Advisories (WATCH, WARNING or FATAL levels)Found

hread Advisory Name

Hot Spots

Health Level

WATCH

Keyword

HotCallPattern

Description

Multiple Threads executing same code path

Advice

Ensure there are no blocking locks or bottlenecks,sufficient resources are available.

Remote service being invoked is responsive and scalingwell to handle increased load.

Use custom Work Manager and dispatch policy to avoidthread starvation or to use dedicated threads for execution



fusionspy
http://www.fusionspy.com/

ManageEngine
http://www.manageengine.com/prod... s_manager/weblogic-

management.html

up.time
http://www.uptimesoftware.com/weblogic.php

Hyperic
http://www.hyperic.com/products/weblogic-monitoring

wlstat1.1
http://www.beansoft.biz/?cat=33
wlmonitor2.5_en
http://bbs.weblogicfans.net/thread-2750-1-1.html

WebLogic Monitor for 81*
http://sourceforge.net/projects/wl81monitor/


appdynamics
http://www.appdynamics.com/

DomainHealth
http://sourceforge.net/projects/domainhealth/

你可能感兴趣的:(性能测试)