@AfterClass(alwaysRun = true)
 public void destroy() throws Exception {
   super.cleanup();
   jmxClient.disconnect();
 }