1.0.0 • Published 5 years ago

dmesg v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

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