Class MetricCollector

  • All Implemented Interfaces:
    akka.actor.Actor

    public class MetricCollector
    extends akka.actor.AbstractActor
    The actor outputs the current status of the test run. It gives out information to stdout like number of requests per scenario, and avg. response times.

    Author:
    Erhan Bagdemir
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  MetricCollector.EndTestEvent  
      • Nested classes/interfaces inherited from class akka.actor.AbstractActor

        akka.actor.AbstractActor.ActorContext, akka.actor.AbstractActor.Receive
      • Nested classes/interfaces inherited from interface akka.actor.Actor

        akka.actor.Actor.emptyBehavior$, akka.actor.Actor.ignoringBehavior$
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      akka.actor.AbstractActor.Receive createReceive()  
      static akka.actor.Props props​(int numberOfUsers, java.time.Instant startTime, java.time.Duration duration)  
      • Methods inherited from class akka.actor.AbstractActor

        akka$actor$Actor$_setter_$context_$eq, akka$actor$Actor$_setter_$self_$eq, aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, emptyBehavior, getContext, getSelf, getSender, postRestart, postStop, preRestart, preRestart, preStart, receive, receiveBuilder, self, sender, supervisorStrategy, unhandled
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • props

        public static akka.actor.Props props​(int numberOfUsers,
                                             java.time.Instant startTime,
                                             java.time.Duration duration)
      • createReceive

        public akka.actor.AbstractActor.Receive createReceive()
        Specified by:
        createReceive in class akka.actor.AbstractActor