Class/Object

org.apache.mesos.mesos

PerfStatistics

Related Docs: object PerfStatistics | package mesos

Permalink

final case class PerfStatistics(timestamp: Double, duration: Double, cycles: Option[Long] = None, stalledCyclesFrontend: Option[Long] = None, stalledCyclesBackend: Option[Long] = None, instructions: Option[Long] = None, cacheReferences: Option[Long] = None, cacheMisses: Option[Long] = None, branches: Option[Long] = None, branchMisses: Option[Long] = None, busCycles: Option[Long] = None, refCycles: Option[Long] = None, cpuClock: Option[Double] = None, taskClock: Option[Double] = None, pageFaults: Option[Long] = None, minorFaults: Option[Long] = None, majorFaults: Option[Long] = None, contextSwitches: Option[Long] = None, cpuMigrations: Option[Long] = None, alignmentFaults: Option[Long] = None, emulationFaults: Option[Long] = None, l1DcacheLoads: Option[Long] = None, l1DcacheLoadMisses: Option[Long] = None, l1DcacheStores: Option[Long] = None, l1DcacheStoreMisses: Option[Long] = None, l1DcachePrefetches: Option[Long] = None, l1DcachePrefetchMisses: Option[Long] = None, l1IcacheLoads: Option[Long] = None, l1IcacheLoadMisses: Option[Long] = None, l1IcachePrefetches: Option[Long] = None, l1IcachePrefetchMisses: Option[Long] = None, llcLoads: Option[Long] = None, llcLoadMisses: Option[Long] = None, llcStores: Option[Long] = None, llcStoreMisses: Option[Long] = None, llcPrefetches: Option[Long] = None, llcPrefetchMisses: Option[Long] = None, dtlbLoads: Option[Long] = None, dtlbLoadMisses: Option[Long] = None, dtlbStores: Option[Long] = None, dtlbStoreMisses: Option[Long] = None, dtlbPrefetches: Option[Long] = None, dtlbPrefetchMisses: Option[Long] = None, itlbLoads: Option[Long] = None, itlbLoadMisses: Option[Long] = None, branchLoads: Option[Long] = None, branchLoadMisses: Option[Long] = None, nodeLoads: Option[Long] = None, nodeLoadMisses: Option[Long] = None, nodeStores: Option[Long] = None, nodeStoreMisses: Option[Long] = None, nodePrefetches: Option[Long] = None, nodePrefetchMisses: Option[Long] = None) extends GeneratedMessage with Message[PerfStatistics] with Updatable[PerfStatistics] with Product with Serializable

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, Updatable[PerfStatistics], Message[PerfStatistics], GeneratedMessage, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PerfStatistics
  2. Product
  3. Equals
  4. Updatable
  5. Message
  6. GeneratedMessage
  7. Serializable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PerfStatistics(timestamp: Double, duration: Double, cycles: Option[Long] = None, stalledCyclesFrontend: Option[Long] = None, stalledCyclesBackend: Option[Long] = None, instructions: Option[Long] = None, cacheReferences: Option[Long] = None, cacheMisses: Option[Long] = None, branches: Option[Long] = None, branchMisses: Option[Long] = None, busCycles: Option[Long] = None, refCycles: Option[Long] = None, cpuClock: Option[Double] = None, taskClock: Option[Double] = None, pageFaults: Option[Long] = None, minorFaults: Option[Long] = None, majorFaults: Option[Long] = None, contextSwitches: Option[Long] = None, cpuMigrations: Option[Long] = None, alignmentFaults: Option[Long] = None, emulationFaults: Option[Long] = None, l1DcacheLoads: Option[Long] = None, l1DcacheLoadMisses: Option[Long] = None, l1DcacheStores: Option[Long] = None, l1DcacheStoreMisses: Option[Long] = None, l1DcachePrefetches: Option[Long] = None, l1DcachePrefetchMisses: Option[Long] = None, l1IcacheLoads: Option[Long] = None, l1IcacheLoadMisses: Option[Long] = None, l1IcachePrefetches: Option[Long] = None, l1IcachePrefetchMisses: Option[Long] = None, llcLoads: Option[Long] = None, llcLoadMisses: Option[Long] = None, llcStores: Option[Long] = None, llcStoreMisses: Option[Long] = None, llcPrefetches: Option[Long] = None, llcPrefetchMisses: Option[Long] = None, dtlbLoads: Option[Long] = None, dtlbLoadMisses: Option[Long] = None, dtlbStores: Option[Long] = None, dtlbStoreMisses: Option[Long] = None, dtlbPrefetches: Option[Long] = None, dtlbPrefetchMisses: Option[Long] = None, itlbLoads: Option[Long] = None, itlbLoadMisses: Option[Long] = None, branchLoads: Option[Long] = None, branchLoadMisses: Option[Long] = None, nodeLoads: Option[Long] = None, nodeLoadMisses: Option[Long] = None, nodeStores: Option[Long] = None, nodeStoreMisses: Option[Long] = None, nodePrefetches: Option[Long] = None, nodePrefetchMisses: Option[Long] = None)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val alignmentFaults: Option[Long]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val branchLoadMisses: Option[Long]

    Permalink
  7. val branchLoads: Option[Long]

    Permalink
  8. val branchMisses: Option[Long]

    Permalink
  9. val branches: Option[Long]

    Permalink
  10. val busCycles: Option[Long]

    Permalink
  11. val cacheMisses: Option[Long]

    Permalink
  12. val cacheReferences: Option[Long]

    Permalink
  13. def clearAlignmentFaults: PerfStatistics

    Permalink
  14. def clearBranchLoadMisses: PerfStatistics

    Permalink
  15. def clearBranchLoads: PerfStatistics

    Permalink
  16. def clearBranchMisses: PerfStatistics

    Permalink
  17. def clearBranches: PerfStatistics

    Permalink
  18. def clearBusCycles: PerfStatistics

    Permalink
  19. def clearCacheMisses: PerfStatistics

    Permalink
  20. def clearCacheReferences: PerfStatistics

    Permalink
  21. def clearContextSwitches: PerfStatistics

    Permalink
  22. def clearCpuClock: PerfStatistics

    Permalink
  23. def clearCpuMigrations: PerfStatistics

    Permalink
  24. def clearCycles: PerfStatistics

    Permalink
  25. def clearDtlbLoadMisses: PerfStatistics

    Permalink
  26. def clearDtlbLoads: PerfStatistics

    Permalink
  27. def clearDtlbPrefetchMisses: PerfStatistics

    Permalink
  28. def clearDtlbPrefetches: PerfStatistics

    Permalink
  29. def clearDtlbStoreMisses: PerfStatistics

    Permalink
  30. def clearDtlbStores: PerfStatistics

    Permalink
  31. def clearEmulationFaults: PerfStatistics

    Permalink
  32. def clearInstructions: PerfStatistics

    Permalink
  33. def clearItlbLoadMisses: PerfStatistics

    Permalink
  34. def clearItlbLoads: PerfStatistics

    Permalink
  35. def clearL1DcacheLoadMisses: PerfStatistics

    Permalink
  36. def clearL1DcacheLoads: PerfStatistics

    Permalink
  37. def clearL1DcachePrefetchMisses: PerfStatistics

    Permalink
  38. def clearL1DcachePrefetches: PerfStatistics

    Permalink
  39. def clearL1DcacheStoreMisses: PerfStatistics

    Permalink
  40. def clearL1DcacheStores: PerfStatistics

    Permalink
  41. def clearL1IcacheLoadMisses: PerfStatistics

    Permalink
  42. def clearL1IcacheLoads: PerfStatistics

    Permalink
  43. def clearL1IcachePrefetchMisses: PerfStatistics

    Permalink
  44. def clearL1IcachePrefetches: PerfStatistics

    Permalink
  45. def clearLlcLoadMisses: PerfStatistics

    Permalink
  46. def clearLlcLoads: PerfStatistics

    Permalink
  47. def clearLlcPrefetchMisses: PerfStatistics

    Permalink
  48. def clearLlcPrefetches: PerfStatistics

    Permalink
  49. def clearLlcStoreMisses: PerfStatistics

    Permalink
  50. def clearLlcStores: PerfStatistics

    Permalink
  51. def clearMajorFaults: PerfStatistics

    Permalink
  52. def clearMinorFaults: PerfStatistics

    Permalink
  53. def clearNodeLoadMisses: PerfStatistics

    Permalink
  54. def clearNodeLoads: PerfStatistics

    Permalink
  55. def clearNodePrefetchMisses: PerfStatistics

    Permalink
  56. def clearNodePrefetches: PerfStatistics

    Permalink
  57. def clearNodeStoreMisses: PerfStatistics

    Permalink
  58. def clearNodeStores: PerfStatistics

    Permalink
  59. def clearPageFaults: PerfStatistics

    Permalink
  60. def clearRefCycles: PerfStatistics

    Permalink
  61. def clearStalledCyclesBackend: PerfStatistics

    Permalink
  62. def clearStalledCyclesFrontend: PerfStatistics

    Permalink
  63. def clearTaskClock: PerfStatistics

    Permalink
  64. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. def companion: PerfStatistics.type

    Permalink
    Definition Classes
    PerfStatistics → GeneratedMessage
  66. val contextSwitches: Option[Long]

    Permalink
  67. val cpuClock: Option[Double]

    Permalink
  68. val cpuMigrations: Option[Long]

    Permalink
  69. val cycles: Option[Long]

    Permalink
  70. val dtlbLoadMisses: Option[Long]

    Permalink
  71. val dtlbLoads: Option[Long]

    Permalink
  72. val dtlbPrefetchMisses: Option[Long]

    Permalink
  73. val dtlbPrefetches: Option[Long]

    Permalink
  74. val dtlbStoreMisses: Option[Long]

    Permalink
  75. val dtlbStores: Option[Long]

    Permalink
  76. val duration: Double

    Permalink
  77. val emulationFaults: Option[Long]

    Permalink
  78. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  79. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  80. def getAlignmentFaults: Long

    Permalink
  81. def getAllFields: Seq[(FieldDescriptor, Any)]

    Permalink
    Definition Classes
    GeneratedMessage
  82. def getBranchLoadMisses: Long

    Permalink
  83. def getBranchLoads: Long

    Permalink
  84. def getBranchMisses: Long

    Permalink
  85. def getBranches: Long

    Permalink
  86. def getBusCycles: Long

    Permalink
  87. def getCacheMisses: Long

    Permalink
  88. def getCacheReferences: Long

    Permalink
  89. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  90. def getContextSwitches: Long

    Permalink
  91. def getCpuClock: Double

    Permalink
  92. def getCpuMigrations: Long

    Permalink
  93. def getCycles: Long

    Permalink
  94. def getDtlbLoadMisses: Long

    Permalink
  95. def getDtlbLoads: Long

    Permalink
  96. def getDtlbPrefetchMisses: Long

    Permalink
  97. def getDtlbPrefetches: Long

    Permalink
  98. def getDtlbStoreMisses: Long

    Permalink
  99. def getDtlbStores: Long

    Permalink
  100. def getEmulationFaults: Long

    Permalink
  101. def getField(__field: FieldDescriptor): Any

    Permalink
    Definition Classes
    PerfStatistics → GeneratedMessage
  102. def getInstructions: Long

    Permalink
  103. def getItlbLoadMisses: Long

    Permalink
  104. def getItlbLoads: Long

    Permalink
  105. def getL1DcacheLoadMisses: Long

    Permalink
  106. def getL1DcacheLoads: Long

    Permalink
  107. def getL1DcachePrefetchMisses: Long

    Permalink
  108. def getL1DcachePrefetches: Long

    Permalink
  109. def getL1DcacheStoreMisses: Long

    Permalink
  110. def getL1DcacheStores: Long

    Permalink
  111. def getL1IcacheLoadMisses: Long

    Permalink
  112. def getL1IcacheLoads: Long

    Permalink
  113. def getL1IcachePrefetchMisses: Long

    Permalink
  114. def getL1IcachePrefetches: Long

    Permalink
  115. def getLlcLoadMisses: Long

    Permalink
  116. def getLlcLoads: Long

    Permalink
  117. def getLlcPrefetchMisses: Long

    Permalink
  118. def getLlcPrefetches: Long

    Permalink
  119. def getLlcStoreMisses: Long

    Permalink
  120. def getLlcStores: Long

    Permalink
  121. def getMajorFaults: Long

    Permalink
  122. def getMinorFaults: Long

    Permalink
  123. def getNodeLoadMisses: Long

    Permalink
  124. def getNodeLoads: Long

    Permalink
  125. def getNodePrefetchMisses: Long

    Permalink
  126. def getNodePrefetches: Long

    Permalink
  127. def getNodeStoreMisses: Long

    Permalink
  128. def getNodeStores: Long

    Permalink
  129. def getPageFaults: Long

    Permalink
  130. def getRefCycles: Long

    Permalink
  131. def getStalledCyclesBackend: Long

    Permalink
  132. def getStalledCyclesFrontend: Long

    Permalink
  133. def getTaskClock: Double

    Permalink
  134. val instructions: Option[Long]

    Permalink
  135. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  136. val itlbLoadMisses: Option[Long]

    Permalink
  137. val itlbLoads: Option[Long]

    Permalink
  138. val l1DcacheLoadMisses: Option[Long]

    Permalink
  139. val l1DcacheLoads: Option[Long]

    Permalink
  140. val l1DcachePrefetchMisses: Option[Long]

    Permalink
  141. val l1DcachePrefetches: Option[Long]

    Permalink
  142. val l1DcacheStoreMisses: Option[Long]

    Permalink
  143. val l1DcacheStores: Option[Long]

    Permalink
  144. val l1IcacheLoadMisses: Option[Long]

    Permalink
  145. val l1IcacheLoads: Option[Long]

    Permalink
  146. val l1IcachePrefetchMisses: Option[Long]

    Permalink
  147. val l1IcachePrefetches: Option[Long]

    Permalink
  148. val llcLoadMisses: Option[Long]

    Permalink
  149. val llcLoads: Option[Long]

    Permalink
  150. val llcPrefetchMisses: Option[Long]

    Permalink
  151. val llcPrefetches: Option[Long]

    Permalink
  152. val llcStoreMisses: Option[Long]

    Permalink
  153. val llcStores: Option[Long]

    Permalink
  154. val majorFaults: Option[Long]

    Permalink
  155. def mergeFrom(__input: CodedInputStream): PerfStatistics

    Permalink
    Definition Classes
    PerfStatistics → Message
  156. val minorFaults: Option[Long]

    Permalink
  157. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  158. val nodeLoadMisses: Option[Long]

    Permalink
  159. val nodeLoads: Option[Long]

    Permalink
  160. val nodePrefetchMisses: Option[Long]

    Permalink
  161. val nodePrefetches: Option[Long]

    Permalink
  162. val nodeStoreMisses: Option[Long]

    Permalink
  163. val nodeStores: Option[Long]

    Permalink
  164. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  165. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  166. val pageFaults: Option[Long]

    Permalink
  167. val refCycles: Option[Long]

    Permalink
  168. lazy val serializedSize: Int

    Permalink
    Definition Classes
    PerfStatistics → GeneratedMessage
  169. val stalledCyclesBackend: Option[Long]

    Permalink
  170. val stalledCyclesFrontend: Option[Long]

    Permalink
  171. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  172. val taskClock: Option[Double]

    Permalink
  173. val timestamp: Double

    Permalink
  174. def toByteArray: Array[Byte]

    Permalink
    Definition Classes
    GeneratedMessage
  175. def toString(): String

    Permalink
    Definition Classes
    PerfStatistics → AnyRef → Any
  176. def update(ms: (Lens[PerfStatistics, PerfStatistics]) ⇒ Mutation[PerfStatistics]*): PerfStatistics

    Permalink
    Definition Classes
    Updatable
  177. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  178. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  179. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  180. def withAlignmentFaults(__v: Long): PerfStatistics

    Permalink
  181. def withBranchLoadMisses(__v: Long): PerfStatistics

    Permalink
  182. def withBranchLoads(__v: Long): PerfStatistics

    Permalink
  183. def withBranchMisses(__v: Long): PerfStatistics

    Permalink
  184. def withBranches(__v: Long): PerfStatistics

    Permalink
  185. def withBusCycles(__v: Long): PerfStatistics

    Permalink
  186. def withCacheMisses(__v: Long): PerfStatistics

    Permalink
  187. def withCacheReferences(__v: Long): PerfStatistics

    Permalink
  188. def withContextSwitches(__v: Long): PerfStatistics

    Permalink
  189. def withCpuClock(__v: Double): PerfStatistics

    Permalink
  190. def withCpuMigrations(__v: Long): PerfStatistics

    Permalink
  191. def withCycles(__v: Long): PerfStatistics

    Permalink
  192. def withDtlbLoadMisses(__v: Long): PerfStatistics

    Permalink
  193. def withDtlbLoads(__v: Long): PerfStatistics

    Permalink
  194. def withDtlbPrefetchMisses(__v: Long): PerfStatistics

    Permalink
  195. def withDtlbPrefetches(__v: Long): PerfStatistics

    Permalink
  196. def withDtlbStoreMisses(__v: Long): PerfStatistics

    Permalink
  197. def withDtlbStores(__v: Long): PerfStatistics

    Permalink
  198. def withDuration(__v: Double): PerfStatistics

    Permalink
  199. def withEmulationFaults(__v: Long): PerfStatistics

    Permalink
  200. def withInstructions(__v: Long): PerfStatistics

    Permalink
  201. def withItlbLoadMisses(__v: Long): PerfStatistics

    Permalink
  202. def withItlbLoads(__v: Long): PerfStatistics

    Permalink
  203. def withL1DcacheLoadMisses(__v: Long): PerfStatistics

    Permalink
  204. def withL1DcacheLoads(__v: Long): PerfStatistics

    Permalink
  205. def withL1DcachePrefetchMisses(__v: Long): PerfStatistics

    Permalink
  206. def withL1DcachePrefetches(__v: Long): PerfStatistics

    Permalink
  207. def withL1DcacheStoreMisses(__v: Long): PerfStatistics

    Permalink
  208. def withL1DcacheStores(__v: Long): PerfStatistics

    Permalink
  209. def withL1IcacheLoadMisses(__v: Long): PerfStatistics

    Permalink
  210. def withL1IcacheLoads(__v: Long): PerfStatistics

    Permalink
  211. def withL1IcachePrefetchMisses(__v: Long): PerfStatistics

    Permalink
  212. def withL1IcachePrefetches(__v: Long): PerfStatistics

    Permalink
  213. def withLlcLoadMisses(__v: Long): PerfStatistics

    Permalink
  214. def withLlcLoads(__v: Long): PerfStatistics

    Permalink
  215. def withLlcPrefetchMisses(__v: Long): PerfStatistics

    Permalink
  216. def withLlcPrefetches(__v: Long): PerfStatistics

    Permalink
  217. def withLlcStoreMisses(__v: Long): PerfStatistics

    Permalink
  218. def withLlcStores(__v: Long): PerfStatistics

    Permalink
  219. def withMajorFaults(__v: Long): PerfStatistics

    Permalink
  220. def withMinorFaults(__v: Long): PerfStatistics

    Permalink
  221. def withNodeLoadMisses(__v: Long): PerfStatistics

    Permalink
  222. def withNodeLoads(__v: Long): PerfStatistics

    Permalink
  223. def withNodePrefetchMisses(__v: Long): PerfStatistics

    Permalink
  224. def withNodePrefetches(__v: Long): PerfStatistics

    Permalink
  225. def withNodeStoreMisses(__v: Long): PerfStatistics

    Permalink
  226. def withNodeStores(__v: Long): PerfStatistics

    Permalink
  227. def withPageFaults(__v: Long): PerfStatistics

    Permalink
  228. def withRefCycles(__v: Long): PerfStatistics

    Permalink
  229. def withStalledCyclesBackend(__v: Long): PerfStatistics

    Permalink
  230. def withStalledCyclesFrontend(__v: Long): PerfStatistics

    Permalink
  231. def withTaskClock(__v: Double): PerfStatistics

    Permalink
  232. def withTimestamp(__v: Double): PerfStatistics

    Permalink
  233. def writeDelimitedTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage
  234. def writeTo(output: CodedOutputStream): Unit

    Permalink
    Definition Classes
    PerfStatistics → GeneratedMessage
  235. def writeTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage

Inherited from Product

Inherited from Equals

Inherited from Updatable[PerfStatistics]

Inherited from Message[PerfStatistics]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped