Re: [Qemu-devel] top(1) utility implementation in QEMU

2016-10-11 Thread Daniel P. Berrange
On Tue, Oct 11, 2016 at 08:51:01PM +0800, Fam Zheng wrote: > On Tue, 10/04 09:42, Markus Armbruster wrote: > > >> What's the advantage over simply using another QMP monitor? Naturally, > > >> injecting arbitrary QMP commands behind libvirt's back isn't going to > > >> end well, but "don't do that

Re: [Qemu-devel] top(1) utility implementation in QEMU

2016-10-11 Thread Fam Zheng
On Tue, 10/04 09:42, Markus Armbruster wrote: > >> What's the advantage over simply using another QMP monitor? Naturally, > >> injecting arbitrary QMP commands behind libvirt's back isn't going to > >> end well, but "don't do that then". Information queries and listening > >> to events should be

Re: [Qemu-devel] top(1) utility implementation in QEMU

2016-10-04 Thread Markus Armbruster
Fam Zheng writes: > On Fri, 09/30 19:08, Markus Armbruster wrote: >> Fam Zheng writes: >> >> > On Mon, 09/26 17:28, Daniel P. Berrange wrote: >> >> On Mon, Sep 26, 2016 at 07:14:33PM +0530, prashanth sunder wrote: >> >> > Hi All, >> >> > >> >> > Summary of the discussion and different approach

Re: [Qemu-devel] top(1) utility implementation in QEMU

2016-10-01 Thread Fam Zheng
On Fri, 09/30 19:08, Markus Armbruster wrote: > Fam Zheng writes: > > > On Mon, 09/26 17:28, Daniel P. Berrange wrote: > >> On Mon, Sep 26, 2016 at 07:14:33PM +0530, prashanth sunder wrote: > >> > Hi All, > >> > > >> > Summary of the discussion and different approaches we had on IRC > >> > regar

Re: [Qemu-devel] top(1) utility implementation in QEMU

2016-09-30 Thread Markus Armbruster
Fam Zheng writes: > On Mon, 09/26 17:28, Daniel P. Berrange wrote: >> On Mon, Sep 26, 2016 at 07:14:33PM +0530, prashanth sunder wrote: >> > Hi All, >> > >> > Summary of the discussion and different approaches we had on IRC >> > regarding a top(1) tool in qemu >> > >> > Implement unique naming

Re: [Qemu-devel] top(1) utility implementation in QEMU

2016-09-28 Thread Fam Zheng
On Mon, 09/26 17:28, Daniel P. Berrange wrote: > On Mon, Sep 26, 2016 at 07:14:33PM +0530, prashanth sunder wrote: > > Hi All, > > > > Summary of the discussion and different approaches we had on IRC > > regarding a top(1) tool in qemu > > > > Implement unique naming for all event loop resources.

Re: [Qemu-devel] top(1) utility implementation in QEMU

2016-09-26 Thread Daniel P. Berrange
On Mon, Sep 26, 2016 at 07:14:33PM +0530, prashanth sunder wrote: > Hi All, > > Summary of the discussion and different approaches we had on IRC > regarding a top(1) tool in qemu > > Implement unique naming for all event loop resources. Sometimes a > string literal can be used but other times th

[Qemu-devel] top(1) utility implementation in QEMU

2016-09-26 Thread prashanth sunder
Hi All, Summary of the discussion and different approaches we had on IRC regarding a top(1) tool in qemu Implement unique naming for all event loop resources. Sometimes a string literal can be used but other times the unique name needs to be generated at runtime (e.g. filename for an fd). Appro