ztop

Crates.ioztop
lib.rsztop
version
sourcesrc
created_at2021-07-26 21:55:49.72656+00
updated_at2025-02-23 22:02:14.686614+00
descriptionDisplay ZFS datasets' I/O in real time
homepage
repositoryhttps://github.com/asomers/ztop
max_upload_size
id427636
Cargo.toml error:TOML parse error at line 24, column 1 | 24 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Alan Somers (asomers)

documentation

README

ztop

Display ZFS datasets' I/O in real time

Build Status Crates.io

Overview

ztop is like top, but for ZFS datasets. It displays the real-time activity for datasets. The built-in zpool iostat can display real-time I/O statistics for pools, but until now there was no similar tool for datasets.

Platform support

ztop works on FreeBSD 12 and later, and Linux.

Screenshot

Screenshot 1

Minimum Supported Rust Version (MSRV)

ztop does not guarantee any specific MSRV. Rather, it guarantees compatibility with the oldest rustc shipped in the package collection of each supported operating system.

License

ztop is primarily distributed under the terms of the BSD 2-clause license.

See LICENSE for details.

Sponsorship

ztop is sponsored by Axcient, inc.

Commit count: 113

cargo fmt