ResourceConsumptionDumpEvent

data class ResourceConsumptionDumpEvent(val nt: Long = System.nanoTime(), val ts: Long = System.currentTimeMillis(), val unit: String, val checksum: String, val eventCount: Int) : SessionEvent

Represents an event describing resource consumption.

Constructors

Link copied to clipboard
constructor(nt: Long = System.nanoTime(), ts: Long = System.currentTimeMillis(), unit: String, checksum: String, eventCount: Int)

Properties

Link copied to clipboard

Checksum of the dump

Link copied to clipboard

Number of resource events

Link copied to clipboard
open override val nt: Long

Event timestamp in nanoseconds (more precise, but overflows).

Link copied to clipboard
open override val ts: Long

Event timestamp in milliseconds.

Link copied to clipboard

The entity managing the reported resources

Functions

Link copied to clipboard
open override fun toString(): String