Home > Articles > Programming

Like this article? We recommend

Resolving CPU and I/O Bottlenecks Through Modeling and Capacity Planning

The following paragraphs discuss the activities that comprise the modeling and capacity planning process:

  • Establish a Baseline System Performance Database
  • Define the Peak Workload Period
  • Build a Baseline Model of the System
  • Perform "What If" Analysis

Establish a Baseline System Performance Database

The capacity planning process starts by collecting detailed performance data for the workloads on the systems under study. Workloads are logical groups of processes running on the system that represent different applications and/or groups of users. By defining workloads, you can view system performance data in terms that make sense from a business or functional perspective. Collect performance data for a period of time considered adequate to include the peak workload period of the system.

Define the Peak Workload Period

After the performance data has been collected, you can analyze it to define the peak workload period. The criteria used to identify the peak period varies from system to system, depending on the types of workloads being run.

For many workload types, CPU utilization is the metric used to establish the peak period. However, for database servers, disk I/O may be the most important system activity to measure. For network file servers, network load may be the defining value. CPU utilization was used to define the peak workload period for the systems in this case study.

Build a Baseline Model of the System

Once the peak period is known, you can extract the performance data and system hardware configuration for that time interval to be used as input to the system model. The model is based on each resource in the system (treat each CPU, I/O controller, disk drive, and so forth as a service queue, and view the system as a network of these queues). Use the measured peak period performance data to calibrate the model, that is, use the measured data to find the coefficients of the queuing equations and thus define the system in mathematical terms.

When calibrated, the model represents the baseline system as it existed when you collected the performance data. The baseline model shows system resource utilization, throughput, response time, and queue delay (stretch) factors for each workload defined.

Perform "What If" Analysis

With the baseline system model in hand, you can perform "what if" analysis. This analysis projects the workload growth and system configuration changes.

You can increase the amount of work the system is doing to see what the performance impact might be. You can also modify the system hardware configuration to determine the effect. Modification can include adding CPUs, increasing CPU speed, adding I/O controllers or changing their performance characteristics, adding disk drives, changing RAID characteristics, and so forth. In addition, you can combine workloads from different systems on a single system to see how they might perform together. System modeling is a powerful tool for capacity and performance planning, allowing any number of workload intensities and system configurations to be explored in advance of system utilization growth and equipment deployment.

A set of four chart types provide the results of the "what if" analysis:

  • Stretch factor
  • Response time
  • CPU utilization by workload
  • Active resource

The "stretch factor" chart shows the amount of queuing/contention in the system for each workload. The minimum value of one means there is no queuing; that is the work is being performed as fast as it is being presented to the system. A value of two or above means that the workload is spending as much time or more waiting in a queue than it is being serviced by the system; this situation should be avoided.

Stretch Factor = (Queue_Time + Service_Time)/(Service_Time)

According to the preceding formula, if the Queue_Time is zero, the stretch factor is one. This should be the case in an ideally tuned system.

The "response time" chart shows "time to completion" requests, which can be theoretically associated and are directly proportional to the actual response time on characterizing the system load.

The "CPU utilization by workload" chart shows which workloads are associated with CPU utilization (user mode).

The "active resource" chart shows utilization percentages for I/O resources.

Each set of charts shows the system configuration running the baseline production workloads during the peak hour. The charts also show multiples of the baseline workload up to the point where the configuration fails to provide adequate capacity. Additional sets of charts for each system show improved hardware configurations that address the deficiencies found in the current production systems.

For the systems in the case study, physical memory size was not an issue. This statement ignores any application memory leak problems. It does, however, take into account the memory upgrades already scheduled for the production systems.

For the systems in the study, network bandwidth should not be an issue if the additional network interfaces are provided on each system, as recommended in the following paragraphs.

Baseline Charts

The following charts establish the baseline for the "what if" analysis in this case study.

Figure 02Figure 2


Observations

The chart in the preceding figure shows that the stretch factor for the user workload is approximately 6.56, which is about six times the acceptable level. Further analysis verified that, primarily, the following I/O devices contribute to the queue delay:

Controller 4: 4DDEd1, 03F84d1

Controller 13: 36E5d0, 54A8d0, 5762d1

Controller 10: 4405d0, DFE6d0

Controller 7: 3E36d1, 5A19d1, AA3d0

CPU utilization in the user mode is low, under 20 percent, reflecting the stretch factor described previously.

Exercising the Model

The following charts project a 20 percent growth for three periods.

Figure 03Figure 3


Observations

Simulating 20 percent compound increases in user workload for three periods increased the stretch factor and corresponding response time progressively for the next three periods.

 

Baseline (BL)

BL + 20%

BL + 44%

BL + 72.8%

Stretch factor

6.56

8.01

9.96

12.34

Response time

1382

1697 (22%)

2097 (52%)

2598 (88%)


Adding CPUs to the Current Configuration

The following charts show the results of adding CPUs to the current configuration.

Figure 04Figure 4


Observations

Simulating the addition of four CPUs to the current environment showed that adding CPUs has no significant impact on the response time.

 

Baseline

Adding four CPUs

Stretch Factor

6.56

6.51

Response Time

1382

1383


Removing CPUs From the Current Configuration

The following charts show the results of removing CPUs from the current configuration.

Figure 05Figure 5


Observations

Simulating the removal of four CPUs from the current environment showed that removing CPUs has no significant impact on the stretch factor or response time.

 

BaseLine

Removing four CPUs

Stretch Factor

6.56

6.59

Response Time

1382

1382


Balancing the I/O

The following charts show the result of balancing the I/O.

Figure 06Figure 6


Observations

Balancing the I/O among the existing devices reduced the stretch factor and response time by one half. Still, the stretch factor is about three times the acceptable level. The next test evaluated the behavior of the model after adding controllers and disks drives and further distributing the I/O. First, one additional Fibre Channel controller with seven 73-gigabyte 10,000-RPM disk drives was configured and the I/O was balanced among the new controller and drives. The stretch factor and response time went down further, but was still twice the acceptable level. Finally, a second additional controller with the same specifications as the first one was configured. This configuration put the stretch factor and response time within the acceptable level.

Projecting 20 Percent Growth for Three Periods After Balancing the I/O

The following charts show the result of projecting 20 percent growth after balancing the I/O.

Figure 07Figure 7


Observations

Simulating 20 percent compound increases in user workload for three periods increased the stretch factor and corresponding response time progressively for the next three periods. The response time figures were within the acceptable level.

 

Baseline (BL)

BL + 20%

BL + 44%

BL + 72.8%

Stretch factor

1.28

1.34

1.43

1.55

Response time

273

286 (5%)

303 (11%)

330 (21%)


Adding CPUs After Balancing the I/O

The following charts show the results of adding CPUs after balancing the I/O.

Figure 08Figure 8


Observations

Adding CPUs after balancing the I/O has absolutely has no impact on the stretch factor and response time. This confirms the accuracy of the model, reflecting correctly a situation where a CPU is added to balanced system.

 

Baseline

Adding four CPUs

Stretch factor

1.28

1.28

Response Time

273

275


Removing CPUs After Balancing the I/O

The following charts show the results of removing CPUs from the current configuration after balancing the I/O.

Figure 09Figure 9


Removing CPUs after balancing the I/O has no impact on the stretch factor or response time. The user mode utilization increases substantially, suggesting the approach of the lower limit for the number of CPUs for the current load.

 

Baseline

Removing four CPUs

Stretch Factor

1.28

1.29

Response Time

273

272


InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020