https://github.com/asomers/ztop
Display ZFS datasets' I/O in real time
https://github.com/asomers/ztop
Last synced: over 1 year ago
JSON representation
Display ZFS datasets' I/O in real time
- Host: GitHub
- URL: https://github.com/asomers/ztop
- Owner: asomers
- License: bsd-2-clause
- Created: 2021-07-21T23:01:34.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-13T20:12:56.000Z (almost 2 years ago)
- Last Synced: 2024-10-14T02:46:17.435Z (almost 2 years ago)
- Language: Rust
- Size: 166 KB
- Stars: 68
- Watchers: 5
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zfs - ZTop
README
# ztop
Display ZFS datasets' I/O in real time
[](https://cirrus-ci.com/github/asomers/ztop)
[](https://crates.io/crates/ztop)
# 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

# 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.
* https://www.freshports.org/lang/rust/
# 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.