Most recent edit on 2006-01-06 11:32:35 by Admin
Additions:
</div>""
Deletions:
</div>""
Edited on 2006-01-04 14:33:18 by Admin
Additions:
"images/image8.gif" v:shapes=
Deletions:
"../images/image8.gif" v:shapes=
Edited on 2006-01-04 14:32:38 by Admin
Additions:
"images/image7.gif" v:shapes=
Deletions:
"../images/image7.gif" v:shapes=
Edited on 2005-11-28 01:39:09 by Admin
Additions:
Deletions:
Edited on 2005-11-28 01:38:38 by Admin
Additions:
Deletions:
Edited on 2005-11-28 01:37:10 by Admin
Additions:
Deletions:
Edited on 2005-11-28 01:34:19 by Admin
Additions:
Deletions:
Edited on 2005-11-28 01:09:55 by Admin
Additions:
Deletions:
Edited on 2005-11-28 01:08:37 by Admin
Additions:
Deletions:
Edited on 2005-11-28 01:07:42 by Admin
Additions:
Deletions:
Edited on 2005-11-28 01:06:14 by Admin
Additions:
Deletions:
Edited on 2005-11-28 01:04:40 by Admin
Additions:
Deletions:
Edited on 2005-11-28 00:57:31 by Admin
Additions:
Deletions:
Edited on 2005-11-28 00:54:37 by Admin
Additions:
Deletions:
Edited on 2005-11-28 00:53:00 by Admin
Additions:
Deletions:
Edited on 2005-11-28 00:52:17 by Admin
Additions:
<p>Or in formula: <sub></sub></p>
Deletions:
<p>Or in formula: <sub><img width="273" height="41" src=
"upload/images/image9.gif" v:shapes=
"_x0000_i1027"></sub></p>
Edited on 2005-11-28 00:50:33 by Admin
Additions:
"upload/images/image9.gif" v:shapes=
Deletions:
"/mambo/wakka/images/image9.gif" v:shapes=
Edited on 2005-11-28 00:45:51 by Admin
Additions:
"/mambo/wakka/images/image9.gif" v:shapes=
Deletions:
"../images/image9.gif" v:shapes=
Oldest known version of this page was edited on 2004-04-08 14:06:52 by Roland Stens []
Page view:
Maximum Throughput Calculation
Based on the measurements from the test tool and from the
monitoring tools, you can calculate the maximum throughput that
the system (used in the test) will support. This is essential
information that will be used in the capacity planning.
Throughput
Given the following situation:
Your system processed 23,000 queries in 1500 seconds. Your
monitoring reveals the following utilization figures for your
components.
|
Utilization
|
|
Server
|
% Processor
|
% Disk
|
|
Web
|
60
|
0
|
|
Database 1
|
40
|
23
|
|
Database 2
|
30
|
20
|
|
Database 3
|
66
|
33
|
The maximum throughput is calculated as follows:
- Calculate your Average throughput. For instance if you
measured 23,000 queries in 1500 seconds, so you have an Average
Throughput of 23000/1500 = 15.3 Queries/Second.
Or in formula: 
- Then calculate you average service demand for all your
measured components. For this you take the utilization of a
component and divide that by your Average Throughput. The Web
processor calculation gives therefore 0.6/15.3 = 0.03.
Or in formula: 
|
Average Service Demand
|
|
Server
|
Processor
|
Disk
|
|
Web
|
0.0392
|
0
|
|
Database 1
|
0.0261
|
0.015
|
|
Database 2
|
0.0196
|
0.0131
|
|
Database 3
|
0.0431
|
0.0261
|
- The component with the highest service demand is the
processor in database server 3. This is the weakest link in out
chain and this link will determine the Maximum Throughput we can
achieve. We can calculate the maximum throughput by 1/0,0431 =
23.2 Queries/second.
Or in formula: 