Content deleted Content added
Citation bot (talk | contribs) Alter: isbn, title. Upgrade ISBN10 to 13. | Use this bot. Report bugs. | Suggested by BrownHairedGirl | #UCB_webform 2064/3841 |
Citation bot (talk | contribs) Add: pages, year. Removed proxy/dead URL that duplicated identifier. | Use this bot. Report bugs. | Suggested by Abductive | #UCB_webform 342/3850 |
||
Line 39:
== Aspects of performance ==
Computer performance [[Software metric|metrics]] (things to measure) include [[availability]], [[Response time (technology)|response time]], [[channel capacity]], [[Latency (engineering)|latency]], [[completion time]], [[service time]], [[Bandwidth (computing)|bandwidth]], [[throughput]], [[relative efficiency]], [[scalability]], [[performance per watt]], [[Data compression|compression ratio]], [[instruction path length]] and [[speed up]]. [[CPU]] benchmarks are available.<ref>{{citation|title=Measuring Program Similarity: Experiments with SPEC CPU Benchmark Suites|year=2005 |pages=10–20 |citeseerx=10.1.1.123.501 }}</ref>
=== Availability ===
Line 49:
{{Main|Response time (technology)}}
Response time is the total amount of time it takes to respond to a request for service. In computing, that service can be any unit of work from a simple [[computer data storage|disk IO]] to loading a complex [[web page]]. The response time is the sum of three numbers:<ref>{{cite book | last = Wescott | first = Bob | title = The Every Computer Performance Book, Chapter 3: Useful laws
* Service time - How long it takes to do the work requested.
* Wait time - How long the request has to wait for requests queued ahead of it before it gets to run.
|