Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asomers/ztop
Display ZFS datasets' I/O in real time
https://github.com/asomers/ztop
Last synced: 3 days 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-13T20:12:56.000Z (2 months ago)
- Last Synced: 2024-10-14T02:46:17.435Z (2 months 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
README
# ztop
Display ZFS datasets' I/O in real time
[![Build Status](https://api.cirrus-ci.com/github/asomers/ztop.svg)](https://cirrus-ci.com/github/asomers/ztop)
[![Crates.io](https://img.shields.io/crates/v/ztop.svg)](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
![Screenshot 1](https://raw.githubusercontent.com/asomers/ztop/master/doc/demo.gif)
# 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.