Y
Hacker News
new
|
ask
|
show
|
jobs
by
toupeira
4254 days ago
Try "journalctl -e" or "journalctl --since today", it seems like by default it will load
all
available logs which leads to this slugishness.
2 comments
perlpimp
4254 days ago
it is slow because log is read written in a block binary format but pager accepts byte granular fseek feature to go forward without loading everything into $PAGER's buffers.
link
rakoo
4254 days ago
See ? People complaining before reading TFM. Thank you !
link