Crates.io | gstat |
lib.rs | gstat |
version | 0.1.6 |
source | src |
created_at | 2021-07-15 22:06:53.011092 |
updated_at | 2024-02-05 22:23:42.636994 |
description | Enhanced replacement for FreeBSD's gstat utility |
homepage | |
repository | https://github.com/asomers/gstat-rs |
max_upload_size | |
id | 423241 |
size | 71,334 |
An enhanced replacement for FreeBSD's gstat(8) utility.
gstat
is awesome, but it has some limitations that come into play on larger
systems. gstat-rs
is designed to work better even on servers with hundreds of
disks. The key differences are:
-bBC
) output. If you want that kind
of information, use iostat(8) instead.-c
), but it can easily be
added if there's any demand for that feature.gstat-rs demonstrating side-by-side mode, sorting by %busy.
gstat-rs does not guarantee any specific MSRV. Rather, it guarantees compatibility with the oldest rustc shipped in the current FreeBSD ports tree.
gstat-rs
is primarily distributed under the terms of the BSD 2-clause license.
See LICENSE for details.
gstat-rs is sponsored by Axcient, inc.