Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5924

Raspberry Pi OS • Re: Odd application load times in Bookworm

$
0
0
Definitely shouldn't be that slow running off an NVMe drive, unless you've somehow got a really slow SSD. Maybe the SSD is faulty. Are you running anything else on the Pi at the same time?

You can see how much IO (input/output, i.e. reads and writes to disks etc) is being done, using the iostat command:

Code:

sudo apt update && sudo apt install sysstat
will install it, then:

Code:

iostat -y 5
will run it, showing you the amount of IO taking place every 5 seconds.

The initial run of each application is slower because it has to read it from disk (although it should not be that slow). On the second run the files are in the cache in memory, so it starts up faster.

Statistics: Posted by andrum99 — Sat May 04, 2024 3:50 pm



Viewing all articles
Browse latest Browse all 5924

Latest Images

Trending Articles



Latest Images