search for: kimbyeonggi

Displaying 7 results from an estimated 7 matches for "kimbyeonggi".

2016 Jan 04
4
Re: API for retrieving resource metrics from VMs?
Thank 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
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 approach to do...
2016 Jan 05
1
Re: API for retrieving resource metrics from VMs?
On 04.01.2016 17:59, 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 approach to do...
2016 Jan 04
0
Re: API for retrieving resource metrics from VMs?
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 approach to do what I want. > >...
2016 Jan 06
0
Re: API for retrieving resource metrics from VMs?
...d 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 "disk usage" as what you mentioned first; the information >>> which can be retrieved via 'df' command on linux system... >>> >>> I'll then have to...
2016 Jan 06
1
Question how to implement remote access
Hello. I've been finding a good solution to monitor virtual machines' status such as memory, disk, cpu, etc, and I found this as a tool for measuring disk/image status. I have a question while using the libguestfs-java library; I'd wanted to implement a sample app which retrieve the disk information remotely. Is there any way, i.e., specific API(s) to connect with a host where
2016 Jan 04
2
API for retrieving resource metrics from VMs?
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, memory, and network I/O usages, but I could find few related thing; I was intended to use libvirt-Java binding first, it seems I'd be better to use the others like Python binding or C API though. The Java binding API is likely to provide very limited