Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...
|
Re: how to determine CPU Slice: msg#00012
|
Subject: |
Re: 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 -=|
|
| |