All Downloads are FREE. Search and download functionalities are using the official Maven repository.

kg.apc.jmeter.perfmon.PerfMonAgentConnector Maven / Gradle / Ivy

The newest version!
package kg.apc.jmeter.perfmon;

import java.io.IOException;

public interface PerfMonAgentConnector {

    void connect() throws IOException;

    void disconnect();

    void generateSamples(PerfMonSampleGenerator collector) throws IOException;

    void addMetric(String metric, String params, String label);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy