Categorygithub.com/smira/go-kmsg-parser
module
1.0.0
Repository: https://github.com/smira/go-kmsg-parser.git
Documentation: pkg.go.dev

# README

go-kmsg-parser

This repository contains a library to allow parsing the /dev/kmsg device in Linux. This device provides a read-write interface to the Linux Kernel's ring buffer.

In addition to the library, a simple cli-tool that functions similarly to dmesg --ctime --follow is included. This code serves both as a usage example and as a simple way to verify it works how you'd expect on a given system.

Contributions

Welcome

License

Apache 2.0

# Packages

No description provided by the author
Package kmsgparser implements a parser for the Linux `/dev/kmsg` format.