SD_JOURNAL_ENUMERATE_FIELDS - Online Linux Manual PageSection : 3
Updated :
Source : systemd 250
Note : sd_journal_enumerate_fields

NAMEsd_journal_enumerate_fields, sd_journal_restart_fields, SD_JOURNAL_FOREACH_FIELD − Read used field names from the journal

SYNOPSIS#include <systemd/sd−journal​.h>int sd_journal_enumerate_fields(sd_journal *j, const char **field); void sd_journal_restart_fields(sd_journal *j); SD_JOURNAL_FOREACH_FIELD(sd_journal *j, const char *field);

DESCRIPTIONsd_journal_enumerate_fields() may be used to iterate through all field names used in the opened journal files​. On each invocation the next field name is returned​. The order of the returned field names is not defined​. It takes two arguments: the journal context object, plus a pointer to a constant string pointer where the field name is stored in​. The returned data is in a read−only memory map and is only valid until the next invocation of sd_journal_enumerate_fields()​. Note that this call is subject to the data field size threshold as controlled by sd_journal_set_data_threshold()​. sd_journal_restart_fields() resets the field name enumeration index to the beginning of the list​. The next invocation of sd_journal_enumerate_fields() will return the first field name again​. The SD_JOURNAL_FOREACH_FIELD() macro may be used as a handy wrapper around sd_journal_restart_fields() and sd_journal_enumerate_fields()​. These functions currently are not influenced by matches set with sd_journal_add_match() but this might change in a later version of this software​. To retrieve the possible values a specific field can take use sd_journal_query_unique(3)​.

RETURN VALUEsd_journal_enumerate_fields() returns a positive integer if the next field name has been read, 0 when no more field names are known, or a negative errno−style error code​. sd_journal_restart_fields() returns nothing​.

NOTESAll functions listed here are thread−agnostic and only a single specific thread may operate on a given object during its entire lifetime​. It's safe to allocate multiple independent objects and use each from a specific thread in parallel​. However, it's not safe to allocate such an object in one thread, and operate or free it from any other, even if locking is used to ensure these threads don't operate on it at the very same time​. These APIs are implemented as a shared library, which can be compiled and linked to with the libsystemd ​pkg-config(1) file​.

EXAMPLESUse the SD_JOURNAL_FOREACH_FIELD() macro to iterate through all field names in use in the current journal​. #include <stdio​.h> #include <string​.h> #include <systemd/sd−journal​.h> int main(int argc, char *argv[]) { sd_journal *j; const char *field; int r; r = sd_journal_open(&j, SD_JOURNAL_LOCAL_ONLY); if (r < 0) { fprintf(stderr, "Failed to open journal: %s\n", strerror(−r)); return 1; } SD_JOURNAL_FOREACH_FIELD(j, field) printf("%s\n", field); sd_journal_close(j); return 0; }

SEE ALSOsystemd(1), systemd.journal-fields(7), sd-journal(3), sd_journal_open(3), sd_journal_query_unique(3), sd_journal_get_data(3), sd_journal_add_match(3)
0
Johanes Gumabo
Data Size   :   11,207 byte
man-sd_journal_restart_fields.3Build   :   2024-12-05, 20:55   :  
Visitor Screen   :   x
Visitor Counter ( page / site )   :   3 / 189,213
Visitor ID   :     :  
Visitor IP   :   18.118.162.166   :  
Visitor Provider   :   AMAZON-02   :  
Provider Position ( lat x lon )   :   39.962500 x -83.006100   :   x
Provider Accuracy Radius ( km )   :   1000   :  
Provider City   :   Columbus   :  
Provider Province   :   Ohio ,   :   ,
Provider Country   :   United States   :  
Provider Continent   :   North America   :  
Visitor Recorder   :   Version   :  
Visitor Recorder   :   Library   :  
Online Linux Manual Page   :   Version   :   Online Linux Manual Page - Fedora.40 - march=x86-64 - mtune=generic - 24.12.05
Online Linux Manual Page   :   Library   :   lib_c - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Online Linux Manual Page   :   Library   :   lib_m - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Data Base   :   Version   :   Online Linux Manual Page Database - 24.04.13 - march=x86-64 - mtune=generic - fedora-38
Data Base   :   Library   :   lib_c - 23.02.07 - march=x86-64 - mtune=generic - fedora.36

Very long time ago, I have the best tutor, Wenzel Svojanovsky . If someone knows the email address of Wenzel Svojanovsky , please send an email to johanes_gumabo@yahoo.co.id .
If error, please print screen and send to johanes_gumabo@yahoo.co.id
Under development. Support me via PayPal.