Liu, We use Kafka to collect Mbean stats at LinkedIn. Basically, we have some wrapper code that periodically reads Mbean values and writes them to Kafka using a producer.
Thanks, Jun On Mon, Apr 9, 2012 at 12:30 AM, liu brent <[email protected]> wrote: > Hi, > Currently, there are 20+ kinds of web service running on hundreds of > machines in 4 data centers, which are written in java. We want to collect > and store the statics of JVM, MBeans of JMX, cpu usage etc of the service > and machines, and then send the waring to Nagios. Does anyone has the > experience in using Kafka to do so? > The direct solution seems like that we install a client on every machine, > which works as JMX client, collect the information and work as kafka > producer. Anyone has better ideas or suggestions. > > Thanks, > Liu >
