@Override
public void initialize(URL url, ResourceBundle rb) {
this.snapshots = FXCollections.observableArrayList();
this.pools = FXCollections.observableHashMap();
this.escalationsPresenter = new EscalationsPresenter(this.dashboardModel.serverUriProperty());
this.usedHeapSizeInMB = new SimpleLongProperty();
this.threadCount = new SimpleLongProperty();
this.peakThreadCount = new SimpleIntegerProperty();
this.busyThreads = new SimpleIntegerProperty();
this.queuedConnections = new SimpleIntegerProperty();