由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - JBoss Monitoring Software/Tools
相关主题
使用SNMP去monitor JBOSS里面的应用请问各位(巨,大,中,小,微,不)牛
out of memory请教framework
j2ee启动时, 启动了tomcat吗?请问: 有什么tool可以查java里每个object用了多少memory?
what kind of machine should I buy请教jconsole问题
[合集] 现在最好的免费和不免费的application server都是什么?java内存泄露问题
想试试Jboss,下乃个?jconsole does't list any local java process on Windows xp
j2ee web 方向的职业规划被面how to manage heap in java jvm
真的还有人用那么heavy的web sphere,jboss么?Stress test tools.
相关话题的讨论汇总
话题: jboss话题: tools话题: monitoring话题: software话题: server
进入Java版参与讨论
1 (共1页)
r**o
发帖数: 481
1
The Jboss log file doesn't tell us what's the real reason make the server
hanging
up totally, just too much information there is actually no information...
Is there any monitoring software or tools? Thanks!
m******t
发帖数: 2416
2
JBoss comes with a jmx console. You can make calls to get server runtime
statistics.
Also thread dumps could also be helpful for troubleshooting server hangs. (
you know, the good old "ctrl-break" or "kill -3"...)
r**o
发帖数: 481
3
A bit more complicated, e.g. the server just hang up there ( of course, we
can kill -9 always ), we don't know when and why the server hung, not to
say to identify which code/application made that happen.
I see the jmx statistics and info mbeans, but they are not enough to provide
information pin down the error... we are desperate for some real tool here.

【在 m******t 的大作中提到】
: JBoss comes with a jmx console. You can make calls to get server runtime
: statistics.
: Also thread dumps could also be helpful for troubleshooting server hangs. (
: you know, the good old "ctrl-break" or "kill -3"...)

m******t
发帖数: 2416
4

Thread dumps have always been a good starting point for the client project I
'm working on. We run both Websphere and JBoss. In the case of Websphere, it
comes with a set of sophisticated analysis tools. Guess what they try to
analyze - thread dumps, and jvm core dumps (if it was _that_ bad).
provide
here.
JConsole? Provided the server isn't really hung as in "hanging dead".

【在 r**o 的大作中提到】
: A bit more complicated, e.g. the server just hang up there ( of course, we
: can kill -9 always ), we don't know when and why the server hung, not to
: say to identify which code/application made that happen.
: I see the jmx statistics and info mbeans, but they are not enough to provide
: information pin down the error... we are desperate for some real tool here.

1 (共1页)
进入Java版参与讨论
相关主题
Stress test tools.[合集] 现在最好的免费和不免费的application server都是什么?
Re: about jsp and servlet想试试Jboss,下乃个?
Re: 请教一个问题—servletj2ee web 方向的职业规划
Re: Can I run IBM Websphere on NT Workstation 4.0?真的还有人用那么heavy的web sphere,jboss么?
使用SNMP去monitor JBOSS里面的应用请问各位(巨,大,中,小,微,不)牛
out of memory请教framework
j2ee启动时, 启动了tomcat吗?请问: 有什么tool可以查java里每个object用了多少memory?
what kind of machine should I buy请教jconsole问题
相关话题的讨论汇总
话题: jboss话题: tools话题: monitoring话题: software话题: server