journalctl -b journalctl -bk ※カーネルの情報のみ
journalctl -k
journalctl -u <service-name> journalctl -u sshd.service ※例
journalctl <file-path> journalctl /usr/sbin/sshd ※例
journalctl _PID=<process_id>
journalctl --since="yyyy-mm-dd hh:mm:ss" --until="yyyy-mm-dd hh:mm:ss" journalctl --since=today journalctl --since=yesterday
journalctl -f
journalctl -pemerg journalctl -palert journalctl -pcrit journalctl -perr journalctl -pwarning journalctl -pnotice journalctl -pdebug journalctl -p0 ※emerg と同じ journalctl -p7 ※debug と同じ
journalctl --no-pager
systemctl status systemd-journald.service