Scroll to navigation

KMON(8) System Administration Utilities KMON(8)

NAME

kmon - manage the kernel modules and monitor kernel activities

SYNOPSIS

kmon [FLAGS] [OPTIONS] [SUBCOMMANDS]

DESCRIPTION

kmon provides a text-based user interface for managing the Linux kernel modules and monitoring the kernel activities.

USAGE:

Press '?' while running the terminal UI to see key bindings.

FLAGS:

Prints help information
Reverse the kernel module list
Show Unicode symbols for the block titles
Prints version information

OPTIONS:

Set the accent color using hex or color name [default: white]
Set the main color using hex or color name [default: darkgray]
Set the refresh rate of the terminal [default: 250]

SUBCOMMANDS:

Prints this message or the help of the given subcommand(s)
Sort kernel modules

INTERACTIVE COMMANDS

[?], F1
Help
Switch between blocks
Scroll up/down [selected block]
Scroll up/down [kernel activities]
</>
Scroll up/down [module information]
Scroll right/left [kernel activities]
Scroll to top/bottom [module list]
Expand/shrink the selected block
Change the block position
Clear the kernel ring buffer
[d], alt-d
Show the dependent modules
[1]..[9]
Jump to the dependent module
[\], tab, backtab
Show the next kernel information
[/], s, enter
Search a kernel module
[+], i, insert
Load a kernel module
[-], u, backspace
Unload the kernel module
[x], b, delete
Blacklist the kernel module
Reload the kernel module
Execute/cancel the command
Copy/paste
Refresh
Quit

BUGS

No known bugs.
Use "Issues" page for reporting bugs: <https://github.com/orhun/kmon/issues/>

AUTHOR

Orhun PARMAKSIZ <orhunparmaksiz@gmail.com>

COPYRIGHT

Copyright (C) 2020 Orhun PARMAKSIZ

GNU General Public License v3.

Aug 2020 kmon