journalctl


title: cheat sheet journalctl date: “2021-07-25T22:12:03.284Z” description: “cheat sheet journalctl” categories:

  • cheatsheet tags:
  • cheatsheet
  • journalctl

効果コマンド
逆順表示journalctl -r
特定ユニットjournalctl -u rsyslog.service
時間指定journalctl –since today
現在のブートセッションのみjournalctl -b
tail -f のようにフォローjournalctl -f
ページ(errとかinfoとか)ごとjournalctl -p err

デーモンのリストを出し検索

systemctl list-units --type=service

rootless containerd のログを置い続ける

journalctl -f --user-unit containerd.service -p warning