Skip to content

Instantly share code, notes, and snippets.

View yangbodong22011's full-sized avatar
🐢
slowly

bodong.ybd yangbodong22011

🐢
slowly
View GitHub Profile
@mp911de
mp911de / Client.java
Created September 24, 2015 08:18
JMX Monitoring Demo of lettuce 3.4-SNAPSHOT
package com.lambdaworks.redis.experimental.mbean;
import java.lang.management.ManagementFactory;
import java.util.HashMap;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.TimeUnit;
import javax.management.JMException;
import javax.management.MBeanServer;