Package

io.gatling.core.stats

writer

Permalink

package writer

Visibility
  1. Public
  2. All

Type Members

  1. class ConsoleData extends DataWriterData

    Permalink
  2. class ConsoleDataWriter extends DataWriter[ConsoleData]

    Permalink
  3. case class ConsoleSummary(text: String, complete: Boolean) extends Product with Serializable

    Permalink
  4. case class Crash(cause: String) extends DataWriterMessage with Product with Serializable

    Permalink
  5. abstract class DataWriter[T <: DataWriterData] extends BaseActor with DataWriterFSM

    Permalink

    Abstract class for all DataWriters

    Abstract class for all DataWriters

    These writers are responsible for writing the logs that will be read to generate the statistics

  6. trait DataWriterData extends AnyRef

    Permalink
  7. sealed trait DataWriterMessage extends AnyRef

    Permalink
  8. sealed abstract class DataWriterType extends AnyRef

    Permalink
  9. case class ErrorMessage(message: String, date: Long) extends LoadEventMessage with Product with Serializable

    Permalink
  10. case class FileData(limit: Int, buffer: ByteBuffer, encoder: CharsetEncoder, channel: FileChannel) extends DataWriterData with Product with Serializable

    Permalink
  11. case class GroupMessage(scenario: String, userId: Long, groupHierarchy: List[String], startTimestamp: Long, endTimestamp: Long, cumulatedResponseTime: Int, status: Status) extends LoadEventMessage with Product with Serializable

    Permalink
  12. case class Init(configuration: GatlingConfiguration, assertions: Seq[Assertion], runMessage: RunMessage, scenarios: Seq[ShortScenarioDescription]) extends DataWriterMessage with Product with Serializable

    Permalink
  13. case class InitData(configuration: GatlingConfiguration) extends DataWriterData with Product with Serializable

    Permalink
  14. class LeakData extends DataWriterData

    Permalink
  15. class LeakReporterDataWriter extends DataWriter[LeakData]

    Permalink
  16. sealed trait LoadEventMessage extends DataWriterMessage

    Permalink
  17. class LogFileDataWriter extends DataWriter[FileData]

    Permalink

    File implementation of the DataWriter

    File implementation of the DataWriter

    It writes the data of the simulation if a tabulation separated values file

  18. sealed abstract class RawRecord extends AnyRef

    Permalink
  19. sealed abstract class RecordHeader extends AnyRef

    Permalink
  20. class RequestCounters extends AnyRef

    Permalink
  21. case class ResponseMessage(scenario: String, userId: Long, groupHierarchy: List[String], name: String, timings: ResponseTimings, status: Status, responseCode: Option[String], message: Option[String], extraInfo: List[Any]) extends LoadEventMessage with Product with Serializable

    Permalink
  22. case class RunMessage(simulationClassName: String, userDefinedSimulationId: Option[String], defaultSimulationId: String, start: Long, runDescription: String) extends Product with Serializable

    Permalink
  23. case class ShortScenarioDescription(name: String, userCount: Int) extends Product with Serializable

    Permalink
  24. class UserCounters extends AnyRef

    Permalink
  25. case class UserMessage(session: Session, event: MessageEvent, timestamp: Long) extends LoadEventMessage with Product with Serializable

    Permalink

Value Members

  1. object AssertionRecordHeader extends RecordHeader

    Permalink
  2. object ConsoleDataWriterType extends DataWriterType

    Permalink
  3. object ConsoleErrorsWriter

    Permalink

    Object for writing errors statistics to the console.

  4. object ConsoleSummary extends Serializable

    Permalink
  5. object DataWriterType

    Permalink
  6. object ErrorRecordHeader extends RecordHeader

    Permalink
  7. object FileDataWriterType extends DataWriterType

    Permalink
  8. object Flush extends DataWriterMessage with Product with Serializable

    Permalink
  9. object GraphiteDataWriterType extends DataWriterType

    Permalink
  10. object GroupRecordHeader extends RecordHeader

    Permalink
  11. object LeakReporterDataWriterType extends DataWriterType

    Permalink
  12. object LogFileDataWriter extends StrictLogging

    Permalink
  13. object RawAssertionRecord extends RawRecord

    Permalink
  14. object RawErrorRecord extends RawRecord

    Permalink
  15. object RawGroupRecord extends RawRecord

    Permalink
  16. object RawRequestRecord extends RawRecord

    Permalink
  17. object RawRunRecord extends RawRecord

    Permalink
  18. object RawUserRecord extends RawRecord

    Permalink
  19. object RequestRecordHeader extends RecordHeader

    Permalink
  20. object RunRecordHeader extends RecordHeader

    Permalink
  21. object Stop extends DataWriterMessage with Product with Serializable

    Permalink
  22. object UserRecordHeader extends RecordHeader

    Permalink

Ungrouped