https://github.com/euank/go-kmsg-parser
A simpler parser for the /dev/kmsg format
https://github.com/euank/go-kmsg-parser
Last synced: about 1 year ago
JSON representation
A simpler parser for the /dev/kmsg format
- Host: GitHub
- URL: https://github.com/euank/go-kmsg-parser
- Owner: euank
- License: apache-2.0
- Created: 2016-11-14T00:22:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-08-01T15:35:58.000Z (almost 3 years ago)
- Last Synced: 2025-03-31T06:06:28.182Z (about 1 year ago)
- Language: Go
- Size: 27.3 KB
- Stars: 35
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-kmsg-parser
[](https://travis-ci.org/euank/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