statpick 0.1.2

Pick one system stat and report on it at the CLI, for scripts
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "statpick"
version = "0.1.2"
edition = "2024"
authors = ["Erik Hollensbe <github@hollensbe.org>"]
license = "MIT"
readme = "README.md"
keywords = ["system", "statistics", "stats", "cli", "top"]
description = "Pick one system stat and report on it at the CLI, for scripts"
repository = "https://github.com/erikh/statpick"

[dependencies]
clap = { version = "^4", features = ["derive"] }
rustix = { version = "^1", default-features = false, features = ["use-libc", "system"] }
repr-size = "^0.1"