X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.journal-fields.xml;h=d1cb40bb124caf06833192a166e023ac4b661d56;hb=1ca6783f5ea3755bd83e723f529c2eda512c7fed;hp=59bb8ad70a26f80dc6c7e1b2fc84b615af693ec4;hpb=18c7ed186be28800a2eeb37ad31c9c44480d3d9c;p=elogind.git diff --git a/man/systemd.journal-fields.xml b/man/systemd.journal-fields.xml index 59bb8ad70..d1cb40bb1 100644 --- a/man/systemd.journal-fields.xml +++ b/man/systemd.journal-fields.xml @@ -58,7 +58,8 @@ sense. New fields may freely be defined by applications, but a few fields have special meaning. All fields with special meanings are - optional. + optional. In some cases fields may appear more than + once per entry. @@ -67,9 +68,9 @@ User fields are fields that are directly passed from clients and stored in the journal. - + - MESSAGE= + MESSAGE= The human readable message string for this @@ -84,7 +85,7 @@ - MESSAGE_ID= + MESSAGE_ID= A 128bit message identifier ID for recognizing @@ -106,7 +107,7 @@ - PRIORITY= + PRIORITY= A priority value between 0 (emerg) @@ -120,9 +121,9 @@ - CODE_FILE= - CODE_LINE= - CODE_FUNC= + CODE_FILE= + CODE_LINE= + CODE_FUNC= The code location generating this message, if @@ -133,7 +134,7 @@ - ERRNO= + ERRNO= The low-level Unix error number causing this entry, if @@ -146,9 +147,9 @@ - SYSLOG_FACILITY= - SYSLOG_IDENTIFIER= - SYSLOG_PID= + SYSLOG_FACILITY= + SYSLOG_IDENTIFIER= + SYSLOG_PID= Syslog compatibility fields containing the facility @@ -169,11 +170,11 @@ fields, i.e. fields that are implicitly added by the journal and cannot be altered by client code. - + - _PID= - _UID= - _GID= + _PID= + _UID= + _GID= The process, user and group ID of the process the @@ -184,9 +185,9 @@ - _COMM= - _EXE= - _CMDLINE= + _COMM= + _EXE= + _CMDLINE= The name, the executable path and the command line of @@ -196,8 +197,8 @@ - _AUDIT_SESSION= - _AUDIT_LOGINUID= + _AUDIT_SESSION= + _AUDIT_LOGINUID= The session and login UID of the process the journal @@ -208,10 +209,10 @@ - _SYSTEMD_CGROUP= - _SYSTEMD_SESSION= - _SYSTEMD_UNIT= - _SYSTEMD_OWNER_UID= + _SYSTEMD_CGROUP= + _SYSTEMD_SESSION= + _SYSTEMD_UNIT= + _SYSTEMD_OWNER_UID= The contol group path in @@ -226,7 +227,7 @@ - _SELINUX_CONTEXT= + _SELINUX_CONTEXT= The SELinux security context of the process the @@ -236,7 +237,7 @@ - _SOURCE_REALTIME_TIMESTAMP= + _SOURCE_REALTIME_TIMESTAMP= The earliest trusted timestamp of the message, if @@ -250,7 +251,7 @@ - _BOOT_ID= + _BOOT_ID= The kernel boot ID for the boot the message was @@ -261,7 +262,7 @@ - _MACHINE_ID= + _MACHINE_ID= The machine ID of the originating host, as available @@ -271,7 +272,7 @@ - _HOSTNAME= + _HOSTNAME= The name of the originating host. @@ -279,7 +280,7 @@ - _TRANSPORT= + _TRANSPORT= How the entry was received by the journal @@ -305,6 +306,69 @@ + + Kernel Journal Fields + + Kernel fields are fields that are used by + messages originating in the kernel and stored in the + journal. + + + + _KERNEL_DEVICE= + + The kernel device + name. If the entry is + associated to a block device, + the major and minor of the + device node, separated by ':' + and prefixed by 'b'. Similar + for character devices, but + prefixed by 'c'. For network + devices the interface index, + prefixed by 'n'. For all other + devices '+' followed by the + subsystem name, followed by + ':', followed by the kernel + device name. + + + + _KERNEL_SUBSYSTEM= + + The kernel subsystem name. + + + + _UDEV_SYSNAME= + + The kernel device name + as it shows up in the device + tree below + /sys. + + + + _UDEV_DEVNODE= + + The device node path of + this device in + /dev. + + + + _UDEV_DEVLINK= + + Additional symlink names + pointing to the device node in + /dev. This + field is frequently set more + than once per entry. + + + + + Address Fields @@ -319,9 +383,9 @@ may also not be used as matches for sd_journal_add_match3 - + - __CURSOR= + __CURSOR= The cursor for the entry. A cursor is an opaque @@ -335,7 +399,7 @@ - __REALTIME_TIMESTAMP= + __REALTIME_TIMESTAMP= The wallclock time (CLOCK_REALTIME) at the point @@ -352,7 +416,7 @@ - __MONOTONIC_TIMESTAMP= + __MONOTONIC_TIMESTAMP= The monotonic time (CLOCK_MONOTONIC) at the point