LinuxCommandLibrary

kerneloops

TLDR

Start kerneloops daemon

$ sudo kerneloops
copy
Check for oops
$ kerneloops -d
copy
Submit manually
$ kerneloops -s [oops_file]
copy

SYNOPSIS

kerneloops [options]

DESCRIPTION

kerneloops collects and submits kernel crash information. It monitors for kernel oops messages and sends them for analysis.
The daemon helps developers identify kernel bugs. Submitted data aids in kernel debugging.
kerneloops reports kernel crashes.

PARAMETERS

-d

Debug mode.
-s FILE
Submit specific oops file.
--version
Show version.
--help
Display help information.

CAVEATS

Privacy considerations. Requires network. Daemon runs as root.

HISTORY

kerneloops was created by Intel to collect kernel crash data and help identify bugs in the Linux kernel.

SEE ALSO

dmesg(1), journalctl(1), kdump(8)

Copied to clipboard