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

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

There is a newer version: 2.1
Show newest version
package kg.apc.jmeter.perfmon;

import java.io.IOException;

public interface PerfMonAgentConnector {

    public void connect() throws IOException;

    public void disconnect();

    public void generateSamples(PerfMonSampleGenerator collector) throws IOException;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy