Zachary Amsden wrote:
Jeremy Fitzhardinge wrote:
Zachary Amsden wrote:Not schedulable time, scheduled time (schedulable - scheduled) = stolen
Scheduled (or available) time and real time are good notions. StolenWell, in the Xen case it is actually guaranteed to be correct and useful
time is debatable. But TSC is basically just always wrong. That's
why I don't want to overload the rdtsc operation.
as real time, but that's definitely not something we can expect in
general. But you're talking specifically about schedulable vcpu time
here, right?
I meant "schedulable" (perhaps "usable" would be better) from the
guest's perspective: total amount of real cpu time each vcpu gets. ie:
(real - schedulable) = stolen. So I think we're talking about the same
thing.