1. 10 11月, 2015 3 次提交
  2. 23 10月, 2015 1 次提交
  3. 14 10月, 2015 1 次提交
  4. 01 10月, 2015 12 次提交
  5. 25 9月, 2015 1 次提交
  6. 16 9月, 2015 1 次提交
    • P
      KVM: add halt_attempted_poll to VCPU stats · 62bea5bf
      Paolo Bonzini 提交于
      This new statistic can help diagnosing VCPUs that, for any reason,
      trigger bad behavior of halt_poll_ns autotuning.
      
      For example, say halt_poll_ns = 480000, and wakeups are spaced exactly
      like 479us, 481us, 479us, 481us. Then KVM always fails polling and wastes
      10+20+40+80+160+320+480 = 1110 microseconds out of every
      479+481+479+481+479+481+479 = 3359 microseconds. The VCPU then
      is consuming about 30% more CPU than it would use without
      polling.  This would show as an abnormally high number of
      attempted polling compared to the successful polls.
      
      Acked-by: Christian Borntraeger <borntraeger@de.ibm.com<
      Reviewed-by: NDavid Matlack <dmatlack@google.com>
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      62bea5bf
  7. 05 8月, 2015 2 次提交
  8. 29 7月, 2015 1 次提交
  9. 23 7月, 2015 2 次提交
  10. 10 7月, 2015 1 次提交
  11. 04 7月, 2015 1 次提交
  12. 23 6月, 2015 1 次提交
  13. 19 6月, 2015 8 次提交
  14. 05 6月, 2015 4 次提交
  15. 04 6月, 2015 1 次提交