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
GSTAT(8) FreeBSD System Manager's Manual GSTAT(8)

gstat
print statistics about GEOM disks

gstat [-abBcdops] [-f filter] [-I interval]

The gstat utility can be used to monitor I/O transactions of geom(4) devices.

The options are as follows:

Only display providers that are at least 0.1% busy.
Batch mode. Collect numbers, print and exit. Default if stdout is not a tty.
Endless batch mode. Same as batch mode, but does not exit after collecting the first set of data.
Enable display of geom(4) consumers too. The default is to show statistics only for geom(4) producers.
CSV output mode. Implies endless batch mode, but output is in the form of comma-separated values, with ISO 8601-like timestamps.
Enable display of statistics for delete (BIO_DELETE) operations.
filter
A regular expression that can be used to only show statistics for some devices. Only devices with the names matching filter will be displayed. The format of the regular expression is described in re_format(7).
Enable display of statistics for other operations (BIO_FLUSH).
Enable blocks' size statistics.
interval
Refresh the gstat display every interval microseconds. Adding a suffix of s, ms, or us (the default) indicates that the update interval is specified in seconds, milliseconds, or microseconds, respectively.
Only display physical providers (those with rank of 1).

These commands are currently recognized if gstat is not running in batch mode:
Halve the update interval.
Double the update interval.
Toggle display of geom(4) consumers.
Display only devices with the names matching regular expression filter (prompt for filter).
Remove device filter.
Quit gstat.

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

systat(1), geom(4), iostat(8), vmstat(8)

A gstat utility appeared in FreeBSD 5.0.
January 1, 2021 FreeBSD 13.1-RELEASE

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

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