1

我正在使用 Tomcat 和 Cassandra。我正在尝试编写 JMX shell 脚本以找出以下内容

2013 年 5 月 12日 13:37:16 -0400 org.archive.jmx.Client numActive:0 2013 年 5
月 12 日 13:37:16 -0400 org.archive.jmx.Client numIdle:4

请注意:我使用这种格式来管理使用 Tomcat 和 Oracle 的数据库连接池。我想在 Cassandra 中进行类似的操作。

当我在 tomcat 服务器(在 8003 端口上运行)上运行我的 JMX 客户端时,我会看到以下相关 MBins 的数量,如下所示。

me.prettyprint.cassandra.service:name=perf4j,type=perf4j
me.prettyprint.cassandra.service_NexText:MonitorType=hector,ServiceType=nextext

我正在寻找应该使用哪个 MBin 来监视来自 tomcat 的 Cassandra 连接。

4

1 回答 1

0

I did some analysis and I found that I should use following

Bean Name:
me.prettyprint.cassandra.service_NexText:MonitorType=hector,ServiceType=nextext

  • Property type:
  • NumActive
  • NumBlockedThreads
  • NumPools
  • NumExhaustedPools
于 2013-05-26T02:51:24.807 回答