Performance - (Throughput|Bandwidth|Transfer rate|Frequency)

Scale Counter Graph

Performance - (Throughput|Bandwidth|Transfer rate|Frequency)

About

Throughput is a performance metric showing the amount of data flow a system can support, measured by <MATH> \frac{\text{Tasks count}}{\text{Unit of time}} </MATH>

Example:

Improving throughput means:

  • using the least amount of resources necessary to process all input data
  • adding resources

Is throughput in real system just an inverse-time metric. ???

Measure

Testing

Testing for throughput involves minimizing the number of user connections to a system and maximizing the amount of work being done by those users. This pushes the system and application to capacity so that all issues will be revealed.

Throughput testing of the actual application then involves hitting key pages and/or transactions in the application itself with limited delay between requests to find the page-per-second capacity limit of the various functional components.

Obviously, the pages or transactions with the poorest page throughput need the most tuning.





Discover More
Card Puncher Data Processing
IO - Throughput / Data Transfer Rate (DTR) / Bit Rate

in storage device. Throughput or data transfer rate (DTR) is : the speed at which data can be transmitted between devices. ie the rate at which information can beread from or written to the storage...
System Metrics
What is the CPU Throughput? ie instructions per second (IPS|TIPS|GIPS|MIPS)

The throughput metrics in a CPU context is the number of instructions that can be executed in a unit of time at a given clock rate. The performance or speed of a processor depends on e.g.: the clock...



Share this page:
Follow us:
Task Runner