/** Creates a new instance of JVMOperatingSystemStatsImpl */
public JVMOperatingSystemStatsImpl () {
initTime = System.currentTimeMillis ();
try {
baseStatsImpl = new GenericStatsImpl(STATS_INTERFACE_NAME, this);
} catch(Exception e) {
}
// get an instance of the MBeanServer
// server = getPlatformMBeanServer();