站内搜索: 请输入搜索关键词
当前页面: 图书首页 > Programming for the Java Virtual Machine

Programming for the Java Virtual Machine

[ directory ] Previous Section Next Section

Summary

Bottlenecks are inevitable during performance testing. There are several common patterns easily distinguished by observing the CPU utilization on the different servers during the test. Each of these patterns (underutilization, bursty utilization, high utilization, and uneven cluster loading) potentially results from a number of different causes. Performance testing requires recognizing and resolving each of these bottlenecks in order to meet your performance objectives. We apply some of these techniques in the next chapter as we continue our case study.

    [ directory ] Previous Section Next Section