JnxRpmCollectionType

  • Base type Enumeration

Each RPM entry can maintain several collections of probes and provide separate calculations over each collection. The types of collections include: currentTest -- the test currently being executed lastCompletedTest -- the most recently completed test movingAverage -- the 'n' most recent probes (n is configurable) allTests -- all the probes (since the entry was last reset). Objects with this type identify a specific collection.

Possible values

4 objects
Number Name
1 currentTest
2 lastCompletedTest
3 movingAverage
4 allTests