diff options
author | Daniel Braunwarth <daniel@braunwarth.dev> | 2022-09-22 18:35:19 +0200 |
---|---|---|
committer | Daniel Braunwarth <daniel@braunwarth.dev> | 2022-09-23 10:07:03 +0200 |
commit | 893bcd3d074022bd52618cb682152cb822878636 (patch) | |
tree | fd636b0ef90ba4d39163f92f1a3032a11237dcc8 /man | |
parent | logs-show: move timestamp reading into show_journal_entry() (diff) | |
download | systemd-893bcd3d074022bd52618cb682152cb822878636.tar.xz systemd-893bcd3d074022bd52618cb682152cb822878636.zip |
shared/logs-show: add new --output= format "short-delta"
This new output formatting option is similar to "short-monotonic" but
also shows the time delta between two messages.
This fixes #24641.
Diffstat (limited to 'man')
-rw-r--r-- | man/journalctl.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/man/journalctl.xml b/man/journalctl.xml index fb7da5446e..75427bc632 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -420,6 +420,13 @@ </varlistentry> <varlistentry> + <term><option>short-delta</option></term> + <listitem><para>as for <option>short-monotonic</option> but includes the time difference + to the previous entry. + Maybe unreliable time differences are marked by a <literal>*</literal>.</para></listitem> + </varlistentry> + + <varlistentry> <term><option>short-unix</option></term> <listitem><para>is very similar, but shows seconds passed since January 1st 1970 UTC instead of wallclock timestamps ("UNIX time"). The time is shown with microsecond accuracy.</para></listitem> |