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

Programming for the Java Virtual Machine

[ directory ] Previous Section Next Section

Chapter 13. Common Bottleneck Symptoms

A performance test uncovers performance problems. The tougher task is solving the problems the test uncovers. This chapter discusses how to recognize and eliminate common bottlenecks you might encounter in your testing or even in production. We describe the common patterns of underutilization, bursty utilization, high utilization, and uneven cluster loading. For each pattern, we discuss the symptoms, as well how to diagnose and resolve the problem behind them.

    [ directory ] Previous Section Next Section