search for: bgkim

Displaying 5 results from an estimated 5 matches for "bgkim".

Did you mean: bgki
2016 Jan 04
2
API for retrieving resource metrics from VMs?
...resources from VMs. I don't care about the language, but I really want to know whether such APIs even exists or not. As far as I know, cpu, memory, and network I/O seems being provided, but I'm not sure disk usage per VMs can be obtained via libvirt API. Thanks in advance. Best regards bgkim -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20160104/836160c0/attachment.htm>
2016 Jan 04
4
Re: API for retrieving resource metrics from VMs?
...you for the reply! I used the term "disk usage" as what you mentioned first; the information which can be retrieved via 'df' command on linux system... I'll then have to consider different approach to do what I want. Anyway, thanks again for your great help. Best regards bgkim 2016-01-04 22:21 GMT+09:00 Michal Privoznik <mprivozn@redhat.com>: > On 04.01.2016 01:19, BYEONG-GI KIM wrote: > > Hello. I'm a new getting started to learn the libvirt API. > > > > I've tried to find APIs which retrieve resource metrics such as cpu, > disk...
2016 Jan 06
0
Re: API for retrieving resource metrics from VMs?
Thank you indeed! That information would be really great help for me. I'll look for the libguestfs. By the way, you mentioned that the tool would be better not to use frequently, so... Does the tool have any performance issue? Best regards bgkim 2016-01-06 5:44 GMT+09:00 Laine Stump <laine@laine.org>: > On 01/04/2016 11:59 AM, Vasiliy Tolstov wrote: > >> 2016-01-04 16:33 GMT+03:00 BYEONG-GI KIM <kimbyeonggi@gmail.com>: >> >>> hank you for the reply! >>> >>> I used the term "di...
2016 Jan 06
1
Question how to implement remote access
...ct with a host where kvm/qemu has been installed from a remote node, to access and get VMs' disk related information remotely? I read JavaDoc and libguestfs-java sample code from http://libguestfs.org/guestfs-java.3.html, but I could not find such an example. Thanks in advance! best regards bgkim -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libguestfs/attachments/20160106/cd860cce/attachment.htm>
2016 Jan 05
2
Re: API for retrieving resource metrics from VMs?
On 01/04/2016 11:59 AM, Vasiliy Tolstov wrote: > 2016-01-04 16:33 GMT+03:00 BYEONG-GI KIM <kimbyeonggi@gmail.com>: >> hank you for the reply! >> >> I used the term "disk usage" as what you mentioned first; the information >> which can be retrieved via 'df' command on linux system... >> >> I'll then have to consider different