Throughput Formula Builder - Home

-

NOTE: Only one function can be described in this formula builder; proof of concept

What amount of time does the function actively use the resource (ActiveElapsed)
seconds

What amount of time does the function hold onto the resource but does not use it (IdleElapsed)
seconds

How often is the function called? calls / second

What is the configured maximum connection count limit? connections

BaseThroughput = What is the throughput of one connection under no load?
results / second

TotalConnections = ActiveConnections () + IdleConnections() = connections

RateOfReturn = 100.0 X (MaxConnections - TotalConnections) / MaxConnections = %

Throughput = ActiveConnections X RateOfReturn X BaseThroughput = results / second

-

Copyright © 2019 - Michael Balloni