mirror of https://gitee.com/bigwinds/arangodb
added async requests difference (instead of absolute value)
This commit is contained in:
parent
8dadcfc19d
commit
23c4d59cb9
|
@ -420,7 +420,7 @@ function computeStatisticsRaw (start) {
|
|||
}
|
||||
|
||||
current = {
|
||||
asyncRequests: n1,
|
||||
asyncRequests: n1 - m1,
|
||||
asyncRequestsPercentChange: d1,
|
||||
clientConnections: n2,
|
||||
clientConnectionsPercentChange: d2,
|
||||
|
|
Loading…
Reference in New Issue