search for: restituto

Displaying 9 results from an estimated 9 matches for "restituto".

2014 Aug 13
2
how virt-manager gets CPU usage of Guest
Hi, Does anybody know how virt-manager is getting the CPU usage of the guests? I need to know how to get the CPU usage of the guests and this is the only way I can think of. In other words, how does virt-manager produce the graph of the CPU usage of EACH guest in KVM? I don't actually need the graph, I just need to get the percentage(%) since I'm trying to create a Java program to get
2014 Jul 06
2
getting CPU usage through virsh command or libvirt API
Hi,        Is it possible to get the CPU usage of a guest through a virsh command? I have tried almost all the commands (vcpuinfo, cpu-stats, etc.) that gets the details of a guest cpu, but it only returns the cpu time. Is there any command that returns the cpu usage (just like the graph that virt-manager displays) of a guest? Or do I have to create a program using libvirt API? Thanks in
2014 Jun 30
1
getting CPU usage of KVM
Greetings sir,                   I am currently taking up Computer Science in my school. I just want to ask how do you get the CPU usage and Memory usage of the VMs (I'm referring sir to the graphs that the Virtual Machine Manager is displaying)? I need to get the numbers (the numbers are enough, I don't need the graph) of these informations because I will be needing it for my
2014 Jul 03
1
getting CPU usage of VMs through libvirt
Greetings everyone,        I just want to ask if it is possible to get the CPU usage of the VMs in KVM through libvirt? I mean, how does the virt-manager produce the graph it displays? Is there a way get this graph? But instead of the graph itself, I just need to get it in percentage(%) form. I'd like to know how. Thank you and your help will be greatly appreciated. regards, Marco
2014 Jul 05
1
Source code of virt-manager
Hi,     Does anyone know where I could view the source code of virt-manager? Because I'm trying to learn how the virt-manager gets the CPU usage of a VM(the graph it displays). I'm trying to make a program using java that gets the CPU usage of a VM in KVM. Anybody have suggestions on where I could start?Thanks regards, Marco
2014 Aug 07
1
Understanding Libvirt Java API in order to get CPU usage of a VM
I'm having a problemin understanding the Libvirt Java API. Here is my sourcein reading some of the classes: http://libvirt.org/sources/java/javadoc/ I have no idea where to start in order for me to get the CPU usage. Can anybody help? Or at least give me some points on where to start in order for me to get the CPU usage of a VM in KVM? Any suggestions will really help. Thanks regards,
2014 Aug 12
1
Libvirt Java API to get CPU usage of VM (KVM)
Hi all libvirt-users, Is there a counterpart on Java of the function virDomainGetCPUStats that is based on C API? Because I am trying to create a program based on java to get the CPU usage of a Guest/Domain/VM in KVM using the Libvirt Java API. Honestly, I am having a hard time in starting my program. I have no idea where to start. I mean, what functions do I need to get the CPU usage of
2014 Aug 13
0
Re: how virt-manager gets CPU usage of Guest
On 13.08.2014 16:00, Restituto Marcus Arevalo wrote: > Hi, > > Does anybody know how virt-manager is getting the CPU usage of the > guests? I need to know how to get the CPU usage of the guests and this > is the only way I can think of. In other words, how does virt-manager > produce the graph of the CPU usage...
2014 Aug 05
0
How to import libvirt library in Java
Hi, I am trying to get the CPU/Memory usage of the VMs in KVM using Java. But before I get to start coding, I have no idea where to get the libvirt library and how to import it in Java. Does anyone know where I can get it and how I'll be able to use its library? Thanks regards, Marco