RE: [boot-time] RFC grab-boot-data.sh - tool to grab boot time data
"Bird, Tim" <[email protected]> Wed, 27 Nov 2024 19:20:01 +0000
| Newsgroups | org.kernel.vger.linux-embedded,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <MW5PR13MB563217F05913D7146437B395FD282@MW5PR13MB5632.namprd13.prod.outlook.com> |
> -----Original Message----- > From: Geert Uytterhoeven <[email protected]> > Hi Tim, > > On Thu, Nov 7, 2024 at 2:26 AM Bird, Tim <[email protected]> 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