* cpu specific fields in getdomaininfo
@ 2005-05-09 0:11 Kip Macy
2005-05-09 6:32 ` Keir Fraser
0 siblings, 1 reply; 2+ messages in thread
From: Kip Macy @ 2005-05-09 0:11 UTC (permalink / raw)
To: xen-devel
I'd like to know what you're recommendations are for cpu_time,
processor, and per-exec_domain flags.
>From my usage standpoint, cpu_time should be the highest of all of the
vcpus, PAUSED and BLOCKED should be the logical AND of all the vcpus
and RUNNING should be the logical OR of all of the vcpus, processor
should simply be moved to getvcpucontext or be made into separate
field along the lines of the bitmask discussed previously.
Thanks.
-Kip
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: cpu specific fields in getdomaininfo
2005-05-09 0:11 cpu specific fields in getdomaininfo Kip Macy
@ 2005-05-09 6:32 ` Keir Fraser
0 siblings, 0 replies; 2+ messages in thread
From: Keir Fraser @ 2005-05-09 6:32 UTC (permalink / raw)
To: Kip Macy; +Cc: xen-devel
On 9 May 2005, at 01:11, Kip Macy wrote:
>> From my usage standpoint, cpu_time should be the highest of all of the
> vcpus, PAUSED and BLOCKED should be the logical AND of all the vcpus
> and RUNNING should be the logical OR of all of the vcpus, processor
> should simply be moved to getvcpucontext or be made into separate
> field along the lines of the bitmask discussed previously.
None of these fields make much sense to aggregate and ought probably to
disappear from GETDOMAININFO. Possibly cpu_time should be the *sum* of
all individual vcpu times. I think your method aggregating
paused/blocked/running is probably the sanest.
-- Keir
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-05-09 6:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-09 0:11 cpu specific fields in getdomaininfo Kip Macy
2005-05-09 6:32 ` Keir Fraser
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.