The document discusses several myths about system performance and CPU utilization. It debunks the myths that CPU requirements are proportional to the number of users, and that the CPU must be upgraded when utilization is above 60%. It explains that response time is determined by I/O service time, I/O queueing delay, CPU service time, and CPU queueing delay. A CPU upgrade can sometimes hurt response times by increasing I/O contention for I/O-intensive users. The system does not truly "lock up" when CPU utilization is 100%; a high priority runaway process can cause the perception of a lock up by starving other processes.