InterviewSolution
| 1. |
How Does A Dynamic Compression Factor In Consistent Cpu Spiking Vs. Constant Cpu Usage? |
|
Answer» It factors in average usage over the 30 second WINDOW since the last SAMPLE - so, even with irregular spikes, you will have dynamic compression on for at most 30 SECONDS after the spike - and if your spikes are instantaneous (and so do not affect average CPU usage over 30 seconds MUCH) - they will not affect dynamic compression. It factors in average usage over the 30 second window since the last sample - so, even with irregular spikes, you will have dynamic compression on for at most 30 seconds after the spike - and if your spikes are instantaneous (and so do not affect average CPU usage over 30 seconds much) - they will not affect dynamic compression. |
|