GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ZTOP(1) FreeBSD General Commands Manual ZTOP(1)

ztop
Display ZFS datasets' I/O in real time

ztop [-ahrV] [-d depth] [-f filter] [-t time] [-S key] [pool ...]

The ztop utility can be used to monitor the performance of zfs(8) datasets.

The options are as follows:

, --auto
Do not display idle datasets.
, --children
Include child datasets' statistics with their parents'. This is especially useful when combined with -d.
, --depth depth
Only display datasets up to the given depth.
, --filter filter
A regular expression that can be used to only show statistics for some datasets. Only datasets with the names matching filter will be displayed. The format of the regular expression is described at https://docs.rs/regex.
, --time time
Refresh the ztop display every interval seconds. Suffixes like s, ms, and us are accepted.
, --reverse
Reverse the sort order
, --column column
Sort the devices by column. The spelling of column should match the displayed column header.

ztop displays performance statistics for ZFS datasets. If one or more pool are specified, then only those pools' datasets will be displayed.

These commands are currently recognized.
Sort by the next column to the right.
Sort by the next column to the left.
Halve the update interval.
Double the update interval.
Toggle auto mode. This has the same effect as the - -auto command line option.
Toggle children mode. This has the same effect as the - -children command line option.
Decrease the depth of displayed datasets.
Increase the depth of displayed datasets.
Display only datasets with the names matching a regular expression (prompt for filter expression).
Remove dataset filter.
Quit
Toggle reverse sort. This has the same effect as the - -reverse command line option.

The ztop utility exits 0 on success, and >0 if an error occurs.

zpool-iostat(8)
July 26, 2021 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.