> -----Original Message----- > From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> > Hi Tim, > > On Thu, Nov 7, 2024 at 2:26 AM Bird, Tim <Tim.Bird@xxxxxxxx> wrote: > > I'm writing to introduce a tool that I'd like people to run, to gather boot-time data on > > their systems. I'd like to collect boot-time data from a lot of different systems. > > [...] > > Thank you! > > > ---- script grab-boot-data.sh follows ---- > > #!/bin/sh > > # grab-boot-data.sh > > It's always a good idea to run shellcheck on any script you write. Thanks. I went through the issues reported by shellcheck and adjusted a few things. The tool currently lives at: https://birdcloud.org/boot-time/Boot-time_Tools but I anticipate creating, soon, a github repo for this and other tools, and possibly non-upstreamable (or on-their-way-to-upstream) patches. -- Tim