Re: ldomctl: status: Make stopped ldom utilization appear as zero

2023-08-07 Thread Klemens Nanni
On Sat, Apr 22, 2023 at 12:00:44AM +, Klemens Nanni wrote: > On Fri, Apr 21, 2023 at 11:29:11PM +, Koakuma wrote: > > I noticed that when using `ldomctl status` the utilization value of > > stopped ldoms is always a copy of the previous entry's value, > > which is probably incorrect?

Re: ldomctl: status: Make stopped ldom utilization appear as zero

2023-04-21 Thread Klemens Nanni
On Fri, Apr 21, 2023 at 11:29:11PM +, Koakuma wrote: > I noticed that when using `ldomctl status` the utilization value of > stopped ldoms is always a copy of the previous entry's value, > which is probably incorrect? > > Zeroing utilization value in `ldomctl status` at the start of the loop

ldomctl: status: Make stopped ldom utilization appear as zero

2023-04-21 Thread Koakuma
I noticed that when using `ldomctl status` the utilization value of stopped ldoms is always a copy of the previous entry's value, which is probably incorrect? Zeroing utilization value in `ldomctl status` at the start of the loop makes it so that stopped ldoms' utilization appear as a zero, which