1
0
mirror of https://github.com/orhun/kmon synced 2024-07-08 20:06:03 +00:00

doc: Adding documentation for displaying dependent modules

This commit is contained in:
Thomas Piekarski 2020-04-24 13:11:46 +02:00
parent ac1368b6f7
commit 90cfd561f1
2 changed files with 15 additions and 4 deletions

View File

@ -82,7 +82,8 @@ kmon is written in [Rust](https://www.rust-lang.org/) and uses [tui-rs](https://
- [Smooth Scrolling](#smooth-scrolling)
- [Kernel Information](#kernel-information)
- [Module Information](#module-information)
- [Dependency Information](#dependency-information)
- [Displaying dependent modules](#displaying-dependent-modules)
- [Jumping to dependent modules](#jumping-to-dependent-modules)
- [Searching a module](#searching-a-module)
- [Loading a module](#loading-a-module)
- [Unloading a module](#unloading-a-module)
@ -252,7 +253,8 @@ FLAGS:
| `alt-h/l` | Scroll right/left [kernel activities] |
| `ctrl-t/b, home/end` | Scroll to top/bottom [module list] |
| `ctrl-l/u, alt-c` | Clear the kernel ring buffer |
| `[1]..[9]` | Show the module dependency information |
| `d, alt-d` | Display dependent modules |
| `[1]..[9]` | Jump to [1]..[9] dependent module |
| `[\], tab, backtab` | Show the next kernel information |
| `[/], s, enter` | Search a kernel module |
| `[+], i, insert` | Load a kernel module |
@ -302,7 +304,13 @@ The status of a kernel module is shown on selection.
![Module Information](https://user-images.githubusercontent.com/24392180/76685957-b931e000-6628-11ea-8657-76047deee681.gif)
#### Dependency Information
#### Displaying dependent modules
Use one of `d, alt-d` to display all dependent modules of the selected module.
![Displaying dependent modules](https://dummyimage.com/900x497/000/dddddd&text=Placeholder+for+displaying+dependent+modules)
#### Jumping to dependent modules
For jumping to a dependent kernel module from its parent module, `number keys` (1-9) can be used for specifying the index of the module on the _Used By_ column.

View File

@ -63,8 +63,11 @@ Scroll to top/bottom [module list]
.B ctrl-l/u, alt-c
Clear the kernel ring buffer
.TP
.B d, alt-d
Show dependent modules
.TP
.B [1]..[9]
Show the module dependency information
Jump to [1]..[9] dependent module of selected module
.TP
.B [\\\], tab, backtab
Show the next kernel information