Options: --system Show the system journal --user Show the user journal for the current user -M --machine=CONTAINER Operate on local container -S --since=DATE Show entries not older than the specified date -U --until=DATE Show entries not newer than the specified date -c --cursor=CURSOR...
-M --machine=CONTAINER# 在本地容器上操作 -S --since=DATE# 显示不早于指定日期的条目 -U --until=DATE# 显示不晚于指定日期的条目 -c --cursor=CURSOR# 显示从指定光标开始的条目 --after-cursor=CURSOR# 在指定光标后显示条目 --show-cursor# 在所有条目之后打印光标 -b --boot[=ID]# 显示当前启...
Shorter intervals increase CPU consumption but shorten the time range of undetectable journal alterations. Defaults to 15min. --verify Check the journal file for internal consistency. If the file has been generated with FSS enabled and the FSS verification key has been specified with --verify-key...
Flags:--system # 显示系统日志--user # 显示当前用户的用户日志-M--machine=CONTAINER# 在本地容器上操作-S--since=DATE# 显示不早于指定日期的条目-U--until=DATE# 显示不晚于指定日期的条目-c--cursor=CURSOR# 显示从指定光标开始的条目--after-cursor=CURSOR# 在指定光标后显示条目--show-cursor # 在...
语法: journalctl [OPTIONS...] [MATCHES...] 选项: Flags: --system # 显示系统日志 --user # 显示当前用户的用户日志 -M --machine=CONTAINER # 在本地容器上操作 -S --since=DATE # 显示不早于指定日期的条目 -U --until=DATE # 显示不晚于指定日期的条目 -c --cursor=CURSOR # 显示从指定光标...
Flags:--system# 显示系统日志--user# 显示当前用户的用户日志-M--machine=CONTAINER# 在本地容器上操作-S--since=DATE# 显示不早于指定日期的条目-U--until=DATE# 显示不晚于指定日期的条目-c--cursor=CURSOR# 显示从指定光标开始的条目--after-cursor=CURSOR# 在指定光标后显示条目--show-cursor# 在所有条...
time=TIME Remove journal files older than specified date --flush Flush all journal data from /run into /var --header Show journal header information --list-catalog Show all message IDs in the catalog --dump-catalog Show entries in the message catalog --update-catalog Update the message ...
选项:--system 显示系统日志--user 显示当前用户的用户日志-M--machine=CONTAINER 对本地容器进行操作-S--since=DATE 显示不早于指定日期的条目-U--until=DATE 显示不晚于指定日期的条目-c--cursor=CURSOR 从指定的游标开始显示条目--after-cursor=CURSOR 显示指定游标之后的条目--show-cursor 在所有条目后打印游...
$ journalctl --since="$start_time" --until="$end_time" -u sshd 上述参数介绍如下: -d:显示 datestr 中所设定的时间 (非系统时间) "1 day ago":输出一天前的日期 "0 day ago":输出当前日期 --since:仅显示指定日期或以后的日志条目 --until:仅显示指定日期或之前的日志条目 ...
-U --until=DATE # 显示不晚于指定日期的条目 -c --cursor=CURSOR # 显示从指定光标开始的...