Re: VMM sh: time sleep 30 takes 56 seconds

2018-10-23 Thread Daniel Bolgheroni
On Tue, Oct 23, 2018 at 04:47:06AM +, Mike Larkin wrote: > On Mon, Oct 22, 2018 at 02:52:42AM -0200, Daniel Bolgheroni wrote: > > On Fri, Oct 19, 2018 at 04:16:51AM +, Mike Larkin wrote: > > > On Thu, Oct 18, 2018 at 10:34:20PM -0300, Daniel Bolgheroni wrote: > > > > On Wed, Oct 17, 2018 at

Re: VMM sh: time sleep 30 takes 56 seconds

2018-10-22 Thread Mike Larkin
On Mon, Oct 22, 2018 at 02:52:42AM -0200, Daniel Bolgheroni wrote: > On Fri, Oct 19, 2018 at 04:16:51AM +, Mike Larkin wrote: > > On Thu, Oct 18, 2018 at 10:34:20PM -0300, Daniel Bolgheroni wrote: > > > On Wed, Oct 17, 2018 at 08:42:46PM +, Mike Larkin wrote: > > > > A 1000Hz host helps her

Re: VMM sh: time sleep 30 takes 56 seconds

2018-10-21 Thread Daniel Bolgheroni
On Fri, Oct 19, 2018 at 04:16:51AM +, Mike Larkin wrote: > On Thu, Oct 18, 2018 at 10:34:20PM -0300, Daniel Bolgheroni wrote: > > On Wed, Oct 17, 2018 at 08:42:46PM +, Mike Larkin wrote: > > > A 1000Hz host helps here. I get 10.32s real time on sleep 10 with that > > > setting. > > > > >

Re: VMM sh: time sleep 30 takes 56 seconds

2018-10-18 Thread Mike Larkin
On Thu, Oct 18, 2018 at 10:34:20PM -0300, Daniel Bolgheroni wrote: > On Wed, Oct 17, 2018 at 08:42:46PM +, Mike Larkin wrote: > > A 1000Hz host helps here. I get 10.32s real time on sleep 10 with that > > setting. > > > > Note that qemu behaves the same way on OpenBSD. > > OK, the output is

Re: VMM sh: time sleep 30 takes 56 seconds

2018-10-18 Thread Daniel Bolgheroni
On Wed, Oct 17, 2018 at 08:42:46PM +, Mike Larkin wrote: > A 1000Hz host helps here. I get 10.32s real time on sleep 10 with that > setting. > > Note that qemu behaves the same way on OpenBSD. OK, the output is still slow when on serial, but things improved with 1000 Hz. I was going to ask

Re: VMM sh: time sleep 30 takes 56 seconds

2018-10-17 Thread Mike Larkin
On Sat, Oct 13, 2018 at 07:37:49PM -0300, Daniel Bolgheroni wrote: > On Sat, Oct 13, 2018 at 01:08:23AM +, Jordan Geoghegan wrote: > > Hello, > > > > Not sure if this is a bug or not, so I thought I would ask misc@ first. > > > > I was writing a script in my vmm guest that involved killing an

Re: VMM sh: time sleep 30 takes 56 seconds

2018-10-13 Thread Daniel Bolgheroni
On Sat, Oct 13, 2018 at 01:08:23AM +, Jordan Geoghegan wrote: > Hello, > > Not sure if this is a bug or not, so I thought I would ask misc@ first. > > I was writing a script in my vmm guest that involved killing and restarting > a long running process every hour using sleep "3600", and I noti