Skip to content

A naive implementation of the dmesg util in JS

Notifications You must be signed in to change notification settings

ivanph/dmesg.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dmesg.js

Print or control the kernel ring buffer

dmesg is used to examine or control the kernel ring buffer. The default action is to display all messages from the kernel ring buffer in a format similar to the --raw output from the dmesg utility in util-linux

Install

npm i -g dmesg

or simply run it with

npx dmesg

Usage

$ dmesg --help

  Usage
    $ dmesg

  Options
    -w, --follow
        Wait for new messages. This feature issupported only on systems with a readable dev/kmsg (since kernel 3.5.0).
    -h, --help
        Show this help message.

License

MIT

About

A naive implementation of the dmesg util in JS

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published