Crates.io | lrsmd |
lib.rs | lrsmd |
version | 0.1.0 |
source | src |
created_at | 2024-07-11 11:12:42.011449 |
updated_at | 2024-07-11 11:12:42.011449 |
description | lsmod written in rust and outputs into std and json |
homepage | https://github.com/AlexsJones/lrsmod.git |
repository | https://github.com/AlexsJones/lrsmod.git |
max_upload_size | |
id | 1299409 |
size | 20,265 |
Rust based implementation of lsmod
Also prints in JSON for automation and scripting usefulness.
lrsmod -json | jq . | head -n25
[
{
"name": "tls",
"memory": "151552",
"instances": 0,
"depends_on": "-",
"state": "Live",
"memory_offset": "0x0000000000000000"
},
{
"name": "r8153_ecm",
"memory": "12288",
"instances": 0,
"depends_on": "-",
"state": "Live",
"memory_offset": "0x0000000000000000"
},
{
"name": "cdc_ether",
"memory": "24576",
"instances": 1,
"depends_on": "r8153_ecm,",
"state": "Live",
"memory_offset": "0x0000000000000000"
},