lrsmd

Crates.iolrsmd
lib.rslrsmd
version0.1.0
sourcesrc
created_at2024-07-11 11:12:42.011449
updated_at2024-07-11 11:12:42.011449
descriptionlsmod written in rust and outputs into std and json
homepagehttps://github.com/AlexsJones/lrsmod.git
repositoryhttps://github.com/AlexsJones/lrsmod.git
max_upload_size
id1299409
size20,265
Alex Jones (AlexsJones)

documentation

https://github.com/AlexsJones/lrsmod.git

README

lrsmod

Rust based implementation of lsmod

Also prints in JSON for automation and scripting usefulness.

Example

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"
  },

Commit count: 0

cargo fmt