Documentation
¶
Overview ¶
Package usl implements universal scalability law functions as described in https://github.com/VividCortex/ebooks/blob/master/scalability.pdf
Index ¶
- func ResponseRN(capacityN, baseLambda, contentionSigma, crosstalkKappa float64) float64
- func ResponseRX(throughputX, baseLambda, contentionSigma, crosstalkKappa float64) float64
- func ThroughputMax(contentionSigma, crosstalkKappa float64) float64
- func ThroughputXN(capacityN, baseLambda, contentionSigma, crosstalkKappa float64) float64
- func ThroughputXR(responseR, baseLambda, contentionSigma, crosstalkKappa float64) float64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ResponseRN ¶
ResponseRN time as a function of capacity
func ResponseRX ¶
ResponseRX time as a function of throughput
func ThroughputMax ¶
ThroughputMax throughput for a given contention and crosstalk
func ThroughputXN ¶
ThroughputXN as a function of capacity
func ThroughputXR ¶
ThroughputXR as a function of response time
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.