|
We changed a newly serverStatus metric from "throughput" to "opsPerSec"
concurrentTransactions: {
...
monitor:
{
opsPerSec: <num>,
timesDecreased: <num>,
timesIncreased: <num>,
totalAmountDecreased: <num>,
totalAmountIncreased: <num>,
}
}
Description of Linked Ticket
For the initial implementation of the execution control throughput probing algorithm in SERVER-73460, the interval used in the throughput calculation is simply the number that was provided upon construction. However the actual interval may vary a bit based on scheduling delays etc, so we should consider using the actual amount of time instead.
|