mirror of
https://github.com/systemd/systemd.git
synced 2025-01-11 09:18:07 +03:00
man/systemd.journal-fields: document _SOURCE_{MONOTONIC,BOOTTIME}_TIMESTAMP
Follow-up for a9357c2ce2
This commit is contained in:
parent
4632505865
commit
fd41dfc135
@ -272,11 +272,21 @@
|
|||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><varname>_SOURCE_REALTIME_TIMESTAMP=</varname></term>
|
<term><varname>_SOURCE_REALTIME_TIMESTAMP=</varname></term>
|
||||||
|
<term><varname>_SOURCE_MONOTONIC_TIMESTAMP=</varname></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>The earliest trusted timestamp of the message, if any
|
<para>The earliest trusted timestamp of the message, if any is known that is different from
|
||||||
is known that is different from the reception time of the
|
the reception time of the journal. These are the <constant>CLOCK_REALTIME</constant> and
|
||||||
journal. This is the time in microseconds since the epoch
|
<constant>CLOCK_MONOTONIC</constant> clocks in microseconds, formatted as decimal strings.</para>
|
||||||
UTC, formatted as a decimal string.</para>
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term><varname>_SOURCE_BOOTTIME_TIMESTAMP=</varname></term>
|
||||||
|
<listitem>
|
||||||
|
<para>The earliest trusted timestamp of the message in <constant>CLOCK_BOOTTIME</constant> clock.
|
||||||
|
For details, refer to <varname>_SOURCE_MONOTONIC_TIMESTAMP=</varname>.</para>
|
||||||
|
|
||||||
|
<xi:include href="version-info.xml" xpointer="v257"/>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user