Here are the details.  Has anyone else experience this issue
netbsd 9.0
time cat /mnt/amd64/binary/sets/base.tarxz > /dev/null
5.65s real 0.00s user 0.06s system

netbsd 10rc5
time cat /mnt/amd64/binary/sets/base.tarxz > /dev/null
1.59s real 0.00s user 0.11s system

-----Original Message-----
From: Martin Husemann <mar...@duskware.de> 
Sent: Monday, March 11, 2024 10:11 AM
To: Derrick Lobo <derrick.l...@givex.com>
Cc: pms-...@outlook.com; netbsd-users@netbsd.org
Subject: Re: EXT MAIL : Re: USB install is slow

On Mon, Mar 11, 2024 at 01:31:26PM +0000, Derrick Lobo wrote:
> I have reproduced this issue on multiple servers with the following 
> cpus using the amd64 USB image on all of them takes 20 to 45 minutes 
> which normally on netbsd9 took 3 minutes max to complete the USB 
> install. None of our servers have CD/DVD

It would be really suprising if any of that CPUs would make a difference.

Have you tried a different USB stick?

It is still totally unclear where your machines spends all the time. Instead of 
installation you could benchmark reading the sets first, something
like:

        time cat /mnt/.../base.tar.xz > /dev/null

and compare that with 9.x numbers.

Martin

Reply via email to