Skip to content

Releases: vrmiguel/baleia

release v0.1-alpha

10 Jul 04:38
Compare
Choose a tag to compare
release v0.1-alpha Pre-release
Pre-release
Usage: ./baleia [-c, --cpu] [-F, --file-info] [-u, --user] [-a, --all] [-d, --discard] [-t, --toml] [-f, --fmt <format-string>]

-h, --help      	Show this message and exit.
-c, --cpu       	Save CPU frequency, temperature and scaling governor.
-u, --user      	Save user and OS data.
-F, --file-info 	Save filename and Baleia version.
-a, --all       	Save all available data.
-d, --discard   	Print to stdout without saving to a file.
-t, --toml      	Saves in a TOML-friendly key-value format.
-f, --fmt <fmt-str>	Saves output according to the given string, following Go's time.Format specification.

Contains binaries from both Go and C++11 implementations. The Go binary is statically linked and therefore does not need Go to be installed on the destination machine.