Blame doc/abrt-dump-journal-core.txt

Packit 8ea169
abrt-dump-journal-core(1)
Packit 8ea169
=========================
Packit 8ea169
Packit 8ea169
NAME
Packit 8ea169
----
Packit 8ea169
abrt-dump-journal-core - Extract coredumps from systemd-journal
Packit 8ea169
Packit 8ea169
SYNOPSIS
Packit 8ea169
--------
Packit 8ea169
'abrt-dump-journal-core' [-vsf] [-e]/[-c CURSOR] [-t INT]/[-T] [-d DIR]/[-D]
Packit 8ea169
Packit 8ea169
DESCRIPTION
Packit 8ea169
-----------
Packit 8ea169
This tool creates problem directory from coredumps extracted from
Packit 8ea169
systemd-journal.
Packit 8ea169
The tool can follow systemd-journal and extract coredumps in time of their
Packit 8ea169
occurrence.
Packit 8ea169
Packit 8ea169
The following start from the last seen cursor. If the last seen cursor file
Packit 8ea169
does not exist, the following start by scanning the entire sytemd-journal or
Packit 8ea169
from the end if '-e' option is specified.
Packit 8ea169
Packit 8ea169
-c and -e options conflicts because both specifies the first read message.
Packit 8ea169
Packit 8ea169
-e is useful only for -f because the following of journal starts by reading
Packit 8ea169
the entire journal if the last seen possition is not available.
Packit 8ea169
Packit 8ea169
FILES
Packit 8ea169
-----
Packit 8ea169
/var/lib/abrt/abrt-dump-journal-core.state::
Packit 8ea169
   State file where systemd-journal cursor to the last seen message is saved
Packit 8ea169
Packit 8ea169
OPTIONS
Packit 8ea169
-------
Packit 8ea169
-v, --verbose::
Packit 8ea169
   Be more verbose. Can be given multiple times.
Packit 8ea169
Packit 8ea169
-s::
Packit 8ea169
   Log to syslog
Packit 8ea169
Packit 8ea169
-d DIR::
Packit 8ea169
   Create new problem directory in DIR for every coredump
Packit 8ea169
Packit 8ea169
-D::
Packit 8ea169
   Same as -d DumpLocation, DumpLocation is specified in abrt.conf
Packit 8ea169
Packit 8ea169
-e::
Packit 8ea169
   Starts following systemd-journal from the end
Packit 8ea169
Packit 8ea169
-t INT::
Packit 8ea169
   Throttle problem directory creation to 1 per INT second
Packit 8ea169
Packit 8ea169
-T::
Packit 8ea169
   Same as -t INT, INT is specified in plugins/CCpp.conf
Packit 8ea169
Packit 8ea169
-f::
Packit 8ea169
   Follow systemd-journal from the last seen position (if available)
Packit 8ea169
Packit 8ea169
SEE ALSO
Packit 8ea169
--------
Packit 8ea169
abrt.conf(5), journalctl(1)
Packit 8ea169
Packit 8ea169
AUTHORS
Packit 8ea169
-------
Packit 8ea169
* ABRT team