Learn R Programming

usl (version 3.0.3)

efficiency,USL-method: Efficiency of the system

Description

The efficiency of a system expressed in terms of the deviation from linear scalability.

Usage

# S4 method for USL
efficiency(object)

Value

A vector of numeric values.

Arguments

object

A USL object.

Details

The function returns a vector which contains the deviation from linearity for every measurement of the model input. A value of 1 indicates linear scalability while values less than 1 correspond to the fraction of the measurement compared to linear scalability.

References

Neil J. Gunther. Guerrilla Capacity Planning: A Tactical Approach to Planning for Highly Scalable Applications and Services. Springer, Heidelberg, Germany, 1st edition, 2007.

See Also

usl

Examples

Run this code
require(usl)

data(raytracer)

## Show the efficiency
efficiency(usl(throughput ~ processors, raytracer))

Run the code above in your browser using DataLab