com.emc.mongoose.api.metrics.MeterMBean Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mongoose-api-metrics Show documentation
Show all versions of mongoose-api-metrics Show documentation
Mongoose is a high-load storage performance testing tool
package com.emc.mongoose.api.metrics;
import java.io.Closeable;
/**
Created by andrey on 05.07.17.
*/
public interface MeterMBean
extends Closeable, MetricsListener, MetricsContext.Snapshot {
String METRICS_DOMAIN = MeterMBean.class.getPackage().getName();
String KEY_LOAD_TYPE = "loadType";
String KEY_STORAGE_DRIVER_COUNT = "storageDriverCount";
String KEY_STORAGE_DRIVER_CONCURRENCY = "storageDriverConcurrency";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy