Interface Recorder

  • All Known Implementing Classes:
    RecorderImpl

    public interface Recorder
    Recorder is used in performance tests to record the result of execution. Recorded metrics will be flushed into the storage registered.

    Author:
    Erhan Bagdemir
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void record​(java.lang.String stepName, int status)
      Call record(String, int) to record the temporal metrics.
    • Method Detail

      • record

        void record​(java.lang.String stepName,
                    int status)
        Call record(String, int) to record the temporal metrics.

        Parameters:
        stepName - The name of the step.
        status - HTTP status of the load execution.