文件名称:rmesg:Rust中的'dmesg'实现
文件大小:34KB
文件格式:ZIP
更新时间:2024-05-28 12:13:59
Rust
消息 Rust中的'dmesg'实现 作为命令行实用程序 获取最新版本的二进制文件 wget https://github.com/polyverse/rmesg/releases/latest/download/rmesg chmod a+x ./rmesg # Optionally move to a stable location mv ./rmesg /usr/local/bin 货物安装 cargo install rmesg 用法 rmest: A ' dmesg ' port onto Rust 1.0.0 Archis Gore < archis> Reads (and prints) the kernel log buffer. Does not support all dmesg options (yet). USAGE: rmes
【文件预览】:
rmesg-main
----.gitignore(132B)
----benches()
--------benchmark.rs(5KB)
----src()
--------klogctl.rs(20KB)
--------main.rs(3KB)
--------error.rs(2KB)
--------kmsgfile.rs(13KB)
--------common.rs(2KB)
--------entry.rs(7KB)
--------lib.rs(7KB)
----Cargo.lock(28KB)
----LICENSE(11KB)
----Cargo.toml(2KB)
----.github()
--------workflows()
----README.md(3KB)
----build-container.sh(157B)
----dmesg-perf-compare.sh(313B)