Manogna Ramakrishna Chebiyyam
2006-Sep-12 09:43 UTC
[Fedora-xen] how to determine CPU Slice
Hi, Some one please give me a pointer as to how to determine the CPU Slice of a domain U Thanks in advance "If we knew what it was we were doing, it would not be called research, would it?" Albert Einstien **************** CAUTION - Disclaimer ***************** This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Further, you are not to copy, disclose, or distribute this e-mail or its contents to any other person and any such actions are unlawful. This e-mail may contain viruses. Infosys has taken every reasonable precaution to minimize this risk, but is not liable for any damage you may sustain as a result of any virus in this e-mail. You should carry out your own virus checks before opening the e-mail or attachment. Infosys reserves the right to monitor and review the content of all messages sent to or from this e-mail address. Messages sent to or from this e-mail address may be stored on the Infosys e-mail system. ***INFOSYS******** End of Disclaimer ********INFOSYS***
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 UWhat 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 -=|