|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] Re: [Fedora-xen] how to determine CPU Slice
On Tue, Sep 12, 2006 at 03:13:11PM +0530, Manogna Ramakrishna Chebiyyam wrote:
> Some one please give me a pointer as to how to determine the CPU Slice
> of a domain U
What exactly do you mean by CPU slice ? The CPU time used by a domain since
it started ?
libvirt provides an API virDomainGetInfo() for retrieving stats about a
running domain. One of the fields in the struct it fills is 'cpuTime' which
is a running counter of CPU time allocated to the DomU since it started,
measured in nanoseconds. You can access this from C / Python / Perl, or
just run 'virsh dominfo [name | id | uuid]' from the shell.
eg
# virsh dominfo demo1
Id: 6
Name: demo1
UUID: 7c29eaa6-68e3-1891-abef-7334079927a1
OS Type: linux
State: blocked
CPU(s): 2
CPU time: 14.8s
Max memory: 723968 kB
Used memory: 723776 kB
Regards,
Dan.
--
|=- Red Hat, Engineering, Emerging Technologies, Boston. +1 978 392 2496 -=|
|=- Perl modules: http://search.cpan.org/~danberr/ -=|
|=- Projects: http://freshmeat.net/~danielpb/ -=|
|=- GnuPG: 7D3B9505 F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 -=|
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|