File: README.md

package info (click to toggle)
golang-github-euank-go-kmsg-parser 2.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 112 kB
  • sloc: makefile: 12
file content (19 lines) | stat: -rw-r--r-- 585 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# go-kmsg-parser

[![Build Status](https://travis-ci.org/euank/go-kmsg-parser.svg?branch=master)](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