Re: [systemd-devel] [EXT] Re: slowness reading persistent journal

2025-05-07 Thread Lennart Poettering
On Mi, 07.05.25 06:48, Windl, Ulrich (u.wi...@ukr.de) wrote: > Hi! > > SLES Support is working on it, and that support claimed that > journalctl would output the journal line-by-line, calling fstat for > each journal file for each line to output. So for 100 journal files > and 6 million lines of j

Re: [systemd-devel] [EXT] Re: slowness reading persistent journal

2025-05-06 Thread Windl, Ulrich
Hi! SLES Support is working on it, and that support claimed that journalctl would output the journal line-by-line, calling fstat for each journal file for each line to output. So for 100 journal files and 6 million lines of journal, that number would be simply crazy. Most of all I'd wonder what