1ABRT-DUMP-JOURNAL() ABRT-DUMP-JOURNAL()
2
3
4
6 abrt-dump-journal-core - Extract coredumps from systemd-journal
7
9 abrt-dump-journal-core [-vsf] [-e]/[-c CURSOR] [-t INT]/[-T] [-d
10 DIR]/[-D]
11
13 This tool creates problem directory from coredumps extracted from
14 systemd-journal. The tool can follow systemd-journal and extract
15 coredumps in time of their occurrence.
16
17 The following start from the last seen cursor. If the last seen cursor
18 file does not exist, the following start by scanning the entire
19 sytemd-journal or from the end if -e option is specified.
20
21 -c and -e options conflicts because both specifies the first read
22 message.
23
24 -e is useful only for -f because the following of journal starts by
25 reading the entire journal if the last seen possition is not available.
26
28 /var/lib/abrt/abrt-dump-journal-core.state
29 State file where systemd-journal cursor to the last seen message is
30 saved
31
33 -v, --verbose
34 Be more verbose. Can be given multiple times.
35
36 -s
37 Log to syslog
38
39 -d DIR
40 Create new problem directory in DIR for every coredump
41
42 -D
43 Same as -d DumpLocation, DumpLocation is specified in abrt.conf
44
45 -e
46 Starts following systemd-journal from the end
47
48 -t INT
49 Throttle problem directory creation to 1 per INT second
50
51 -T
52 Same as -t INT, INT is specified in plugins/CCpp.conf
53
54 -f
55 Follow systemd-journal from the last seen position (if available)
56
58 abrt.conf(5), journalctl(1)
59
61 • ABRT team
62
63
64
65 ABRT-DUMP-JOURNAL()