jnxRpmHistoryCalculatedTable
As with the jnxRpmResultsCalculatedTable, the jnxRpmHistoryCalculatedTable provides a set of calculated values for each RPM entry, for each collection of probes maintained within that entry, and for each supported calculated type within that collection of probes
In addition to data from the current probe, this table also provides data from a configurable number of the most recent probes.
![]() | Note: The only collection type that is stored in jnxRpmHistoryCalculatedTable is the currentTest. |
Each jnxRpmHistoryCalculatedEntryhas the objects listed in Table 1.
Table 1: jnxRpmHistoryCalculatedTable
Object | Object Identifier | Description |
---|---|---|
jnxRpmHistCalcSet | jnxRpmHistoryCalculatedEntry | The measurement set for the jnxRpmHistoryCalculatedEntry. |
jnxRpmHistCalcSamples | jnxRpmHistoryCalculatedEntry 2 | The number of samples used in the calculations for this entry. |
jnxRpmHistCalcMin | jnxRpmHistoryCalculatedEntry 3 | The minimum (in microseconds) of all the samples in the collection and the measurement set associated with the entry. |
jnxRpmHistCalcMax | jnxRpmHistoryCalculatedEntry 4 | The maximum (in microseconds) of all the samples in the collection and the measurement set associated with the entry. |
jnxRpmHistCalcAverage | jnxRpmHistoryCalculatedEntry 5 | The average (in microseconds) of all the samples in the collection and the measurement set associated with the entry. |
jnxRpmHistCalcPkToPk | jnxRpmHistoryCalculatedEntry 6 | The difference (in microseconds) between the minimum and the maximum of all the samples in the collection and the measurement set associated with the row. |
jnxRpmHistCalcStdDev | jnxRpmHistoryCalculatedEntry 7 | The standard deviation (in microseconds) calculated over all the samples in the collection and the measurement set associated with the entry. |
jnxRpmHistCalcSum | jnxRpmHistoryCalculatedEntry 8 | The sum of all the samples in the collection and the measurement set associated with the entry. |