You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
k3s/vendor/github.com/euank/go-kmsg-parser
Darren Shepherd fa08d6076c
Update vendor
6 years ago
..
kmsgparser Update vendor 6 years ago
.gitignore Update vendor 6 years ago
.travis.yml Update vendor 6 years ago
LICENSE Update vendor 6 years ago
Makefile Update vendor 6 years ago
README.md Update vendor 6 years ago

README.md

go-kmsg-parser

Build Status

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